aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sdl12/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Conversion to a single libtool environment.ade2006-02-231-2/+2
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* Fix support for using more than one joystick.krion2005-11-101-0/+1
* Fix build on ARCH != i386.krion2005-10-191-3/+1
* Disable libvgl support on 4.x.krion2005-10-101-0/+2
* Do not specify libvgl shlib version since it depends on releasekrion2005-10-091-1/+1
* Update to 1.2.9krion2005-08-281-5/+1
* Backout previous commit since it breaks many ports on sparc64.krion2005-07-221-3/+1
* Fix build if world is built with NO_USB=yes.krion2005-07-201-1/+3
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
* Grab maintainership and bugs.krion2005-01-171-1/+1
* Update to 1.2.8krion2005-01-171-7/+4
* Welcome to the second epoch bump of devel/sdl12 due to compilationedwin2004-12-271-2/+9
* Upgrade devel/sdl12 to 1.2.8edwin2004-12-231-8/+1
* Bump port revision so people get the double free(3) fix.alfred2004-11-061-1/+1
* Do not apply patches for the latest gcc-3.4.2 to FreeBSD-4.xkrion2004-08-051-0/+6
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
* - several ports require SDL with GL enabled => set GL by default;thierry2004-05-311-11/+9
* Tidy up whitespace.trevor2004-04-111-1/+1
* Bump PORTREVISION for libusb fix from previous commit.lofi2004-03-171-0/+1
* devel/sdl12: upgrading to 1.2.7 + some fixes.edwin2004-03-161-13/+32
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* [patch] unbreak packaging of devel/sdl12 with NOPORTDOCSedwin2004-03-081-5/+9
* During the backout, forgot to bump PORTEPOCH. Also managed to misslinimon2003-12-241-1/+2
* Backout previous commit. Mea maxima culpa for not doing the researchlinimon2003-12-211-29/+15
* Update to 1.2.6:linimon2003-12-211-14/+28
* Respect WITHOUT_ARTS to disable arts support even if arts is alreadykris2003-12-121-1/+1
* USE_MESA -> USE_GL, bump PORTREVISION.fjoe2003-11-081-2/+2
* Remove stale mastersite per distfile survey.linimon2003-10-261-2/+1
* Let be hohest: I really don't have a time now to properly maintain allsobomax2003-07-291-1/+1
* Add support for /dev/joy? style gameport joystics in addition to USB ones.sobomax2003-07-151-1/+1
* Remove USE_GNOMENG.marcus2003-04-201-1/+0
* Clear moonlight beckons.ade2003-03-071-0/+1
* Complete deployment of GNOMENG infrastructure: WITHOUT_ESOUND islioux2003-01-311-6/+8
* Use REINPLACE_CMD.sobomax2003-01-091-1/+2
* Fix sdl11-config to return -I${LOCALBASE}/include, like previoussobomax2003-01-031-0/+1
* Update to 1.2.5.sobomax2003-01-021-2/+1
* Add `CONFIGURE_ARGS+=--disable-esd --disable-esdtest' in WITHOUT_ESOUNDsobomax2002-10-191-0/+2
* Deploy USE_GNOMENG infrastructurelioux2002-08-301-1/+2
* Add optional support for building with ARTS support, when audio/arts issobomax2002-08-301-1/+7
* Disable svgalib dependency when building on arch other than i386. Hopefullysobomax2002-05-171-4/+9
* Introduce two new hooks: WITHOUT_X11 and WITHOUT_ESOUND.petef2002-05-161-2/+6
* Instead of disabling joystick code completely use "dummy" driver instead ofsobomax2002-05-101-2/+2
* Explicitly disable USB joystick code because there are too many APIsobomax2002-04-221-1/+2
* Unbroke on systems after libusb --> libusbhid conversion.sobomax2002-04-181-0/+6
* Update to 1.2.4.sobomax2002-04-171-2/+1
* Allow it be compiled without svgalib support.sobomax2002-02-221-3/+5
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-3/+3
* Remove obsolete configure script tweak, which results insobomax2001-12-191-0/+1
* Update to 1.2.3.sobomax2001-11-131-1/+1
* Update to 1.2.2. Sam was kind enough to integrate my vgl driver into asobomax2001-07-251-1/+1
* Update to 1.2.1.sobomax2001-06-251-2/+1
* Fix a bug that may cause image corruption during mouse movements.sobomax2001-05-231-1/+1
* Revert r.1.4 of files/patch-src_video_vgl_SDL__vglvideo.c - it doesn't worksobomax2001-04-111-1/+1
* Bump PORTREVISION (forgot in the previous commit).sobomax2001-04-091-0/+1
* Move:sobomax2001-04-091-1/+1
* Update to 1.2.0.sobomax2001-04-021-2/+1
* o Use PTHREAD_CFLAGS/PTHREAD_LIBS;sobomax2001-03-301-1/+4
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1
* Explicitly disable NAS and ARTS support.sobomax2001-03-131-1/+3
* Dont set PKGMESSAGE to be an empty string - it confuses bsd.port.mk.sobomax2001-03-051-1/+1
* Add a message explaining how to use SDL on console using vgl driver.sobomax2001-02-221-0/+4
* Update to 1.1.8.sobomax2001-02-171-2/+1
* Make vgl driver working OOB without the need to use custom patched versionsobomax2001-01-281-2/+7
* Touch all Makefile.in before do-configure. This will prevent recreation ofsobomax2001-01-241-0/+3
* Add FreeBSD native VGL driver. Right now it is work in progress and to activatesobomax2001-01-241-2/+3
* Update checksum. Unfortunately it seems that previously committed version wassobomax2001-01-091-0/+1
* Update to 1.1.7.sobomax2001-01-031-2/+1
* Update to 1.1.6.sobomax2000-10-261-1/+1
* Implement WANT_ESOUND, USE_ESOUND.reg2000-10-051-9/+7
* Update to 1.1.5.sobomax2000-09-281-6/+9
* Properly convert scancode into acsii representation in svga driver.sobomax2000-09-251-0/+1
* Several improvements and cleanups:sobomax2000-08-311-25/+29
* Update to 1.1.4.sobomax2000-08-071-1/+1
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-4/+2
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-161-0/+1
* Update to 1.1.3.sobomax2000-06-061-1/+1
* SDL now has its own site: http://www.libsdl.org/, hence update MASTER_SITESsobomax2000-06-061-1/+2
* 's|sobomax@altavista.net|sobomax@FreeBSD.org|'sobomax2000-05-171-2/+2
* Depend on GL.14 instead of MesaGL.14 because Mesa-3.2 doesn't seem tocpiazza2000-04-291-1/+1
* Update to SDL 1.1 (repo-copy from devel/sdl to devel/sdl-devel).will2000-04-251-10/+28
* Ignore release version of libSDL. (libSDL-1.0 => libSDL)vanilla2000-04-231-2/+0
* Use our libc_r instead of linuxthreads.tg2000-04-201-6/+3
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-3/+3
* Add various new maintainers for these portskris2000-03-301-1/+1
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tkris2000-03-291-1/+1
* Some makefile/install changes.cpiazza2000-03-071-4/+5
* Update to 1.0.4cpiazza2000-02-101-3/+3
* Merge changes from Maxim Sobolev's update to this port.cpiazza2000-02-031-6/+4
* Update to version 1.0.3.cpiazza2000-02-031-6/+5
* Update to version 1.0.1.steve2000-01-241-12/+17
* Change Id->FreeBSD.obrien1999-08-251-1/+1
* Import of SDL.cpiazza1999-08-131-0/+40