Commit graph

18 commits

Author SHA1 Message Date
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +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
taca
f0d8aefd07 make lintpkgsrc a little happy. 2003-05-24 11:47:53 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
dmcmahill
ddf5ea3a02 add missing shared lib (libcurses.so.2) for the alpha version of the
pkg.
2001-05-07 12:51:25 +00:00
agc
7e2fedb405 Move to sha1 digests, and add distfile sizes. 2001-04-20 10:49:52 +00:00
agc
d7d36b3561 + 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 10:57:56 +00:00
wiz
311d465268 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 18:38:11 +00:00
tv
d76b0dfff3 Set MAINTAINER to packages@netbsd.org. 2001-01-25 21:43:58 +00:00
jlam
b56bc45bfc Group logical expressions correctly. 2000-10-14 00:17:18 +00:00
jlam
943a1e9a35 Run ldconfig after installing/deinstalling shared libraries. We need to
do this manually since it's not automatically handled by bsd.pkg.mk.
2000-10-14 00:01:56 +00:00
jlam
9be7e73f42 Make these install into /usr on most platforms, and into /emul/aout/usr
on platforms transitioning to ELF (currently only i386).  The /emul/aout
installation occurs much like the suse_linux and freebsd_lib packages.

Also add SHLIB_HANDLING=NO to ensure library links aren't clobbered.

This should fix PR#9011.
2000-10-13 23:36:37 +00:00
wiz
93111f9f12 remove unnecessary whitespace 2000-02-05 18:33:29 +00:00
tron
8475357fcd Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808
by Chris Demetriou.
1999-06-20 21:06:17 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
tv
af4a0239f6 Explicitly install these into /usr in order to avoid messing with
ld.so.conf on a.out and LD_LIBRARY_PATH on ELF.
1999-04-27 11:53:39 +00:00
tv
68304cdae0 Add rules to create/nuke ld.so on mipsel for binary packages and pkg_delete
time, respectively.
1999-04-27 11:52:38 +00:00
tv
c508d502cb NetBSD 1.3.x compatibility package for 1.4 and beyond. 1999-04-15 16:36:14 +00:00