summaryrefslogtreecommitdiff
path: root/graphics/gnofract4d/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Update to 3.8Edwin Groothuis2008-04-301-12/+23
|
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+2
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* Use system compiler on CURRENTTilman Keskinoz2007-05-311-1/+1
|
* - 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}.
* - Fix png, jpeg library detectionPav Lucistnik2006-11-171-11/+4
| | | | | | | PR: ports/105027 Submitted by: Derek Marcotte <derek.4548bfb0@razorfever.net> - Fix plist
* - fix package problemsDirk Meyer2006-11-091-6/+1
| | | | - update to 3.1
* Schedule these broken ports for termination on 2006-12-01Kris Kennaway2006-09-021-0/+2
|
* Mark BROKEN for leaving files behindErwin Lansing2006-08-031-0/+2
|
* upgrade to 3.0Ying-Chieh Liao2006-06-281-8/+23
|
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
|
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
|
* Re-add USE_X_PREFIX that I accidentally removed.Sam Lawrance2005-04-291-0/+1
| | | | | | Reported by: krismail Diagnosed by: pav Approved by: pav (rent-a-mentor)
* Update the entertaining gnofract4d to version 2.6.Sam Lawrance2005-04-261-15/+16
| | | | | | | | | - contain the installation to its own DATADIR, rather than spreading bits everywhere PR: ports/76868 Submitted by: Edwin Young <edwin@bathysphere.org> (author) Approved by: clement (mentor)
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
|
* Use new INSTALLS_OMF.Jeremy Messenger2004-11-231-0/+1
| | | | Approved by: bland, kwm, marcus and pav
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | big upgrade.
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-181-1/+7
| | | | Approved by: portmgr (self)
* 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
* - Fix buildKirill Ponomarev2004-04-281-4/+2
| | | | | PR: ports/65994 Submitted by: Ports Fury
* BROKEN: Does not compileKris Kennaway2004-04-191-0/+2
|
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
|
* 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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 2)
* - Update to version 1.9Kirill Ponomarev2003-12-151-2/+1
| | | | | PR: 60268 Submitted by: Ports Fury
* - Fix build against rerolled tarballKirill Ponomarev2003-12-041-2/+1
| | | | | PR: 59612 Submitted by: Ports Fury
* Mark as broken (not dependent on 5.x) due to checksum failure. ThisMark Linimon2003-11-221-0/+2
| | | | port is unmaintained.
* - Update to version 1.8Kirill Ponomarev2003-11-051-16/+6
| | | | | PR: 58963 Submitted by: Ports Fury
* - Fix build on -currentKirill Ponomarev2003-10-181-4/+0
| | | | | PR: 58220 Submitted by: Ports Fury
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-1/+7
|
* - respect CXXFLAGS/LDFLAGSPete Fritchman2003-05-191-4/+6
| | | | | | | - bump PORTREVISION PR: 52275 Submitted by: Ports Fury
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
|
* de-pkg-commentAkinori MUSHA2003-02-201-0/+1
|
* upgrade to 1.7Ying-Chieh Liao2003-02-081-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | 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.Adam Weinberger2002-11-061-0/+2
| | | | Approved by: pat
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-311-1/+0
| | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
* Update to use GNOMENG.Christian Weisgerber2002-08-301-4/+3
| | | | | PR: 42127 Submitted by: Juan Salaverria <rael@vectorstar.net>
* PERL -> REINPLACE_CMDYing-Chieh Liao2002-07-081-5/+6
| | | | | PR: 39938 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Avoid making empty directoryKevin Lo2001-12-221-3/+4
| | | | | PR: 32950 Submitted by: Ports Fury
* upgrade to 1.6Ying-Chieh Liao2001-12-171-5/+7
| | | | | PR: 32855 Submitted by: Ports Fury
* Update to version 1.5Kevin Lo2001-06-121-1/+1
| | | | | PR: 28050 Submitted by: Ports Fury
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Update to 1.4Kevin Lo2000-12-221-1/+1
| | | | | PR: 23760 Submitted by: Ports Fury
* Update to 1.3Ade Lovett2000-10-121-1/+1
| | | | | PR: 21796 Submitted by: Ports Fury
* Implement USE_GNOME, part 1.Jeremy Lea2000-10-051-7/+9
|
* Unleash all of these ports upon the people. I no longer have any interestWill Andrews2000-06-221-1/+1
| | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
|
* Updates for new shared library versions in GNOME 1.2Ade Lovett2000-06-011-2/+2
|