summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2014-03-08 06:51:07 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2014-03-08 06:51:07 +0800
commit8f1c863eec05f46de89fe9473fb6699e57fbf528 (patch)
tree304133151f5985415935e1c5f70cdd40b8312076
parentca04aab618a9673568ca57ee3a01f8138d457016 (diff)
downloadxorg-devel-ports-8f1c863eec05f46de89fe9473fb6699e57fbf528.tar
xorg-devel-ports-8f1c863eec05f46de89fe9473fb6699e57fbf528.tar.gz
xorg-devel-ports-8f1c863eec05f46de89fe9473fb6699e57fbf528.tar.bz2
xorg-devel-ports-8f1c863eec05f46de89fe9473fb6699e57fbf528.tar.lz
xorg-devel-ports-8f1c863eec05f46de89fe9473fb6699e57fbf528.tar.xz
xorg-devel-ports-8f1c863eec05f46de89fe9473fb6699e57fbf528.tar.zst
xorg-devel-ports-8f1c863eec05f46de89fe9473fb6699e57fbf528.zip
Enable new xorg on 10.0-stable after vt(9) merge OSVERSION 1000704
Do we want this enabled now, or should we wait for radeonKMS? git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1411 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--Mk/bsd.port.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 3f361bf..864f04f 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1216,7 +1216,8 @@ WARNING+= "If you do not want to see this message again set NO_WARNING_PKG_INSTA
# Enable new xorg for FreeBSD versions after Radeon KMS was imported unless
# WITHOUT_NEW_XORG is set.
-.if ${OSVERSION} >= 1100000
+.if (${OSVERSION} >= 1000704 && ${OSVERSION} < 1000000) || \
+ ${OSVERSION} >= 1100000
. if !defined(WITHOUT_NEW_XORG)
WITH_NEW_XORG?= yes
. else