aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/sdl_gfx
Commit message (Collapse)AuthorAgeFilesLines
* - Take over maintainership of the abandoned SDL ports.shaun2006-09-021-3/+4
| | | | | - Add an additional mirror for a few of them. - Fix a few minor portlint(1) complaints.
* Drop maintainership, ENOTIME for these ports now.krion2006-08-171-1/+1
|
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
|
* Conversion to a single libtool environment.ade2006-02-232-1/+3
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Use more appropriate and better readable URL for WWW: line.krion2005-11-011-1/+1
|
* Fix MASTER_SITES and WWW: line.krion2005-11-012-2/+2
|
* Fix WWW: line.krion2005-04-271-1/+1
|
* Take maintainership.krion2005-04-261-1/+1
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to version 2.0.13krion2004-12-233-4/+5
| | | | | PR: ports/75399 Submitted by: Ports Fury
* Update to 2.0.12krion2004-08-312-3/+3
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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
* - Update to version 2.0.11krion2004-05-203-6/+7
| | | | | PR: ports/66885 Submitted by: Ports Fury
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1
| | | | on sdl12-1.2.5
* 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.
* Properly use SDL everywhere:edwin2004-03-081-1/+1
| | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* SIZEify.trevor2004-01-291-0/+1
|
* - Update to version 2.0.10krion2003-12-163-10/+8
| | | | | PR: 60271 Submitted by: Ports Fury
* - Update to version 2.0.9krion2003-10-293-3/+3
| | | | | PR: 58628 Submitted by: Ports Fury
* update graphics/sdl_gfx: add WITH_MMX knobdaichi2003-08-191-1/+8
| | | | | PR: 55687 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* fix typo MASTER_SIET_SUBDIR -> MASTER_SITE_SUBDIRedwin2003-08-121-1/+1
|
* update graphics/sdl_gfx:daichi2003-07-311-6/+3
| | | | | | | - Utilize USE_SDL PR: 55057 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 2.0.8. shlib bump.adamw2003-07-173-3/+3
|
* update graphics/sdl_gfx: 2.0.3 --> 2.0.7daichi2003-07-013-5/+9
| | | | | PR: 53102 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Use the same header location as other SDL families.nork2003-04-052-6/+11
| | | | | PR: ports/48611 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* de-pkg-commentknu2003-02-212-1/+1
|
* Update port: graphics/sdl_gfxedwin2003-01-122-3/+4
| | | | | | | GNU_CONFIGURE -> USE_LIBTOOL PR: ports/46940 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* add SDL_gfx 2.0.3ijliao2002-04-265-0/+48
SDL graphics drawing primitives and other support functions