From owner-svn-ports-head@FreeBSD.ORG Mon Mar 11 10:41:37 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D5F61B6B; Mon, 11 Mar 2013 10:41:37 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C8652638; Mon, 11 Mar 2013 10:41:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BAfbpH095515; Mon, 11 Mar 2013 10:41:37 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2BAfbSl095514; Mon, 11 Mar 2013 10:41:37 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201303111041.r2BAfbSl095514@svn.freebsd.org> From: Koop Mast Date: Mon, 11 Mar 2013 10:41:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313864 - 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: Mon, 11 Mar 2013 10:41:37 -0000 Author: kwm Date: Mon Mar 11 10:41:37 2013 New Revision: 313864 URL: http://svnweb.freebsd.org/changeset/ports/313864 Log: Explicit disable KMS support. Because the ati driver only check if libdrm is build with KMS support and doesn't have a idea if the kernel supports it or not. This will be revised when TTM/KMS support because available via src. This should help people that accidently enabled KMS support in libdrm. Obtained from: xorg-dev repo Modified: head/x11-drivers/xf86-video-ati/Makefile Modified: head/x11-drivers/xf86-video-ati/Makefile ============================================================================== --- head/x11-drivers/xf86-video-ati/Makefile Mon Mar 11 10:20:05 2013 (r313863) +++ head/x11-drivers/xf86-video-ati/Makefile Mon Mar 11 10:41:37 2013 (r313864) @@ -18,4 +18,6 @@ XORG_CAT= driver USE_XORG= xf86driproto xineramaproto videoproto xf86miscproto xextproto glproto MAN4= ati.4x radeon.4x +CONFIGURE_ARGS+=--disable-kms + .include