Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2013 10:41:37 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
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
Message-ID:  <201303111041.r2BAfbSl095514@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



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