From owner-svn-ports-head@FreeBSD.ORG Tue Oct 1 17:56:37 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2DBEC505; Tue, 1 Oct 2013 17:56:37 +0000 (UTC) (envelope-from zeising@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1AC922C88; Tue, 1 Oct 2013 17:56:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r91HuaG8005006; Tue, 1 Oct 2013 17:56:36 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r91HuaEC005005; Tue, 1 Oct 2013 17:56:36 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201310011756.r91HuaEC005005@svn.freebsd.org> From: Niclas Zeising Date: Tue, 1 Oct 2013 17:56:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328976 - head/x11-drivers/xf86-video-ati 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.14 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: Tue, 01 Oct 2013 17:56:37 -0000 Author: zeising Date: Tue Oct 1 17:56:36 2013 New Revision: 328976 URL: http://svnweb.freebsd.org/changeset/ports/328976 Log: Fix build with old xorg on 10-CURRENT. Submitted by: Fredrik Nystrom Modified: head/x11-drivers/xf86-video-ati/Makefile Modified: head/x11-drivers/xf86-video-ati/Makefile ============================================================================== --- head/x11-drivers/xf86-video-ati/Makefile Tue Oct 1 17:41:26 2013 (r328975) +++ head/x11-drivers/xf86-video-ati/Makefile Tue Oct 1 17:56:36 2013 (r328976) @@ -15,7 +15,7 @@ MAN4= ati.4x radeon.4x NO_STAGE= yes .include -.if ${OSVERSION} < 1000051 +.if ${OSVERSION} < 1000051 || !defined(WITH_NEW_XORG) ATI_VERSION= 6.14.6 CONFIGURE_ARGS+=--disable-kms PLIST_SUB+= OLD=""