pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/suse_linux Set SUSE_DIR_PREFIX to suse100, t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b78526db7826
branches:  trunk
changeset: 516820:b78526db7826
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Jul 28 22:57:38 2006 +0000

description:
Set SUSE_DIR_PREFIX to suse100, to prevent errors from includes of the
form "../../emulators/${SUSE_DIR_PREFIX}_foo" before pkgsrc can print
a message that the package is not avaiable.

diffstat:

 emulators/suse_linux/unavailable.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9b6966bcda89 -r b78526db7826 emulators/suse_linux/unavailable.mk
--- a/emulators/suse_linux/unavailable.mk       Fri Jul 28 21:58:04 2006 +0000
+++ b/emulators/suse_linux/unavailable.mk       Fri Jul 28 22:57:38 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: unavailable.mk,v 1.1 2006/06/26 17:53:04 salo Exp $
+# $NetBSD: unavailable.mk,v 1.2 2006/07/28 22:57:38 kristerw Exp $
 
 .ifndef SUSE_UNAVAILABLE_MK
 SUSE_UNAVAILABLE_MK=1
@@ -7,7 +7,7 @@
 # works correctly on all machines.  This speeds up the marking of all
 # COMPAT_LINUX packages as not available.
 #
-SUSE_DIR_PREFIX=       suse
+SUSE_DIR_PREFIX=       suse100
 SUSE_VERSION=          0
 PKG_SKIP_REASON+=      "${PKGNAME} is not available for ${MACHINE_PLATFORM}"
 



Home | Main Index | Thread Index | Old Index