summaryrefslogtreecommitdiff
path: root/graphics/libgdgeda (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Change my email.Stanislav Sedov2007-03-271-1/+1
| | | | | | | Suggested by: skv Notes: svn path=/head/; revision=188599
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-281-0/+1
| | | | Notes: svn path=/head/; revision=183519
* - Transfer maintainership to Stanislav SedovPav Lucistnik2006-06-281-1/+1
| | | | | | | Approved by: old maintainer Notes: svn path=/head/; revision=166499
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | 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
* 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
* - Update gEDA suite to 20040111 versionPav Lucistnik2004-03-074-32/+7
| | | | | | | | PR: ports/62549 Submitted by: bruno <bruno@mail.tinkerbox.org> (maintainer) Notes: svn path=/head/; revision=103201
* Remove .la files from the plist. They are not, in fact, installed.Joe Marcus Clarke2003-05-081-1/+0
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=80470
* Update to version 20030223 which now works with guile 1.6.Joe Marcus Clarke2003-05-064-15/+6
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=80211
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76036
* - Remove including obsolete malloc.h headerPatrick Li2001-11-212-0/+37
| | | | | | | | | | | - Dont link libc and prevent installing useless files PR: 32070 Submitted by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Approved by: lioux Notes: svn path=/head/; revision=50313
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47625
* libgdgeda is a modified version of the gd graphic library,Vanilla I. Shu2001-04-075-0/+46
with extra changes for use by gschem. Submitted by: bruno.schwander@technologist.com Notes: svn path=/head/; revision=40967