aboutsummaryrefslogtreecommitdiff
path: root/graphics/sdl_gfx
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics: Add missing USES={gl,gnome,sdl}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517071
* - Update sdl_gfx to 2.0.26, bump dependent ports due to shared library ↵Dmitry Marakasov2019-01-303-7/+16
| | | | | | | version change Notes: svn path=/head/; revision=491625
* Take maintainership of SDL/SDL2 portsDmitry Marakasov2018-02-051-1/+1
| | | | Notes: svn path=/head/; revision=460979
* Reset mva@'s ports, he handed in his ports bit.Rene Ladan2017-01-221-1/+1
| | | | Notes: svn path=/head/; revision=432169
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-1/+0
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Convert to USES=autoreconfBaptiste Daroussin2015-03-291-4/+3
| | | | | | | Strip binaries Notes: svn path=/head/; revision=382592
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371283
* Disable MMX instructions on non-x86 architectures and properly enable theSean Bruno2014-09-151-0/+9
| | | | | | | | | | | | | option on amd64 builds. Yet another armv6 build fix. Phabric: https://reviews.freebsd.org/D761 Submitted by: mva Reviewed by: bdrewery (mentor) Notes: svn path=/head/; revision=368271
* Use default LIBTOOLIZE_ARGSTijl Coosemans2014-09-131-1/+0
| | | | Notes: svn path=/head/; revision=368126
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Update graphics/sdl_gfx to version 2.0.25Marcus von Appen2014-06-013-6/+5
| | | | | | | - Bump PORTREVISION on ports depending on it, since the shlib version changed Notes: svn path=/head/; revision=356061
* Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS becauseTijl Coosemans2014-05-022-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upstream forgot to regenerate the build scripts. This makes the build use the correct version information and causes a library version bump. Use this opportunity to use USES=libtool instead of USES=libtool:oldver. Bump PORTREVISION on all dependent ports and convert them to USES=libtool where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS syntax here and there. games/freedink-engine: - Option helpers. - Staging. - Use dirrmtry for locale directories. games/oolite: - Staging. - Replace ECHO with ECHO_CMD. - Don't use GNUSTEP_PREFIX to install files because it expands to LOCALBASE rather than PREFIX. games/openssn: - Remove USES=desktop-file-utils. No MimeType field in desktop file. - Staging. - Install files in standard DATADIR. games/xblast: - Use proper options. - Staging. - Patch configure so normal make install can be used instead of do-install. - Replace TAR | TAR with COPYTREE_SHARE. Notes: svn path=/head/; revision=352815
* - Enable stagedir supportMarcus von Appen2014-01-181-11/+5
| | | | | | | | - Add LICENSE - Convert USE_GMAKE=yes -> USES=gmake Notes: svn path=/head/; revision=340156
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 2.0.24Marcus von Appen2013-03-132-14/+9
| | | | | | | | - Trim Makefile headers - Switch to new options framework Notes: svn path=/head/; revision=314109
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-182-3/+3
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Fixed shared lib version in plist.Marcus von Appen2011-07-031-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=277017
* - Update graphics/sdl_gfx to version 2.0.22Marcus von Appen2011-07-022-5/+3
| | | | | | | | - Update Mk/bsd.sdl.mk for the new shared lib version - Bump portrevisions for all ports depending on graphics/sdl_gfx Notes: svn path=/head/; revision=276935
* 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