summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-01-30 13:15:05 +0000
committerhubertf <hubertf@pkgsrc.org>1998-01-30 13:15:05 +0000
commit1504816d744bc0a2eab40de679c94022a408e10b (patch)
tree740b5abff0a00f3c207cbb2406e10ede2230d376 /Packages.txt
parentbb3486c08ba83c436313fefedc130ccf4589f8fd (diff)
downloadpkgsrc-1504816d744bc0a2eab40de679c94022a408e10b.tar.gz
true /> /usr/bin/true
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/Packages.txt b/Packages.txt
index f0a160f7a3e..453e3dad87a 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.13 1998/01/30 13:11:42 hubertf Exp $
+# $NetBSD: Packages.txt,v 1.14 1998/01/30 13:15:05 hubertf Exp $
###########################################################################
==========================
@@ -284,8 +284,9 @@ port from the FreeBSD ports collection:
- Add MANCOMPRESSED (if not already there) if manpages are installed in
compressed form by the package; see comment in bsd.port.mk
- Replace /usr/local by ${PREFIX} in all files (see patches below)
- - Rewrite any ldconfig commands as "ldconfig ... || true", as there isn't
- a ldconfig command on all platforms NetBSD runs on (e.g. alpha).
+ - Rewrite any ldconfig commands as "ldconfig ... || /usr/bin/true", as
+ there isn't a ldconfig command on all platforms NetBSD runs on (e.g.
+ alpha).
- If modifying a package from the FreeBSD ports collection, preserve
their RCS ID: remove the '$'s around the FreeBSD RCS Id, and insert the
word FreeBSD, then add a <$>NetBSD<$> (Without the <>s, please remember
@@ -390,8 +391,8 @@ attention to the following things in pkg/PLIST:
- If there's a "@exec ldconfig ...", add an "@unexec ldconfig ...", so the
hints-file for ld.so doesn't grow without end.
- For @exec and @unexec rewrite any ldconfig-command as "ldconfig ... ||
- true", as there's no ldconfig command on some of the platforms NetBSD
- runs on (e.g. alpha).
+ /usr/bin/true", as there's no ldconfig command on some of the platforms
+ NetBSD runs on (e.g. alpha).
- Add any missing @dirrm statements
@@ -477,7 +478,7 @@ of when dealing with the PLIST file (or files, see below!).
The second issue is that there's no ldconfig command on some of the
platforms NetBSD runs on, e.g. alpha. For this, change the ldconfig call
- to "ldconfig ... || true".
+ to "ldconfig ... || /usr/bin/true".
* ${MACHINE_ARCH}:
Some packages like emacs and perl embed information about which