summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2006-06-26 18:00:02 +0000
committersalo <salo@pkgsrc.org>2006-06-26 18:00:02 +0000
commit0eed3abda20b3a1eb531a6c3f7632cbe12ca7a46 (patch)
tree526362d9cf10837b2d5e8aefe6065342e7671084
parentdb690cece4baf00577bee60fc05ac574768ac78e (diff)
downloadpkgsrc-0eed3abda20b3a1eb531a6c3f7632cbe12ca7a46.tar.gz
Remove SuSE 7.3 version from SUSE_PREFER, set 10.0 as default and mark
9.1 as legacy option. SUSE 10.0 supports more architectures (i386, powerpc, x86_64) and is already required for some packages (e.g., acroread7). It will help to get more testing so we can phase out 9.1 before the next stable branch.
-rw-r--r--mk/defaults/mk.conf15
1 files changed, 5 insertions, 10 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index fe65aa91788..75abef52500 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.122 2006/06/06 19:25:59 jlam Exp $
+# $NetBSD: mk.conf,v 1.123 2006/06/26 18:00:02 salo Exp $
#
# This file provides default values for variables that may be overridden
@@ -1600,16 +1600,11 @@ SSYNC_PAWD?= pwd
# Possible: pawd, pwd
# Default: pwd
-.if empty(MACHINE_PLATFORM:MNetBSD-1*-*)
-SUSE_PREFER?= 9.1
-.else
-SUSE_PREFER?= 7.3
-.endif
+SUSE_PREFER?= 10.0
# Which version of the suse packages to prefer.
-# Decides if you want to use 10.0 (experimental), 9.1 (default) or 7.3
-# (pre NetBSD-2) by default.
-# Possible: 7.3, 9.1, 10.0
-# Default: 9.1 in 2.0 and later, 7.3 otherwise
+# Decides if you want to use 10.0 (default) or 9.1 (legacy) by default.
+# Possible: 10.0, 9.1
+# Default: 10.0
TEX_DEFAULT?= teTeX3
# Specify the user's favorite latex implementation