aboutsummaryrefslogtreecommitdiff
path: root/devel/sdl12
Commit message (Collapse)AuthorAgeFilesLines
* Repair regexp madness that resulted in things like "Bab%%PORTOBJFORMAT%%ish"Kris Kennaway2007-01-261-1/+1
| | | | | | | | instead of "Babelfish" appearing in pkg-plists. Somewhere there is a very misguided port tool. Notes: svn path=/head/; revision=183357
* - Add an SVGALIB OPTION. [1]Shaun Amott2006-11-211-1/+6
| | | | | | | | | | | | - Explicitly disable check for libusbhid.h where appropriate, as some systems still have this header hanging around. [2] PR: ports/104366 [1], ports/103558 (related) [2] Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> [1], Stefan Walter <sw@gegenunendlich.de> + others [2] Notes: svn path=/head/; revision=177732
* Fix whitespace and a typo.Shaun Amott2006-09-221-7/+6
| | | | | | | | PR: ports/103446 Submitted by: Diane Bruce <db@db.net> Notes: svn path=/head/; revision=173619
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-2017-773/+391
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460
* - Take over maintainership of the abandoned SDL ports.Shaun Amott2006-09-011-1/+1
| | | | | | | | - Add an additional mirror for a few of them. - Fix a few minor portlint(1) complaints. Notes: svn path=/head/; revision=171842
* - Optionalize AA-lib.Alexander Nedotsukov2006-08-291-4/+9
| | | | | | | - s/INSTALLS_SHLIB/USE_LDCONFIG/. Notes: svn path=/head/; revision=171608
* Drop maintainership, ENOTIME for these ports now.Kirill Ponomarev2006-08-171-1/+1
| | | | Notes: svn path=/head/; revision=170852
* Utilize WITHOUT_X11 knob to disable X11R6 dependencies.Kirill Ponomarev2006-08-171-0/+5
| | | | | | | | PR: ports/101651 Submitted by: Stefan Sperling <freebsd-gnats@stsp.in-berlin.de> Notes: svn path=/head/; revision=170849
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Fix build with gcc40 and gcc41.Kirill Ponomarev2006-03-163-0/+459
| | | | Notes: svn path=/head/; revision=157454
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Fix support for using more than one joystick.Kirill Ponomarev2005-11-093-0/+98
| | | | | | | | | Add SHA256 trendy stuff. Submitted by: jylefort Notes: svn path=/head/; revision=147762
* Fix build on ARCH != i386.Kirill Ponomarev2005-10-191-3/+1
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=145857
* Disable libvgl support on 4.x.Kirill Ponomarev2005-10-101-0/+2
| | | | | | | Reported by: lofi Notes: svn path=/head/; revision=144815
* Do not specify libvgl shlib version since it depends on releaseKirill Ponomarev2005-10-081-1/+1
| | | | | | | number. Notes: svn path=/head/; revision=144610
* Update to 1.2.9Kirill Ponomarev2005-08-285-275/+4
| | | | Notes: svn path=/head/; revision=141092
* Backout previous commit since it breaks many ports on sparc64.Kirill Ponomarev2005-07-211-3/+1
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=139840
* Fix build if world is built with NO_USB=yes.Kirill Ponomarev2005-07-191-1/+3
| | | | | | | | PR: ports/82171 Submitted by: Bjoern Koenig <bkoenig at cs.tu-berlin.de> Notes: svn path=/head/; revision=139610
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Grab maintainership and bugs.Kirill Ponomarev2005-01-161-1/+1
| | | | Notes: svn path=/head/; revision=126616
* Update to 1.2.8Kirill Ponomarev2005-01-168-303/+236
| | | | Notes: svn path=/head/; revision=126609
* Welcome to the second epoch bump of devel/sdl12 due to compilationEdwin Groothuis2004-12-267-5/+339
| | | | | | | | | | | | | | problems on 4.x: See the following thread in http://twomix.devolution.com/pipermail/sdl/2004-December/thread.html: [SDL] Can not compile SDL with gcc < 3.1 (3 messages) Up to now no fix in their cvs repository: http://www.libsdl.org/cgi/cvsweb.cgi/SDL12/src/video/ Notes: svn path=/head/; revision=125244
* Upgrade devel/sdl12 to 1.2.8Edwin Groothuis2004-12-237-338/+4
| | | | | | | Nearly all changes are fixes, no API breakages, no version bump. Notes: svn path=/head/; revision=124903
* Bump port revision so people get the double free(3) fix.Alfred Perlstein2004-11-061-1/+1
| | | | Notes: svn path=/head/; revision=120933
* Fix a double free(3) bug locally.Alfred Perlstein2004-11-061-0/+10
| | | | | | | PR: ports/73353 Notes: svn path=/head/; revision=120932
* Do not apply patches for the latest gcc-3.4.2 to FreeBSD-4.xKirill Ponomarev2004-08-054-0/+6
| | | | Notes: svn path=/head/; revision=115455
* Fix wrong path in patchesKirill Ponomarev2004-07-313-6/+6
| | | | | | | Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Notes: svn path=/head/; revision=115132
* Fix build with love for gcc-3.4.2Kirill Ponomarev2004-07-303-0/+318
| | | | Notes: svn path=/head/; revision=115065
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* - several ports require SDL with GL enabled => set GL by default;Thierry Thomas2004-05-302-12/+10
| | | | | | | | | | - bump PORTREVISION; - remove the unused option X11; - fix COMMENT (1.2.7 is the stable version); - do some cleaning. Notes: svn path=/head/; revision=110421
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* Bump PORTREVISION for libusb fix from previous commit.Michael Nottebrock2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104292
* Unbreak when libusb is installed.Michael Nottebrock2004-03-171-12/+10
| | | | | | | Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=104291
* devel/sdl12: upgrading to 1.2.7 + some fixes.Edwin Groothuis2004-03-1611-278/+134
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=104130
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* [patch] unbreak packaging of devel/sdl12 with NOPORTDOCSEdwin Groothuis2004-03-072-264/+54
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=103244
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* During the backout, forgot to bump PORTEPOCH. Also managed to missMark Linimon2003-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. Notes: svn path=/head/; revision=96508
* Backout previous commit. Mea maxima culpa for not doing the researchMark Linimon2003-12-217-302/+472
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=96283
* Update to 1.2.6:Mark Linimon2003-12-207-471/+301
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=96272
* Respect WITHOUT_ARTS to disable arts support even if arts is alreadyKris Kennaway2003-12-121-1/+1
| | | | | | | installed. Notes: svn path=/head/; revision=95646
* USE_MESA -> USE_GL, bump PORTREVISION.Max Khon2003-11-071-2/+2
| | | | Notes: svn path=/head/; revision=93310
* Remove stale mastersite per distfile survey.Mark Linimon2003-10-261-2/+1
| | | | Notes: svn path=/head/; revision=92179
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-291-1/+1
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Fix on -current with gcc 3.3.Maxim Sobolev2003-07-141-0/+18
| | | | Notes: svn path=/head/; revision=84889
* Add support for /dev/joy? style gameport joystics in addition to USB ones.Maxim Sobolev2003-07-142-8/+108
| | | | | | | | PR: 52875 Submitted by: Tony Voet <20030602@hoegisan.com> Notes: svn path=/head/; revision=84888
* Fix the port for those with stale /usr/include/libusb.h header.Maxim Sobolev2003-06-271-1/+11
| | | | | | | Submitted by: mdodd Notes: svn path=/head/; revision=83756