summaryrefslogtreecommitdiffstats
path: root/graphics/plotutils
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-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
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* SIZEify.trevor2004-01-291-0/+1
|
* Unbreak.tg2003-10-311-9/+4
|
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* Fix build on -currentkrion2003-08-1025-6/+1355
| | | | | PR: 55351 Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
* Remove chuckr as maintainer of his ports. He has not committed sincekris2003-06-081-1/+1
| | | | | | | 09/2000 and has been unresponsive to mail about his ports for at least 2 years. Approved by: portmgr
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix build on -current.sobomax2002-09-121-1/+1
|
* Remove version-specific information, replacing it with summarytom2002-09-041-3/+5
| | | | | | | | | information from the plotutils Web site. The patch is mine, inspired by a patch by Craig Rodrigues posted to -ports. Submitted by: Craig Rodrigues <rodrigc@attbi.com>
* Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-311-1/+0
| | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
* Bump png majorache2001-09-111-1/+1
|
* Upgrade to 2.4.1.tg2001-03-234-41/+36
| | | | | | PR: 25997 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (the maintainer doesn't seem to be active these days)
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-071-4/+1
| | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-211-1/+0
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-161-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-152-5/+1
|
* Add "ode.1 plot.1 spline.1 tek2plot.1" as MAN1.asami2000-06-071-0/+1
| | | | Submitted by: bento
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionasami2000-04-141-2/+2
| | | | string so I fixed it.
* Left -lXpm out o fthe linking for Motif.chuckr2000-03-051-1/+1
| | | | Obtained from: Bento logs.
* Fix a patching screwup (oh my!) Pointed out by Thomas Gellekum.chuckr2000-03-031-4/+4
|
* Upgrade to version 2.3.chuckr2000-03-014-21/+35
| | | | Submitted by: Thomas Gellekum <tg@melaten.rwth-aachen.de>
* Upgrade to 2.2.tg1999-09-104-12/+31
|
* Add REQUIRES_MOTIF if Motif support is turned on. Necessary forasami1999-09-101-0/+2
| | | | | | | proper dependency info. Note that this port still doesn't build right (it needs to use ${MOTIFLIB} instead of -lXm).
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-261-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* More WWW: additionsmharo1999-05-061-2/+3
|
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2
|
* A few more USE_XLIBs.asami1998-11-281-2/+3
|
* Convert to ELF.steve1998-10-052-5/+7
|
* No need to use += if a variable is defined only once.asami1998-06-261-2/+2
| | | | | | | | By the way, I see that this ports uses HAVE_MOTIF to turn on Motif support, but I don't see any patches. Does this port follow our guidelines for Motif support (MOTIFLIB and all)? In particular, what happens if you build a package on a machine with HAVE_MOTIF and MOTIF_STATIC defined if you have both shared and static libXm?
* New port of GNU plotutils, version 2.1.1. I first wanted thischuckr1998-06-205-0/+84
to allow me to view the output of Spice graphics.
OpenPOWER on IntegriCloud