summaryrefslogtreecommitdiff
path: root/graphics/GMT/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-01-19Convert all occurrences (353 by my count) ofagc1-3/+3
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2017-01-01Revbump after boost updateadam1-2/+2
2016-10-07Revbump post boost updateadam1-2/+2
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2015-12-29Rework (and simplify) docs installation to avoid share/doc/html.dholland1-9/+5
Mostly silences pkglint. Bump PKGREVISION again (to 6).
2015-12-29Drop libXp; bump PKGREVISION.dholland1-3/+3
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-09-01recursive bump from hdf5 shlib major bump.obache1-2/+2
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2011-10-11switch places with university of tokai, since washington requires epsv4 to ↵zafer1-3/+3
be off to download.
2009-06-05Mark as not make-jobs safe. PR 41530 by Ryo HAYASAKA.wiz1-1/+2
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-2/+2
2008-06-12Add DESTDIR support.joerg1-17/+16
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-4/+5
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2007-12-02Remove future MASTER_SITEs. From Zafer Aydogan.wiz1-8/+2
2007-10-10Fixed missing rpath in xgridedit.rillig1-1/+2
2007-02-15Modular Xorg support.joerg1-3/+3
2006-11-28- Note reason for patch-ac in the patch file itself so that this informationwennmach1-2/+2
is easily accessible for updating the package - Bump PKGREVISION for patch-ac - regen distinfo
2006-11-14Update GMT to the most recent, supported, version 4.1.4.wennmach1-27/+35
The most significant changes in 4.0 include: o Time-series support o New Tools: - gmt2rgb - grdblend - pslegend: o 30 new program options o More than 23 general enhancements The releases 4.1 and 4.1.1 to 4.1.4 include the following changes: o numerous significant bug fixes o many added program options o added features and capabilities For a complete list of changes, see http://gmt.soest.hawaii.edu/gmt/gmt_releases.html
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-01-15Remove trailing / from source directory. Unbreaks build on DragonFly.joerg1-2/+2
2005-11-03Removed redundant definition for WRKSRC. Changed one instance ofrillig1-3/+2
${WRKSRC}/.. to ${WRKDIR}. As this instance refers to a file that comes from an archive which is unpacked in ${WRKDIR}, this is aesthetically ok. While here, sorted the PLIST.
2005-06-22* Ensure NETCDF is defined properly during the build. As part of thisjlam1-4/+3
change, remove some unnecessary changes to the configure script and makefiles that caused @NETCDF@ to be substituted since the existing mechanism (simply set NETCDFHOME in the environment) is more than sufficient. * Remove some unnecessary changes to the configure script and makefiles to cause @LIBTOOL@ to be substituted. We can simply pass in the right value via MAKE_ENV instead of hardcoding the value. * Fix a place where we weren't calling the compiler correctly, which broke the build of certain programs that should be installed and which were already listed in the PLIST. * Add --mode=MODE tags in the appropriate places to suppress the warnings from libtool that were cluttering the build log. Commit approved during the deep freeze by <agc>.
2005-04-05Use netcdf bl3 file instead of DEPENDS.wiz1-3/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-09It's EXTRACT_SUFX not EXTRACT_SUFFIX, from Georg Schwarz on tech-pkg.xtraeme1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2001-11-14Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with aagc1-3/+2
single instance of ${PAX}.
2001-05-03Add some defaults for EVAL_PREFIX.jtb1-1/+3
2001-04-20The homepage has moved (just a few minutes ago).jtb1-2/+2
2001-04-20Fix byte ordering in grdraster. Proper location of HTML docs in thejtb1-3/+3
GMT help script. Fix some patch fuzz. Install libgmt_mgg.la before the programs depending on it, saving some warnings from libtool.
2001-04-19Update of GMT to 3.4. Seejtb1-42/+21
http://imina.soest.hawaii.edu/gmt/gmt/gmt_releases.html for details of changes.
2001-04-14Change MAINTAINER section to packages@netbsd.orgjtb1-2/+2
2001-04-13Cosmetic changes.jtb1-20/+17
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-3/+3
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-27Fixed some more problems. Apologies.jtb1-10/+13
2001-01-27Don't test for existence of bash.jtb1-10/+4
2001-01-27Use .for instead of for.jtb1-7/+7
2001-01-27Added the 39 supplemental programs, html documentation, and example scripts.jtb1-15/+54
2000-11-26Initial import of new "GMT" package:jtb1-0/+51
Generic Mapping Tools