svn commit: r369875 - in head: . Mk
Baptiste Daroussin
bapt at FreeBSD.org
Fri Oct 3 08:35:30 UTC 2014
Author: bapt
Date: Fri Oct 3 08:35:28 2014
New Revision: 369875
URL: https://svnweb.freebsd.org/changeset/ports/369875
QAT: https://qat.redports.org/buildarchive/r369875/
Log:
Switch to WITH_NEW_XORG for all supported version of FreeBSD by default
Modified:
head/Mk/bsd.port.mk
head/UPDATING
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Fri Oct 3 08:22:40 2014 (r369874)
+++ head/Mk/bsd.port.mk Fri Oct 3 08:35:28 2014 (r369875)
@@ -1213,12 +1213,10 @@ _OSVERSION_MAJOR= ${OSVERSION:C/([0-9]?[
# Enable new xorg for FreeBSD versions after Radeon KMS was imported unless
# WITHOUT_NEW_XORG is set.
-.if ${OSVERSION} >= 902510
-. if !defined(WITHOUT_NEW_XORG)
+.if !defined(WITHOUT_NEW_XORG)
WITH_NEW_XORG?= yes
-. else
+.else
.undef WITH_NEW_XORG
-. endif
.endif
# Only define tools here (for transition period with between pkg tools)
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Fri Oct 3 08:22:40 2014 (r369874)
+++ head/UPDATING Fri Oct 3 08:35:28 2014 (r369875)
@@ -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.
+20141003:
+ AFFECTS: xorg users
+ AUTHOR: bapt at FreeBSD.org
+
+ The WITH_NEW_XORG setting has been activated by default on all versions
+ of FreeBSD, 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.
+
20141001:
AFFECTS: xorg users
AUTHOR: bapt at FreeBSD.org
More information about the svn-ports-all
mailing list