diff options
author | bsam <bsam@FreeBSD.org> | 2009-06-27 01:03:48 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-06-27 01:03:48 +0800 |
commit | 8bb732fd3a50df66dff0c7f7b14438127f5f68d3 (patch) | |
tree | f1e19a02bace6c50dbf6f9d0e693909c570e5fe4 /Mk/bsd.port.mk | |
parent | d3b30ff4000f0d10b2720f172c1a621af4b571c2 (diff) | |
download | freebsd-ports-gnome-8bb732fd3a50df66dff0c7f7b14438127f5f68d3.tar.gz freebsd-ports-gnome-8bb732fd3a50df66dff0c7f7b14438127f5f68d3.tar.zst freebsd-ports-gnome-8bb732fd3a50df66dff0c7f7b14438127f5f68d3.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)
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 8e64eac9b5e4..d942c5352e10 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1836,7 +1836,11 @@ USE_LINUX= ${OVERRIDE_LINUX_BASE_PORT} LINUX_BASE_PORT= ${LINUXBASE}/bin/sh:${PORTSDIR}/emulators/linux_base-${USE_LINUX} . else . if ${USE_LINUX:L} == "yes" +. if ${OSVERSION} < 800076 LINUX_BASE_PORT= ${LINUXBASE}/etc/fedora-release:${PORTSDIR}/emulators/linux_base-fc4 +. else +LINUX_BASE_PORT= ${LINUXBASE}/etc/fedora-release:${PORTSDIR}/emulators/linux_base-f10 +. endif . else IGNORE= cannot be built: there is no emulators/linux_base-${USE_LINUX}, perhaps wrong use of USE_LINUX or OVERRIDE_LINUX_BASE_PORT . endif |