aboutsummaryrefslogtreecommitdiff
path: root/graphics/gnofract4d
Commit message (Collapse)AuthorAgeFilesLines
* Use new INSTALLS_OMF.Jeremy Messenger2004-11-232-2/+1
| | | | | | | Approved by: bland, kwm, marcus and pav Notes: svn path=/head/; revision=122196
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-181-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118243
* 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
* - Fix buildKirill Ponomarev2004-04-283-14/+13
| | | | | | | | PR: ports/65994 Submitted by: Ports Fury Notes: svn path=/head/; revision=107862
* BROKEN: Does not compileKris Kennaway2004-04-191-0/+2
| | | | Notes: svn path=/head/; revision=107514
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* 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
* 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 1.9Kirill Ponomarev2003-12-155-11/+11
| | | | | | | | PR: 60268 Submitted by: Ports Fury Notes: svn path=/head/; revision=95896
* - Fix build against rerolled tarballKirill Ponomarev2003-12-045-4/+15
| | | | | | | | PR: 59612 Submitted by: Ports Fury Notes: svn path=/head/; revision=94909
* Mark as broken (not dependent on 5.x) due to checksum failure. ThisMark Linimon2003-11-221-0/+2
| | | | | | | port is unmaintained. Notes: svn path=/head/; revision=94712
* - Update to version 1.8Kirill Ponomarev2003-11-058-48/+67
| | | | | | | | PR: 58963 Submitted by: Ports Fury Notes: svn path=/head/; revision=93158
* - Fix build on -currentKirill Ponomarev2003-10-183-4/+20
| | | | | | | | PR: 58220 Submitted by: Ports Fury Notes: svn path=/head/; revision=91587
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-1/+7
| | | | Notes: svn path=/head/; revision=91384
* - respect CXXFLAGS/LDFLAGSPete Fritchman2003-05-191-4/+6
| | | | | | | | | | - bump PORTREVISION PR: 52275 Submitted by: Ports Fury Notes: svn path=/head/; revision=81315
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* de-pkg-commentAkinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75960
* upgrade to 1.7Ying-Chieh Liao2003-02-083-3/+6
| | | | Notes: svn path=/head/; revision=75111
* 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
* 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 Notes: svn path=/head/; revision=65347
* Update to use GNOMENG.Christian Weisgerber2002-08-301-4/+3
| | | | | | | | PR: 42127 Submitted by: Juan Salaverria <rael@vectorstar.net> Notes: svn path=/head/; revision=65333
* PERL -> REINPLACE_CMDYing-Chieh Liao2002-07-082-6/+7
| | | | | | | | PR: 39938 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=62647
* Avoid making empty directoryKevin Lo2001-12-222-4/+4
| | | | | | | | PR: 32950 Submitted by: Ports Fury Notes: svn path=/head/; revision=51984
* upgrade to 1.6Ying-Chieh Liao2001-12-173-16/+38
| | | | | | | | PR: 32855 Submitted by: Ports Fury Notes: svn path=/head/; revision=51686
* Update to version 1.5Kevin Lo2001-06-123-2/+7
| | | | | | | | PR: 28050 Submitted by: Ports Fury Notes: svn path=/head/; revision=43911
* -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. Notes: svn path=/head/; revision=40539
* Update to 1.4Kevin Lo2000-12-223-2/+3
| | | | | | | | PR: 23760 Submitted by: Ports Fury Notes: svn path=/head/; revision=36233
* Update to 1.3Ade Lovett2000-10-122-2/+2
| | | | | | | | PR: 21796 Submitted by: Ports Fury Notes: svn path=/head/; revision=33741
* Implement USE_GNOME, part 1.Jeremy Lea2000-10-052-7/+10
| | | | Notes: svn path=/head/; revision=33428
* 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. Notes: svn path=/head/; revision=29763
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
| | | | Notes: svn path=/head/; revision=29595
* Updates for new shared library versions in GNOME 1.2Ade Lovett2000-06-011-2/+2
| | | | Notes: svn path=/head/; revision=29057
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-2/+2
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Finish moving MAINTAINER for my ports.Will Andrews2000-03-221-1/+1
| | | | | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami Notes: svn path=/head/; revision=26946
* Update to 1.2Ade Lovett2000-02-254-8/+98
| | | | | | | | PR: 16850 Submitted by: maintainer Notes: svn path=/head/; revision=26281
* Gnofract4D is a weird fractal-generating programChris D. Faulhaber1999-12-315-0/+38
written for the GNOME project. But it makes very nice looking fractals. PR: 15797 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=24321