From owner-svn-ports-head@FreeBSD.ORG Wed Oct 1 06:41:57 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F15A8B64; Wed, 1 Oct 2014 06:41:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4288E37; Wed, 1 Oct 2014 06:41:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s916fu1b096966; Wed, 1 Oct 2014 06:41:56 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s916fuTN096962; Wed, 1 Oct 2014 06:41:56 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410010641.s916fuTN096962@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Oct 2014 06:41:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369693 - in head: . Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 06:41:57 -0000 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