summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2013-06-18 17:13:11 +0000
committerwiz <wiz>2013-06-18 17:13:11 +0000
commita14ed0eca4744af81782420d3c72bd159b41599b (patch)
tree10a95f249b1e3bc967681825d6d9706fcfa62676 /x11
parent4c97167afceb06ddc9ee091f42b2f738ffce8509 (diff)
downloadpkgsrc-a14ed0eca4744af81782420d3c72bd159b41599b.tar.gz
Update to 6.14.6 and make KMS a default-off option.
Still for PR 47935.
Diffstat (limited to 'x11')
-rw-r--r--x11/xf86-video-ati6/Makefile5
-rw-r--r--x11/xf86-video-ati6/distinfo8
-rw-r--r--x11/xf86-video-ati6/options.mk13
3 files changed, 20 insertions, 6 deletions
diff --git a/x11/xf86-video-ati6/Makefile b/x11/xf86-video-ati6/Makefile
index dd097bf26e3..c71e209cc84 100644
--- a/x11/xf86-video-ati6/Makefile
+++ b/x11/xf86-video-ati6/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2013/06/18 08:53:22 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2013/06/18 17:13:11 wiz Exp $
-DISTNAME= xf86-video-ati-6.14.5
+DISTNAME= xf86-video-ati-6.14.6
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
@@ -15,6 +15,7 @@ USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_TOOLS+= gmake pkg-config
+.include "options.mk"
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
diff --git a/x11/xf86-video-ati6/distinfo b/x11/xf86-video-ati6/distinfo
index 4e259123420..dc434c5193f 100644
--- a/x11/xf86-video-ati6/distinfo
+++ b/x11/xf86-video-ati6/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/06/18 08:53:22 wiz Exp $
+$NetBSD: distinfo,v 1.2 2013/06/18 17:13:11 wiz Exp $
-SHA1 (xf86-video-ati-6.14.5.tar.bz2) = a71990e832006e137f2825375c2e5829d5756068
-RMD160 (xf86-video-ati-6.14.5.tar.bz2) = e3f890ea47f98fea03b65b2c8ec1c52463569da0
-Size (xf86-video-ati-6.14.5.tar.bz2) = 1112274 bytes
+SHA1 (xf86-video-ati-6.14.6.tar.bz2) = b30383c7e5487c1df403a3af19fce8626d617a8d
+RMD160 (xf86-video-ati-6.14.6.tar.bz2) = e285bff97a23f6e6f8553f1c010c840e6df882a8
+Size (xf86-video-ati-6.14.6.tar.bz2) = 1139495 bytes
diff --git a/x11/xf86-video-ati6/options.mk b/x11/xf86-video-ati6/options.mk
new file mode 100644
index 00000000000..5914fa53745
--- /dev/null
+++ b/x11/xf86-video-ati6/options.mk
@@ -0,0 +1,13 @@
+# $NetBSD: options.mk,v 1.1 2013/06/18 17:13:11 wiz Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.xf86-video-ati6
+PKG_SUPPORTED_OPTIONS= xf86-video-ati6-kms
+PKG_SUGGESTED_OPTIONS=
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mxf86-video-ati6-kms)
+CONFIGURE_ARGS+= --enable-kms
+.else
+CONFIGURE_ARGS+= --disable-kms
+.endif