aboutsummaryrefslogtreecommitdiff
path: root/graphics/sdl_gfx
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 2.0.11Kirill Ponomarev2004-05-193-6/+7
| | | | | | | | PR: ports/66885 Submitted by: Ports Fury Notes: svn path=/head/; revision=109524
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-161-1/+1
| | | | | | | on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
* 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
* Properly use SDL everywhere:Edwin Groothuis2004-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> Notes: svn path=/head/; revision=103247
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Update to version 2.0.10Kirill Ponomarev2003-12-153-10/+8
| | | | | | | | PR: 60271 Submitted by: Ports Fury Notes: svn path=/head/; revision=95912
* - Update to version 2.0.9Kirill Ponomarev2003-10-283-3/+3
| | | | | | | | PR: 58628 Submitted by: Ports Fury Notes: svn path=/head/; revision=92485
* update graphics/sdl_gfx: add WITH_MMX knobDaichi GOTO2003-08-191-1/+8
| | | | | | | | PR: 55687 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=87266
* fix typo MASTER_SIET_SUBDIR -> MASTER_SITE_SUBDIREdwin Groothuis2003-08-121-1/+1
| | | | Notes: svn path=/head/; revision=86793
* update graphics/sdl_gfx:Daichi GOTO2003-07-311-6/+3
| | | | | | | | | | - Utilize USE_SDL PR: 55057 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=86016
* Update to 2.0.8. shlib bump.Adam Weinberger2003-07-163-3/+3
| | | | Notes: svn path=/head/; revision=85006
* update graphics/sdl_gfx: 2.0.3 --> 2.0.7Daichi GOTO2003-07-013-5/+9
| | | | | | | | PR: 53102 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=83974
* Use the same header location as other SDL families.Norikatsu Shigemura2003-04-042-6/+11
| | | | | | | | PR: ports/48611 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=78214
* de-pkg-commentAkinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75960
* Update port: graphics/sdl_gfxEdwin Groothuis2003-01-122-3/+4
| | | | | | | | | | GNU_CONFIGURE -> USE_LIBTOOL PR: ports/46940 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=72944
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* add SDL_gfx 2.0.3Ying-Chieh Liao2002-04-255-0/+48
SDL graphics drawing primitives and other support functions Notes: svn path=/head/; revision=58117