Commit graph

17 commits

Author SHA1 Message Date
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
martin
fda4a99125 Make it compile on newer (heh!) NetBSD versions. 2005-04-18 07:53:52 +00:00
agc
2ac6df6686 Add RMD160 digests 2005-02-24 10:16:52 +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
kristerw
7bba9735e1 USE_MAKEINFO=yes 2004-03-02 20:49:04 +00:00
grant
5d46defdba don't assume the base system has bzcat, test for it and depend on
archivers/bzip2 if we don't have it.
2004-01-22 07:57:11 +00:00
grant
ef741f8a1a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:49:20 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +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
wiz
22ba46dabb Use autoconf.mk. 2002-10-03 18:47:14 +00:00
jdolecek
a38f058758 fix typo 2002-05-18 15:00:06 +00:00
kent
bbb36a8468 pkg/16475: Update to the compiler of PlayStation Linux 1.0
- gcc: Add -fsingle-precision-constant option
 - gcc: Apply franken-gcc patch of Mozilla.org
 - ld: Add -fgc-dynstr

As for pkgsrc, C++ compiler is removed because it is not used for kernel
compilation.
2002-05-15 14:03:27 +00:00
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
kent
1c05002494 Add autoconf to BUILD_DEPENDS. 2001-08-16 07:28:48 +00:00
kent
e235fc8a70 New package, cross-compiler for NetBSD/PlayStation2 2001-08-05 15:28:41 +00:00