pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators Add definition for DIRNAME to the INSTALL sc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a363d5ac742
branches:  trunk
changeset: 531440:1a363d5ac742
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Jul 30 14:42:43 2007 +0000

description:
Add definition for DIRNAME to the INSTALL scripts, which is needed when
creating the /emul/linux symlink on a system where /emul doesn't exist.
Problem noted by <wiz> in private email.

Bump the PKGREVISIONs of suse100_base and suse91_base (and also the
corresponding suse32 packages by implication).

diffstat:

 emulators/suse100_base/INSTALL  |  3 ++-
 emulators/suse100_base/Makefile |  4 ++--
 emulators/suse91_base/INSTALL   |  3 ++-
 emulators/suse91_base/Makefile  |  4 ++--
 4 files changed, 8 insertions(+), 6 deletions(-)

diffs (60 lines):

diff -r 04b28bdcae27 -r 1a363d5ac742 emulators/suse100_base/INSTALL
--- a/emulators/suse100_base/INSTALL    Mon Jul 30 14:24:59 2007 +0000
+++ b/emulators/suse100_base/INSTALL    Mon Jul 30 14:42:43 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.6 2007/07/30 00:01:05 jlam Exp $
+# $NetBSD: INSTALL,v 1.7 2007/07/30 14:42:43 jlam Exp $
 
 # Generate a +ROOT_ACTIONS script that runs certain actions that require
 # superuser privileges.
@@ -21,6 +21,7 @@
 CAT="@CAT@"
 CHMOD="@CHMOD@"
 CP="@CP@"
+DIRNAME="@DIRNAME@"
 ECHO="@ECHO@"
 ID="@ID@"
 LN="@LN@"
diff -r 04b28bdcae27 -r 1a363d5ac742 emulators/suse100_base/Makefile
--- a/emulators/suse100_base/Makefile   Mon Jul 30 14:24:59 2007 +0000
+++ b/emulators/suse100_base/Makefile   Mon Jul 30 14:42:43 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2007/07/29 05:18:39 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2007/07/30 14:42:43 jlam Exp $
 
 DISTNAME=      suse_base-${SUSE_VERSION}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    emulators
 
 MAINTAINER=    tonio%NetBSD.org@localhost
diff -r 04b28bdcae27 -r 1a363d5ac742 emulators/suse91_base/INSTALL
--- a/emulators/suse91_base/INSTALL     Mon Jul 30 14:24:59 2007 +0000
+++ b/emulators/suse91_base/INSTALL     Mon Jul 30 14:42:43 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.5 2007/07/30 00:01:05 jlam Exp $
+# $NetBSD: INSTALL,v 1.6 2007/07/30 14:42:43 jlam Exp $
 
 # Generate a +ROOT_ACTIONS script that runs certain actions that require
 # superuser privileges.
@@ -21,6 +21,7 @@
 CAT="@CAT@"
 CHMOD="@CHMOD@"
 CP="@CP@"
+DIRNAME="@DIRNAME@"
 ECHO="@ECHO@"
 ID="@ID@"
 LN="@LN@"
diff -r 04b28bdcae27 -r 1a363d5ac742 emulators/suse91_base/Makefile
--- a/emulators/suse91_base/Makefile    Mon Jul 30 14:24:59 2007 +0000
+++ b/emulators/suse91_base/Makefile    Mon Jul 30 14:42:43 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2007/07/29 05:19:04 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2007/07/30 14:42:43 jlam Exp $
 
 DISTNAME=      suse_base-${SUSE_VERSION}
-PKGREVISION=   13
+PKGREVISION=   14
 CATEGORIES=    emulators
 
 MAINTAINER=    tron%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index