svn commit: r371102 - head/graphics/libGL
Koop Mast
kwm at FreeBSD.org
Sat Oct 18 09:13:50 UTC 2014
Author: kwm
Date: Sat Oct 18 09:13:49 2014
New Revision: 371102
URL: https://svnweb.freebsd.org/changeset/ports/371102
QAT: https://qat.redports.org/buildarchive/r371102/
Log:
Enable the new Mesa if the DragonFly version is new enough.
Submitted by: Francois Tigeot
Modified:
head/graphics/libGL/bsd.mesalib.mk
Modified: head/graphics/libGL/bsd.mesalib.mk
==============================================================================
--- head/graphics/libGL/bsd.mesalib.mk Sat Oct 18 08:53:17 2014 (r371101)
+++ head/graphics/libGL/bsd.mesalib.mk Sat Oct 18 09:13:49 2014 (r371102)
@@ -20,6 +20,10 @@
WITH_NEW_MESA=1
.endif
+.if ${OPSYS} == DragonFly && ${DFLYVERSION} >= 300901
+WITH_NEW_MESA=1
+.endif
+
MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/}
MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/}
More information about the svn-ports-all
mailing list