aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.linux-apps.mk
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-06-26 17:03:48 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-06-26 17:03:48 +0000
commitd937bad880b871238e5840c65e49e835fc3b2d0b (patch)
tree0a6feb34ded56acee2c3e1c8c140872b0c05adc3 /Mk/bsd.linux-apps.mk
parent5e42abf6d6691ec03842f7f617f233a1d299b7a1 (diff)
downloadports-d937bad880b871238e5840c65e49e835fc3b2d0b.tar.gz
ports-d937bad880b871238e5840c65e49e835fc3b2d0b.zip
Welcome new defaults for linux ports!
The default is switched for OSVERSION >= 800076 (when the last known issue was fixed at the base system). From now the default linux base port is linux_base-f10. Default linux infrastrucure ports are linux-f10-*. HEADSUP to current@ is comming. Exp-run by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=236674
Diffstat (limited to 'Mk/bsd.linux-apps.mk')
-rw-r--r--Mk/bsd.linux-apps.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/Mk/bsd.linux-apps.mk b/Mk/bsd.linux-apps.mk
index 43f52d724dde..0df4d60332e0 100644
--- a/Mk/bsd.linux-apps.mk
+++ b/Mk/bsd.linux-apps.mk
@@ -48,8 +48,12 @@ LINUX_DIST_SUFFIX= -f10
. else
IGNORE= valid values for OVERRIDE_LINUX_NONBASE_PORTS are \"f8\", \"f10\"
. endif
-. else
+. elif ${OSVERSION} < 800076
+# default for OSVERSION < 800076
LINUX_DIST_SUFFIX=
+. else
+# default for OSVERSION >= 800076
+LINUX_DIST_SUFFIX= -f10
. endif
# I'm not sure if kompozer is better for linux-f8 ports, so use nvu