summaryrefslogtreecommitdiff
path: root/devel/sdl-devel/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.1.8.Maxim Sobolev2001-02-161-11/+0
| | | | Notes: svn path=/head/; revision=38408
* Fix a rather nasty last-minute bug, which prevented SDL from using vesa modesMaxim Sobolev2001-01-271-7/+13
| | | | | | | with bpp > 8. Notes: svn path=/head/; revision=37653
* Make vgl driver working OOB without the need to use custom patched versionMaxim Sobolev2001-01-2710-37/+256
| | | | | | | | | | | | of libvgl. I abadoned my previous plans to get my extentions into the base system because it seems that libvgl is at the end of its lifecycle and will be replaced by more generic and better solution (probably kgi/ggi), at least nsouch is actively working in this drection now. In the meantime, those lucky with VESA 2.0 compatible videocards would be able to play quakeforge or any other SDL-based games straight on their FreeBSD consoles ;). Notes: svn path=/head/; revision=37652
* Previous workaround was insufficient to resolve ports/24589. Try harder thisMaxim Sobolev2001-01-241-5/+23
| | | | | | | time. Notes: svn path=/head/; revision=37534
* Add FreeBSD native VGL driver. Right now it is work in progress and to activateMaxim Sobolev2001-01-2314-5/+1662
| | | | | | | | | | | | | | and test it you need the following (5-CURRENT only, BTW): - fetch a patch for libvgl: http://people.freebsd.org/~sobomax/libvgl.patch, apply it, recompile/reinstall libvgl; - recompile/reinstall sdl-devel (configure script automatically detects if right version of libvgl is present); - set environment variable SDL_VIDEODRIVER=vgl; - ensure that you have VESA support compiled into kernel or loaded as a kld; - fire up your favourite SDL app ;). Notes: svn path=/head/; revision=37500
* Update to 1.1.7.Maxim Sobolev2001-01-032-13/+30
| | | | Notes: svn path=/head/; revision=36647
* Update to 1.1.6.Maxim Sobolev2000-10-262-26/+19
| | | | Notes: svn path=/head/; revision=34268
* Update to 1.1.5.Maxim Sobolev2000-09-282-15/+173
| | | | Notes: svn path=/head/; revision=33198
* Several improvements and cleanups:Maxim Sobolev2000-08-311-1/+18
| | | | | | | | | - add svgalib support (tested with C&T65554); - make it USE_LIBTOOL; - remove spaces between `@' and `$' in targets. Notes: svn path=/head/; revision=32143
* Fix the recent breakage introduced in 1.1.4 upgrade.Maxim Sobolev2000-08-111-4/+9
| | | | | | | | | Starting from this release `sdl11-config --libs' output includes only SDL libs and doesn't include X11 libs, which confuses configure scripts in third-party apps. I reverted it to the previous behaviour. Notes: svn path=/head/; revision=31526
* Update to 1.1.4.Maxim Sobolev2000-08-071-23/+8
| | | | Notes: svn path=/head/; revision=31375
* Remove arch-specific optimisation options from configure script. They broke sdlMaxim Sobolev2000-06-181-1/+16
| | | | | | | | | | build on systems with gcc2.7 Submitted by: Martin Walter <walter@th.physik.uni-bonn.de>, Patrick M Doane <patrick@watson.org> Notes: svn path=/head/; revision=29675
* Update to 1.1.3.Maxim Sobolev2000-06-061-39/+13
| | | | | | | | FreeBSD is now in the list of supported platforms, so number of patches required to make SDL work here has been slightly reduced. Notes: svn path=/head/; revision=29254
* Add patch-ag which was forgotten when sdl-devel was originallyChris Piazza2000-05-061-0/+24
| | | | | | | | | added. Submitted by: maintainer Notes: svn path=/head/; revision=28308
* Update to SDL 1.1 (repo-copy from devel/sdl to devel/sdl-devel).Will Andrews2000-04-255-9/+104
| | | | | | | | PR: 18188 Submitted by: maintainer Notes: svn path=/head/; revision=27993
* Use our libc_r instead of linuxthreads.Thomas Gellekum2000-04-201-2/+2
| | | | | | | Reviewed by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=27779
* Some makefile/install changes.Chris Piazza2000-03-061-44/+18
| | | | | | | | | | | | | PR: 16572 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Update to 1.0.8 PR: 17217 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=26594
* Update to 1.0.4Chris Piazza2000-02-101-15/+39
| | | | | | | | PR: 16607 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=25629
* Merge changes from Maxim Sobolev's update to this port.Chris Piazza2000-02-031-2/+2
| | | | | | | | PR: 16498 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=25453
* Update to version 1.0.1.Steve Price2000-01-241-0/+42
PR: 15944 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=25005