aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.port.mk2
-rw-r--r--UPDATING15
2 files changed, 16 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 0b88661a409a..3743d4b5eef1 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1217,7 +1217,7 @@ _OSVERSION_MAJOR= ${OSVERSION:C/([0-9]?[0-9])([0-9][0-9])[0-9]{3}/\1/}
# Enable new xorg for FreeBSD versions after Radeon KMS was imported unless
# WITHOUT_NEW_XORG is set.
-.if (${OSVERSION} >= 902510 && ${OSVERSION} < 1000000) || ${OSVERSION} >= 1000704
+.if ${OSVERSION} >= 902510
. if !defined(WITHOUT_NEW_XORG)
WITH_NEW_XORG?= yes
. else
diff --git a/UPDATING b/UPDATING
index de63761e0816..e8543cc830b7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20141001:
+ AFFECTS: xorg users
+ AUTHOR: bapt@FreeBSD.org
+
+ The WITH_NEW_XORG setting has been activated by default on FreeBSD 10.0
+ and above, which allows us to have packages for xorg 1.12 and kde4.
+
+ Please be aware that on systems that only support syscons
+ switching virtual terminals or exiting X
+ results in a black screen or the last image of their desktop
+ (like a screenshot) being presented. Commands can still be typed blindly.
+
+ Most, if not all, systems should be using vt(4) and this can be enabled
+ by setting kern.vty=vt in /boot/loader.conf and reboot to activate.
+
20140930:
AFFECTS: users of mail/maildrop
AUTHOR: madpilot@FreeBSD.org