aboutsummaryrefslogtreecommitdiff
path: root/graphics/sdl_gfx
Commit message (Collapse)AuthorAgeFilesLines
* Install pkgconfig data in the correct place.Marcus von Appen2011-01-292-7/+3
| | | | | | | | | PR: ports/154029 Submitted by: Dima Panov <fluffy@FreeBSD.org> Feature safe: yes Notes: svn path=/head/; revision=268372
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 2.0.21Marcus von Appen2010-08-032-4/+4
| | | | Notes: svn path=/head/; revision=258683
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-302-4/+4
| | | | | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=248835
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Updated sdl_gfx to 2.0.19Marcus von Appen2009-08-023-6/+11
| | | | | | | | | Bumped PORTREVISION on dependent ports. Approved by: miwi (mentor) Notes: svn path=/head/; revision=238762
* Remove references to my mirror, which will be decommissioned shortly;Shaun Amott2009-07-191-2/+1
| | | | | | | fall back to FreeBSD mirrors in case the port has no others. Notes: svn path=/head/; revision=238071
* Updated my mail address to use @FreeBSD.org now.Marcus von Appen2009-02-191-1/+1
| | | | | | | Approved by: miwi (co-mentor), beech (mentor) Notes: svn path=/head/; revision=228687
* - Update to 2.0.18Martin Wilke2009-01-102-4/+7
| | | | | | | | PR: 130050 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=225647
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update to 2.0.17Martin Wilke2008-06-052-4/+4
| | | | | | | | PR: 124259 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=214384
* - Update to 2.0.16Martin Wilke2008-03-133-9/+13
| | | | | | | | | | | - OPTIONize MMX flag - Pass maintainership to submitter PR: 117612 Submitted by: Marcus von Appen <mva@sysfault.org> Notes: svn path=/head/; revision=208947
* Return to pool: hopefully they will have a chance of being updatedShaun Amott2007-10-281-1/+1
| | | | | | | prior to the freeze. Notes: svn path=/head/; revision=202217
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-202-13/+8
| | | | | | | | | | | | | | | | | | | 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-3/+4
| | | | | | | | - Add an additional mirror for a few of them. - Fix a few minor portlint(1) complaints. Notes: svn path=/head/; revision=171842
* Drop maintainership, ENOTIME for these ports now.Kirill Ponomarev2006-08-171-1/+1
| | | | Notes: svn path=/head/; revision=170852
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* 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
* Use more appropriate and better readable URL for WWW: line.Kirill Ponomarev2005-10-311-1/+1
| | | | Notes: svn path=/head/; revision=146852
* Fix MASTER_SITES and WWW: line.Kirill Ponomarev2005-10-312-2/+2
| | | | Notes: svn path=/head/; revision=146851
* Fix WWW: line.Kirill Ponomarev2005-04-271-1/+1
| | | | Notes: svn path=/head/; revision=134235
* Take maintainership.Kirill Ponomarev2005-04-261-1/+1
| | | | Notes: svn path=/head/; revision=134191
* 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
* Update to version 2.0.13Kirill Ponomarev2004-12-233-4/+5
| | | | | | | | PR: ports/75399 Submitted by: Ports Fury Notes: svn path=/head/; revision=124951
* Update to 2.0.12Kirill Ponomarev2004-08-302-3/+3
| | | | Notes: svn path=/head/; revision=117692
* 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
* - 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