svn commit: r374696 - head/x11/nvidia-driver

Alexey Dokuchaev danfe at FreeBSD.org
Sun Dec 14 11:08:26 UTC 2014


Author: danfe
Date: Sun Dec 14 11:08:25 2014
New Revision: 374696
URL: https://svnweb.freebsd.org/changeset/ports/374696
QAT: https://qat.redports.org/buildarchive/r374696/

Log:
  Adjust version check to unbreak the build of 304.xx branch.
  
  Reported by:	Walter Schwarzenfeld

Modified:
  head/x11/nvidia-driver/Makefile

Modified: head/x11/nvidia-driver/Makefile
==============================================================================
--- head/x11/nvidia-driver/Makefile	Sun Dec 14 09:51:10 2014	(r374695)
+++ head/x11/nvidia-driver/Makefile	Sun Dec 14 11:08:25 2014	(r374696)
@@ -77,7 +77,7 @@ EXTRA_PATCHES+=	${FILESDIR}/extra-patch-
 		${FILESDIR}/extra-patch-src-nv-misc.h
 .endif
 
-.if ${NVVERSION} >= 331.020
+.if ${NVVERSION} >= 304.125 # 331.020
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-x11-driver-Makefile
 .else
 EXTRA_PATCHES+=	${FILESDIR}/legacy-patch-x11-driver-Makefile


More information about the svn-ports-head mailing list