diff options
author | salo <salo> | 2006-06-26 18:00:02 +0000 |
---|---|---|
committer | salo <salo> | 2006-06-26 18:00:02 +0000 |
commit | 43f7eb38f464830d37ef517ca1cb71e4a6e0044f (patch) | |
tree | 526362d9cf10837b2d5e8aefe6065342e7671084 /mk | |
parent | 2a1de5a4840f7fceb764b616bf3629584bdc6afd (diff) | |
download | pkgsrc-43f7eb38f464830d37ef517ca1cb71e4a6e0044f.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.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/mk.conf | 15 |
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 |