aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2010-02-07 19:51:08 +0800
committernork <nork@FreeBSD.org>2010-02-07 19:51:08 +0800
commitb85d81300d9cfcf809c18e54b11f18ff4164589f (patch)
tree1f7306b9776d87799a858bc92fdcb076f4ee8110 /x11-drivers
parent43c7cc7f7b34ef550c5ab06d62a09a429357deff (diff)
downloadfreebsd-ports-gnome-b85d81300d9cfcf809c18e54b11f18ff4164589f.tar.gz
freebsd-ports-gnome-b85d81300d9cfcf809c18e54b11f18ff4164589f.tar.zst
freebsd-ports-gnome-b85d81300d9cfcf809c18e54b11f18ff4164589f.zip
Limited Update to Mesa3D 7.6.1 and libdrm 2.4.17.
[MEMO] In this commit, no version changed. But if you put 'WITHOUT_NOUVEAU' on /etc/make.conf, you can use new version of Mesa3D and libdrm. Discussed with: rnoland on freebsd-ports/freebsd-x11.
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-nouveau/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-nouveau/Makefile b/x11-drivers/xf86-video-nouveau/Makefile
index 63891f3fed33..401567f9f58e 100644
--- a/x11-drivers/xf86-video-nouveau/Makefile
+++ b/x11-drivers/xf86-video-nouveau/Makefile
@@ -20,6 +20,10 @@ MAN4= nouveau.4x
MAKE_JOBS_SAFE= yes
+.if defined(WITHOUT_NOUVEAU)
+BROKEN= Please disable WITHOUT_NOUVEAU global macro.
+.endif
+
post-configure:
${REINPLACE_CMD} '/NV_DRIVER_DATE/s/".*"/"${SNAPDATE}.${SNAPREV}"/' ${WRKSRC}/config.h