summaryrefslogtreecommitdiffstats
path: root/devel/sdl12/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | - upgrade to 1.2.7 - add a knob WITH_NAS - fix dependences to aalib & svgalib - use standard DOCSDIR & EXAMPLESDIR - fix plist for NOPORTDOCS - distribute README-SDL.txt. PR: Based on ports/57475 Submitted by: Thierry Thomas <thierry@pompo.net> Reviewed by: kris@ with a build on bento
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* [patch] unbreak packaging of devel/sdl12 with NOPORTDOCSedwin2004-03-071-5/+9
| | | | | | | | | | In the current state of the port Makefile and pkg-plist are not in sync. Makefile obeys NOPORTDOCS, but pkg-plist would enlist not installed files anyway breaking packaging when NOPORTDOCS is set. PR: ports/62587 Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
* During the backout, forgot to bump PORTEPOCH. Also managed to misslinimon2003-12-241-1/+2
| | | | | the 1-line update from 1.68 to 1.69, somehow. Now, it is back. Verified with cvs diff -r1.69 being just PORTEPOCH.
* Backout previous commit. Mea maxima culpa for not doing the researchlinimon2003-12-211-29/+15
| | | | | | | | | to understand that this port was a dependency on many other ports, and as such should not have been done during a slush. Pass the pointy hat, please ... PR: ports/57475 Requested by: pav, marcus
* Update to 1.2.6:linimon2003-12-201-14/+28
| | | | | | | | Added SDL_LoadObject(), SDL_LoadFunction(), and SDL_UnloadObject() Added SDL_GL_MULTISAMPLEBUFFERS and SDL_GL_MULTISAMPLESAMPLES for FSAA PR: ports/41400 Submitted by: Marc Recht <marc@informatik.uni-bremen.de>
* Respect WITHOUT_ARTS to disable arts support even if arts is alreadykris2003-12-121-1/+1
| | | | installed.
* USE_MESA -> USE_GL, bump PORTREVISION.fjoe2003-11-071-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
| | | | | these great pieces of software, so that let others with more free time to take over them.
* Add support for /dev/joy? style gameport joystics in addition to USB ones.sobomax2003-07-141-1/+1
| | | | | PR: 52875 Submitted by: Tony Voet <20030602@hoegisan.com>
* Remove USE_GNOMENG.marcus2003-04-201-1/+0
|
* Clear moonlight beckons.ade2003-03-071-0/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Complete deployment of GNOMENG infrastructure: WITHOUT_ESOUND islioux2003-01-301-6/+8
| | | | | | deprecated Submitted by: David Yeske <dyeske@yahoo.com>
* Use REINPLACE_CMD.sobomax2003-01-081-1/+2
| | | | | PR: 46835 Submitted by: Ulrich Spoerlein <q@uni.de>
* Fix sdl11-config to return -I${LOCALBASE}/include, like previoussobomax2003-01-031-0/+1
| | | | | | version did. Prompted by: lioux
* Update to 1.2.5.sobomax2003-01-021-2/+1
|
* Add `CONFIGURE_ARGS+=--disable-esd --disable-esdtest' in WITHOUT_ESOUNDsobomax2002-10-191-0/+2
| | | | | | | case. PR: 42724 Submitted by: alane
* 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-151-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-091-2/+2
| | | | | 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-181-0/+6
| | | | | | 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-171-2/+1
|
* Allow it be compiled without svgalib support.sobomax2002-02-211-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-191-0/+1
| | | | | `sdl11-config --version' reporting an icorrect version number (1.2.2, while in fact it's a 1.2.3).
* 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
| | | | mainline, so number of patches has been greatly reduced.
* 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
| | | | in all cases.
* Bump PORTREVISION (forgot in the previous commit).sobomax2001-04-091-0/+1
|
* Move:sobomax2001-04-091-1/+1
| | | | | | | devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami
* Update to 1.2.0.sobomax2001-04-021-2/+1
|
* o Use PTHREAD_CFLAGS/PTHREAD_LIBS;sobomax2001-03-301-1/+4
| | | | | | 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.
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-291-1/+1
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* 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
| | | | Submitted by: Stijn Hoop <stijn@win.tue.nl>
* 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-161-2/+1
|
* Make vgl driver working OOB without the need to use custom patched versionsobomax2001-01-271-2/+7
| | | | | | | | | 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 ;).
* Touch all Makefile.in before do-configure. This will prevent recreation ofsobomax2001-01-241-0/+3
| | | | | | | | all Makefile.in and as a result loosing some changes in the case when automake is installed and detected by configure script. PR: 24589 Reported by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
* Add FreeBSD native VGL driver. Right now it is work in progress and to activatesobomax2001-01-231-2/+3
| | | | | | | | | | | 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 checksum. Unfortunately it seems that previously committed version wassobomax2001-01-091-0/+1
| | | | | | | pre-release, therefore bump PORTREVISION to indicate that update is necessary. PR: 24179 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Update to 1.1.7.sobomax2001-01-031-2/+1
|
* Update to 1.1.6.sobomax2000-10-261-1/+1
|
OpenPOWER on IntegriCloud