Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2014 06:41:56 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369693 - in head: . Mk
Message-ID:  <201410010641.s916fuTN096962@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Oct  1 06:41:55 2014
New Revision: 369693
URL: https://svnweb.freebsd.org/changeset/ports/369693
QAT: https://qat.redports.org/buildarchive/r369693/

Log:
  Activate New Xorg for the full 10.x branch see UPDATING for details

Modified:
  head/Mk/bsd.port.mk
  head/UPDATING

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Wed Oct  1 06:41:14 2014	(r369692)
+++ head/Mk/bsd.port.mk	Wed Oct  1 06:41:55 2014	(r369693)
@@ -1217,7 +1217,7 @@ _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 && ${OSVERSION} < 1000000) || ${OSVERSION} >= 1000704
+.if ${OSVERSION} >= 902510
 . if !defined(WITHOUT_NEW_XORG)
 WITH_NEW_XORG?=	yes
 . else

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Oct  1 06:41:14 2014	(r369692)
+++ head/UPDATING	Wed Oct  1 06:41:55 2014	(r369693)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410010641.s916fuTN096962>