/biology/crimap/

f='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sdl12
Commit message (Collapse)AuthorAgeFilesLines
* Deploy USE_GNOMENG infrastructurelioux2002-08-301-1/+2
| | | | | PR: 42195 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Add optional support for building with ARTS support, when audio/arts issobomax2002-08-301-1/+7
| | | | | | | is installed or WITH_ARTS is defined. PR: 39136 Submitted by: User & <marc@informatik.uni-bremen.de>
* Disable svgalib dependency when building on arch other than i386. Hopefullysobomax2002-05-171-4/+9
| | | | | | this would enable to get even more packages for alpha. Prompted by: kris
* Introduce two new hooks: WITHOUT_X11 and WITHOUT_ESOUND.petef2002-05-161-2/+6
| | | | | | | It's now possible to compile sdl for console use only. Submitted by: Joe Sunday <sunday@csh.rit.edu> Approved by: sobomax (maintainer)
* Instead of disabling joystick code completely use "dummy" driver instead ofsobomax2002-05-102-6/+10
| | | | | problematic usb one. This should fix problems some ports are having when linked against libsdl without joystick code at all. Bump PORTREVISION.
* Explicitly disable USB joystick code because there are too many APIsobomax2002-04-221-1/+2
| | | | | | | | | | incompatible versions of USB code in different FreeBSD releases (or even in the same release makeworded on from sources cvsup'ed on different dates), so that supporting all of them is nightmare. I wish USB team would care about API compatibility in the future. Submitted by: many
* Unbroke on systems after libusb --> libusbhid conversion.sobomax2002-04-183-11/+25
| | | | | | 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-176-19/+92
|
* Allow it be compiled without svgalib support.sobomax2002-02-221-3/+5
| | | | Submitted by: joerg
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-3/+3
| | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
* Remove obsolete configure script tweak, which results insobomax2001-12-19