pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators Ensure that Linux ldd has the full path to b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2c979c5a97a8
branches: trunk
changeset: 518835:2c979c5a97a8
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Sep 19 19:58:46 2006 +0000
description:
Ensure that Linux ldd has the full path to bash without assuming
that /emul == /usr/pkg/emul. On DragonFly and FreeBSD, it is called
/compat and that broke the shared library check. Bump revisions of
suse100_base and suse91_base.
diffstat:
emulators/suse100_base/Makefile | 6 +++---
emulators/suse91_base/Makefile | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (44 lines):
diff -r 77b0c30b079c -r 2c979c5a97a8 emulators/suse100_base/Makefile
--- a/emulators/suse100_base/Makefile Tue Sep 19 19:46:36 2006 +0000
+++ b/emulators/suse100_base/Makefile Tue Sep 19 19:58:46 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2006/06/23 15:48:50 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2006/09/19 19:58:46 joerg Exp $
DISTNAME= suse_base-${SUSE_VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUSE100}
DISTFILES= ${RPMFILES}
@@ -70,7 +70,7 @@
>>${PLIST_SRC}
${ECHO} "@unexec ${RMDIR} %D/${EMULSUBDIR}/etc 2>/dev/null || ${TRUE}" \
>>${PLIST_SRC}
- ${SED} -e 's:#! :#! /${EMULSUBDIR}:' \
+ ${SED} -e 's:#! :#! ${EMULDIR}:' \
-e 's:^RTLD=:RTLD=/${EMULSUBDIR}:' \
< ${LINUX_LDD} > ${LINUX_LDD}.new
${MV} ${LINUX_LDD}.new ${LINUX_LDD}
diff -r 77b0c30b079c -r 2c979c5a97a8 emulators/suse91_base/Makefile
--- a/emulators/suse91_base/Makefile Tue Sep 19 19:46:36 2006 +0000
+++ b/emulators/suse91_base/Makefile Tue Sep 19 19:58:46 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2006/06/23 15:48:50 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2006/09/19 19:58:46 joerg Exp $
DISTNAME= suse_base-${SUSE_VERSION}
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUSE91}
DISTFILES= ${RPMFILES}
@@ -70,7 +70,7 @@
>>${PLIST_SRC}
${ECHO} "@unexec ${RMDIR} %D/${EMULSUBDIR}/etc 2>/dev/null || ${TRUE}" \
>>${PLIST_SRC}
- ${SED} -e 's:#! :#! /${EMULSUBDIR}:' \
+ ${SED} -e 's:#! :#! ${EMULDIR}:' \
-e 's:^RTLD=:RTLD=/${EMULSUBDIR}:' \
< ${LINUX_LDD} > ${LINUX_LDD}.new
${MV} ${LINUX_LDD}.new ${LINUX_LDD}
Home |
Main Index |
Thread Index |
Old Index