From 1504816d744bc0a2eab40de679c94022a408e10b Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 30 Jan 1998 13:15:05 +0000 Subject: true /> /usr/bin/true --- Packages.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Packages.txt') 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 -- cgit v1.2.3