Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 09:13:50 +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: r371102 - head/graphics/libGL
Message-ID:  <201410180913.s9I9DoT5023504@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/}
 



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