summaryrefslogtreecommitdiff
path: root/graphics/GMT
AgeCommit message (Collapse)AuthorFilesLines
2005-11-03Removed redundant definition for WRKSRC. Changed one instance ofrillig2-47/+46
${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 thisjlam16-121/+92
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
2005-02-24Add RMD160 digestsagc1-1/+9
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-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-17/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
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-05-01 Fixed libx2sys.a to libx2sys.la in src/x2sys/makefilekivinen2-7/+9
(patch-at).
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-02-14GMT_share.tar.bz2 has been updated without changes in the content (sayswiz1-3/+3
diff). Closes PR 19875.
2002-07-02Add RCS Id.wiz1-1/+1
2001-11-14Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with aagc1-3/+2
single instance of ${PAX}.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-05-19Fix some typos.jtb2-6/+6
2001-05-03Add some defaults for EVAL_PREFIX.jtb1-1/+3
2001-04-26Add leftovers from i386 bulk build.jtb1-1/+145
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 thejtb8-30/+59
GMT help script. Fix some patch fuzz. Install libgmt_mgg.la before the programs depending on it, saving some warnings from libtool.
2001-04-19Build libx2sys before the x2sys executables.jtb2-5/+6
2001-04-19patch-aj is no longer needed.jtb2-14/+1
2001-04-19Update of GMT to 3.4. Seejtb26-657/+538
http://imina.soest.hawaii.edu/gmt/gmt/gmt_releases.html for details of changes.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-9/+7
+ move the patch digest/checksum values from files/patch-sum to distinfo
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-03-25Define the rule .c.o: in terms of libtool in the xgrid makefile.jtb2-35/+43
Fixes SPARC bulk build problem.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+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-29Fixed some typos.jtb3-5/+5
2001-01-27Fixed some more problems. Apologies.jtb6-26/+54
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.jtb23-121/+1500
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+5
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-14Fixed problems encountered in recent pkgsrc/i386 build results, viz.jtb4-70/+83
added -Wl,-R$(NETCDFLIB). Install the man pages in man1 instead of manl.
2000-12-07Added --version-info 0:0 to libtool options.jtb2-5/+5
2000-11-26Initial import of new "GMT" package:jtb16-0/+737
Generic Mapping Tools