summaryrefslogtreecommitdiffstats
path: root/devel/sdl12/files
Commit message (Collapse)AuthorAgeFilesLines
* Instead of disabling joystick code completely use "dummy" driver instead ofsobomax2002-05-091-4/+8
| | | | | problematic usb one. This should fix problems some ports are having when linked against libsdl without joystick code at all. Bump PORTREVISION.
* Unbroke on systems after libusb --> libusbhid conversion.sobomax2002-04-182-11/+19
| | | | | | Reported by: Mike Murphree <w4lna@knology.net> Nuno Teixeira <nunotex@pt-quorum.com> Mark Sergeant <sarge@snsonline.net>
* Update to 1.2.4.sobomax2002-04-173-15/+87
|
* Remove obsolete configure script tweak, which results insobomax2001-12-191-10/+1
| | | | | `sdl11-config --version' reporting an icorrect version number (1.2.2, while in fact it's a 1.2.3).
* Add two missed in the last commit manpages.sobomax2001-11-181-0/+2
| | | | Submitted by: will
* Update to 1.2.3.sobomax2001-11-133-73/+21
|
* Update to 1.2.2. Sam was kind enough to integrate my vgl driver into asobomax2001-07-2516-1907/+50
| | | | mainline, so number of patches has been greatly reduced.
* Re-enable vgl support.sobomax2001-07-021-7/+14
|
* Update to 1.2.1.sobomax2001-06-253-37/+30
|
* Fix a bug that may cause image corruption during mouse movements.sobomax2001-05-231-8/+6
|
* Revert r.1.4 of files/patch-src_video_vgl_SDL__vglvideo.c - it doesn't worksobomax2001-04-111-3/+3
| | | | in all cases.
* Move detection of vgl availability before svgalib and improve detectionsobomax2001-04-092-12/+32
| | | | algorithm.
* Update to 1.2.0.sobomax2001-04-023-22/+45
|
* o Use PTHREAD_CFLAGS/PTHREAD_LIBS;sobomax2001-03-302-19/+23
| | | | | | o don't apply bitwise shift to components when setting palette - vgl don't need it unlike fbcon (after which libvgl driver was modelled). Bump PORTREVISION as a result of bugfix.
* Update to 1.1.8.sobomax2001-02-161-11/+0
|
* Fix a rather nasty last-minute bug, which prevented SDL from using vesa modessobomax2001-01-271-7/+13
| | | | with bpp > 8.
* Make vgl driver working OOB without the need to use custom patched versionsobomax2001-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 ;).
* Previous workaround was insufficient to resolve ports/24589. Try harder thissobomax2001-01-241-5/+23
| | | | time.
* Add FreeBSD native VGL driver. Right now it is work in progress and to activatesobomax2001-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 ;).
* Update to 1.1.7.sobomax2001-01-032-13/+30
|
* Update to 1.1.6.sobomax2000-10-262-26/+19
|
* Update to 1.1.5.sobomax2000-09-282-15/+173
|
* Several improvements and cleanups:sobomax2000-08-311-1/+18
| | | | | | - add svgalib support (tested with C&T65554); - make it USE_LIBTOOL; - remove spaces between `@' and `$' in targets.
* Fix the recent breakage introduced in 1.1.4 upgrade.sobomax2000-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.
* Update to 1.1.4.sobomax2000-08-071-23/+8
|
* Remove arch-specific optimisation options from configure script. They broke sdlsobomax2000-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>
* Update to 1.1.3.sobomax2000-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.
* Add patch-ag which was forgotten when sdl-devel was originallycpiazza2000-05-061-0/+24
| | | | | | added. Submitted by: maintainer
* Update to SDL 1.1 (repo-copy from devel/sdl to devel/sdl-devel).will2000-04-255-9/+104
| | | | | PR: 18188 Submitted by: maintainer
* Use our libc_r instead of linuxthreads.tg2000-04-201-2/+2
| | | | Reviewed by: Maxim Sobolev <sobomax@altavista.net>
* Some makefile/install changes.cpiazza2000-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>
* Update to 1.0.4cpiazza2000-02-101-15/+39
| | | | | PR: 16607 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Merge changes from Maxim Sobolev's update to this port.cpiazza2000-02-031-2/+2
| | | | | PR: 16498 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Update to version 1.0.1.steve2000-01-241-0/+42
PR: 15944 Submitted by: Maxim Sobolev <sobomax@altavista.net>
OpenPOWER on IntegriCloud