pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Add a switch SUSE_PREFER which can be set to 9.1 to get



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf8ecdfd44ba
branches:  trunk
changeset: 482925:cf8ecdfd44ba
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 05 13:46:39 2004 +0000

description:
Add a switch SUSE_PREFER which can be set to 9.1 to get
suse91 packages by default.

diffstat:

 emulators/suse_linux/Makefile.application |   7 +++++-
 mk/defaults/mk.conf                       |  32 ++++++++++++++++++------------
 2 files changed, 25 insertions(+), 14 deletions(-)

diffs (76 lines):

diff -r 6bd672f2ecc7 -r cf8ecdfd44ba emulators/suse_linux/Makefile.application
--- a/emulators/suse_linux/Makefile.application Fri Nov 05 13:35:10 2004 +0000
+++ b/emulators/suse_linux/Makefile.application Fri Nov 05 13:46:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.application,v 1.12 2004/04/23 23:52:42 kristerw Exp $
+# $NetBSD: Makefile.application,v 1.13 2004/11/05 13:46:39 wiz Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -16,8 +16,13 @@
 SUSE_DIR_PREFIX=               suse64
 SUSE_VERSION=                  6.4
 .  else
+.    if !empty(SUSE_PREFER:M9.1)
+SUSE_DIR_PREFIX=               suse91
+SUSE_VERSION=                  9.1
+.    else
 SUSE_DIR_PREFIX=               suse
 SUSE_VERSION=                  7.3
+.    endif
 .  endif
 
 .  if defined(RPMFILES)
diff -r 6bd672f2ecc7 -r cf8ecdfd44ba mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Fri Nov 05 13:35:10 2004 +0000
+++ b/mk/defaults/mk.conf       Fri Nov 05 13:46:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.11 2004/10/26 21:22:51 xtraeme Exp $
+# $NetBSD: mk.conf,v 1.12 2004/11/05 13:46:39 wiz Exp $
 #
 
 # A file providing defaults for pkgsrc and the packages collection.
@@ -1918,18 +1918,6 @@
 #          --enable-ipf-transparent
 #          --enable-snmp
 
-SUN_JRE14_USE_JCE?= NO
-# Whether to include the Java Cryptography Extension (JCE) Unlimited Strength
-# Jurisdiction Policy Files in the sun-jre14 package
-# Possible: YES or NO.
-# Default: NO
-
-SUN_JRE15_USE_JCE?= NO
-# Whether to include the Java Cryptography Extension (JCE) Unlimited Strength
-# Jurisdiction Policy Files in the sun-jre15 package
-# Possible: YES or NO.
-# Default: NO
-
 SSH_RSHPATH?= ${RSH}
 # Used in ssh to specify standard rsh path
 # Possible: path to rsh binary
@@ -1946,6 +1934,24 @@
 # Possible: pawd, pwd
 # Default: pwd
 
+SUN_JRE14_USE_JCE?= NO
+# Whether to include the Java Cryptography Extension (JCE) Unlimited Strength
+# Jurisdiction Policy Files in the sun-jre14 package
+# Possible: YES or NO.
+# Default: NO
+
+SUN_JRE15_USE_JCE?= NO
+# Whether to include the Java Cryptography Extension (JCE) Unlimited Strength
+# Jurisdiction Policy Files in the sun-jre15 package
+# Possible: YES or NO.
+# Default: NO
+
+SUSE_PREFER?=  7.3
+# Which version of the suse packages to prefer.
+# Decides if you want to use 7.3 (default) or 9.1 by default.
+# Possible: 7.3, 9.1
+# Default: 7.3
+
 TIN_USE_INN_SPOOL?= NO
 # Used to enable reading directly in an inn spool.
 # Possible: YES, or NO.



Home | Main Index | Thread Index | Old Index