aboutsummaryrefslogtreecommitdiff
path: root/graphics/plotutils
Commit message (Collapse)AuthorAgeFilesLines
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Switch from open-motif to libXaw.Stephen Montgomery-Smith2015-12-231-3/+4
| | | | | | | | PR: ports/205489 Submitted by: Raphael Kubo da Costa Notes: svn path=/head/; revision=404327
* - Switch to new test frameworkDmitry Marakasov2015-12-131-6/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=403694
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371283
* - Drop .la files, no dependees require themDmitry Marakasov2014-09-042-5/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=367305
* - Change AUTOTOOLS=libtool to USES=libtool:keepla.Stephen Montgomery-Smith2014-05-102-6/+9
| | | | | | | | | - Bump portrevision. Reference: http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092082.html Notes: svn path=/head/; revision=353604
* - Implement staging.Stephen Montgomery-Smith2014-01-262-2/+5
| | | | Notes: svn path=/head/; revision=341300
* 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
* - Unbreak parallel builds (-jX) on recent -CURRENT, where our make(1) isAlexey Dokuchaev2013-08-151-8/+10
| | | | | | | | | | | | | bmake(1), which does not play nice with libtool way of building things - While here, convert LIB_DEPENDS to new form, sort the knobs a bit, and hook test target to our standard "regression-test" one Reported by: marino Tested by: marino (poudriere testport) Approved by: miwi, bapt (portmgr, implicit) Notes: svn path=/head/; revision=324754
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-101-7/+3
| | | | | | | | | While here: - Trim headers - Convert some USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=322621
* - update png to 1.5.10Dirk Meyer2012-06-012-2/+32
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* Maintainer: stephen@missouri.edu -> stephen@FreeBSD.orgStephen Montgomery-Smith2011-06-141-1/+1
| | | | | | | Approved by: maho (mentor) Notes: svn path=/head/; revision=275537
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - update to 1.4.1Dirk Meyer2010-03-281-1/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Add missing patch file.Wesley Shields2010-01-301-0/+46
| | | | | | | Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> Notes: svn path=/head/; revision=248845
* - Update to 2.6Wesley Shields2010-01-263-12/+14
| | | | | | | | | | | | - Respect CPPFLAGS and LDFLAGS - Add a test: target PR: ports/143204 Submitted by: bf <bf1783@gmail.com> Approved by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Notes: svn path=/head/; revision=248614
* -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
* - Roll back to 2.5, bump PORTEPOCH. Version 2.5.1 was withdrawn due to GPL ↵Dmitry Marakasov2009-04-232-4/+5
| | | | | | | | | | violation PR: 133903 Submitted by: Stephen Montgomery-Smith <stephen at missouri dot edu> (maintainer) Notes: svn path=/head/; revision=232576
* - Update maintainer mail addressDennis Herrmann2009-04-051-1/+1
| | | | | | | | | PR: ports/133397 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=231669
* - Pass maintainership along.Wesley Shields2009-02-131-1/+1
| | | | Notes: svn path=/head/; revision=228215
* Fix a longstanding bug in tek2plot(1) which causes optimized Tek4014Poul-Henning Kamp2008-11-081-0/+36
| | | | | | | | | | | | | datastreams to render wrongly by up to -1 to -3 points in both X and Y direction: The Extra Byte is a persistent register, and it it only present in the datastream when it changes. This patch has been submitted to FSF. Notes: svn path=/head/; revision=222536
* - Update to 2.5.1Martin Wilke2008-08-022-7/+5
| | | | | | | | PR: 126173 Submitted by: Ports Fury Notes: svn path=/head/; revision=217964
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170640
* upgrade to 2.5Ying-Chieh Liao2006-06-1225-1368/+10
| | | | | | | | PR: 98825 Submitted by: Ports Fury Notes: svn path=/head/; revision=165160
* 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/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* 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
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-011-2/+4
| | | | Notes: svn path=/head/; revision=136637
* 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
* 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
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Unbreak.Thomas Gellekum2003-10-311-9/+4
| | | | Notes: svn path=/head/; revision=92699
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-1/+7
| | | | Notes: svn path=/head/; revision=91384
* Fix build on -currentKirill Ponomarev2003-08-1025-6/+1355
| | | | | | | | PR: 55351 Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov> Notes: svn path=/head/; revision=86701
* Remove chuckr as maintainer of his ports. He has not committed sinceKris Kennaway2003-06-081-1/+1
| | | | | | | | | | 09/2000 and has been unresponsive to mail about his ports for at least 2 years. Approved by: portmgr Notes: svn path=/head/; revision=82487
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix build on -current.Maxim Sobolev2002-09-121-1/+1
| | | | Notes: svn path=/head/; revision=66212
* Remove version-specific information, replacing it with summaryTom Hukins2002-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> Notes: svn path=/head/; revision=65609
* 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
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47625
* Upgrade to 2.4.1.Thomas Gellekum2001-03-234-41/+36
| | | | | | | | | PR: 25997 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (the maintainer doesn't seem to be active these days) Notes: svn path=/head/; revision=40263