Commit graph

57 commits

Author SHA1 Message Date
joerg
e3c1682b6e Use correct variable for rpath. 2009-11-23 16:00:34 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
wiz
2318b028dd Mark as not make-jobs safe. PR 41530 by Ryo HAYASAKA. 2009-06-05 10:10:28 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
wiz
406042ce96 Remove future MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:02:47 +00:00
rillig
0be138f38e Fixed missing rpath in xgridedit. 2007-10-10 21:48:42 +00:00
wennmach
1ef31eddcb Correct "size"-info for GMT4.1.4_web.tar.bz2.
Distinfo problem pointed out by wiz.
2007-07-23 11:56:05 +00:00
joerg
61c76992a7 Modular Xorg support. 2007-02-15 14:58:19 +00:00
wennmach
753aa4b3f9 - Note reason for patch-ac in the patch file itself so that this information
is easily accessible for updating the package
- Bump PKGREVISION for patch-ac
- regen distinfo
2006-11-28 18:02:33 +00:00
joerg
da75a55b16 Include sys/types.h before sys/stat.h for DragonFly. 2006-11-27 16:43:58 +00:00
wennmach
11f5afe35b Update GMT to the most recent, supported, version 4.1.4.
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-11-14 13:16:00 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-03-04 21:28:51 +00:00
joerg
fa482ce6c9 Remove trailing / from source directory. Unbreaks build on DragonFly. 2006-01-15 19:50:45 +00:00
rillig
b4734331b6 Removed redundant definition for WRKSRC. Changed one instance of
${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-11-03 22:30:35 +00:00
jlam
9a51b0a289 * Ensure NETCDF is defined properly during the build. As part of this
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-06-22 08:34:54 +00:00
wiz
5a16c2bed5 Use netcdf bl3 file instead of DEPENDS. 2005-04-05 10:17:47 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
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-09-22 08:09:14 +00:00
xtraeme
1ed7e93ec4 It's EXTRACT_SUFX not EXTRACT_SUFFIX, from Georg Schwarz on tech-pkg. 2004-07-09 16:51:59 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
kivinen
ea16b31965 Fixed libx2sys.a to libx2sys.la in src/x2sys/makefile
(patch-at).
2003-05-01 11:31:46 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
70c374e2ae GMT_share.tar.bz2 has been updated without changes in the content (says
diff).
Closes PR 19875.
2003-02-14 17:32:19 +00:00
wiz
47d1c0f887 Add RCS Id. 2002-07-02 12:42:52 +00:00
agc
be9bc4ff1b Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with a
single instance of ${PAX}.
2001-11-14 14:47:53 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jtb
9ad6a2f5e1 Fix some typos. 2001-05-19 23:46:38 +00:00
jtb
474909bb94 Add some defaults for EVAL_PREFIX. 2001-05-03 21:06:12 +00:00
jtb
65734247a2 Add leftovers from i386 bulk build. 2001-04-26 21:05:18 +00:00
jtb
e4024254fa The homepage has moved (just a few minutes ago). 2001-04-20 21:57:39 +00:00
jtb
1acbced92d Fix byte ordering in grdraster. Proper location of HTML docs in the
GMT help script. Fix some patch fuzz. Install libgmt_mgg.la before
the programs depending on it, saving some warnings from libtool.
2001-04-20 17:16:19 +00:00
jtb
04a92e30ac Build libx2sys before the x2sys executables. 2001-04-19 21:36:30 +00:00
jtb
942d775f8a patch-aj is no longer needed. 2001-04-19 21:06:04 +00:00
jtb
d43e77975b Update of GMT to 3.4. See
http://imina.soest.hawaii.edu/gmt/gmt/gmt_releases.html

for details of changes.
2001-04-19 20:51:30 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
jtb
eb0cef2016 Change MAINTAINER section to packages@netbsd.org 2001-04-14 21:43:38 +00:00
jtb
8a45277dbd Cosmetic changes. 2001-04-13 00:56:26 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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-27 03:19:43 +00:00
jtb
a1b43b80a1 Define the rule .c.o: in terms of libtool in the xgrid makefile.
Fixes SPARC bulk build problem.
2001-03-25 23:33:48 +00:00
wiz
a2a4d06c6f Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:22:13 +00:00
fredb
46a9e2c3de Make that "autoreconf" -- there is no "autoremake". 2001-02-06 03:16:56 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
jtb
0e60a9e9f2 Fixed some typos. 2001-01-29 04:10:39 +00:00
jtb
d75e0bef9b Fixed some more problems. Apologies. 2001-01-27 10:36:53 +00:00