pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators Replace for @LINUX_BASE@ in linux{,32}-mkpwd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c717472d6f6
branches:  trunk
changeset: 531456:6c717472d6f6
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Jul 30 22:01:11 2007 +0000

description:
Replace for @LINUX_BASE@ in linux{,32}-mkpwd.  This only affected the
documentation at the head of the script, so I'm not going to bother
bumping the PKGREVISION for this.

diffstat:

 emulators/suse100_base/Makefile |  4 ++--
 emulators/suse91_base/Makefile  |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r c1569d96b549 -r 6c717472d6f6 emulators/suse100_base/Makefile
--- a/emulators/suse100_base/Makefile   Mon Jul 30 22:00:00 2007 +0000
+++ b/emulators/suse100_base/Makefile   Mon Jul 30 22:01:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/07/30 14:42:43 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2007/07/30 22:01:11 jlam Exp $
 
 DISTNAME=      suse_base-${SUSE_VERSION}
 PKGREVISION=   5
@@ -30,7 +30,7 @@
 SUBST_CLASSES+=                suse
 SUBST_STAGE.suse=      do-build
 SUBST_FILES.suse=      SuSE-release linux-mkpwd.sh
-SUBST_VARS.suse=       EMULDIR SUSE_ARCH SUSE_VERSION
+SUBST_VARS.suse=       EMULDIR LINUX_BASE SUSE_ARCH SUSE_VERSION
 
 # Some platforms, e.g. FreeBSD, need to "brand" the ELF binaries to
 # the correct type.
diff -r c1569d96b549 -r 6c717472d6f6 emulators/suse91_base/Makefile
--- a/emulators/suse91_base/Makefile    Mon Jul 30 22:00:00 2007 +0000
+++ b/emulators/suse91_base/Makefile    Mon Jul 30 22:01:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2007/07/30 14:42:43 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2007/07/30 22:01:11 jlam Exp $
 
 DISTNAME=      suse_base-${SUSE_VERSION}
 PKGREVISION=   14
@@ -30,7 +30,7 @@
 SUBST_CLASSES+=                suse
 SUBST_STAGE.suse=      do-build
 SUBST_FILES.suse=      SuSE-release linux-mkpwd.sh
-SUBST_VARS.suse=       EMULDIR SUSE_ARCH SUSE_VERSION
+SUBST_VARS.suse=       EMULDIR LINUX_BASE SUSE_ARCH SUSE_VERSION
 
 # Some platforms, e.g. FreeBSD, need to "brand" the ELF binaries to
 # the correct type.



Home | Main Index | Thread Index | Old Index