svn commit: r552149 - head/graphics/mesa-devel

Jan Beich jbeich at FreeBSD.org
Mon Oct 12 20:17:35 UTC 2020


Author: jbeich
Date: Mon Oct 12 20:17:34 2020
New Revision: 552149
URL: https://svnweb.freebsd.org/changeset/ports/552149

Log:
  graphics/mesa-devel: pin to llvm10 like mesa-dri
  
  Avoid proliferation of llvm* packages. AMD GPU support in drm-*-kmod
  is expected to lag behind mesa-dri, anyway. For absolute bleeding
  edge use standalone mode e.g., DEFAULT_VERSIONS += gl=mesa-devel.

Modified:
  head/graphics/mesa-devel/Makefile   (contents, props changed)

Modified: head/graphics/mesa-devel/Makefile
==============================================================================
--- head/graphics/mesa-devel/Makefile	Mon Oct 12 20:02:57 2020	(r552148)
+++ head/graphics/mesa-devel/Makefile	Mon Oct 12 20:17:34 2020	(r552149)
@@ -86,6 +86,7 @@ r600_DESC=		R600, R700, Evergreen, Northern Islands
 radeonsi_DESC=		Southern Islands and newer
 
 COINST_DESC=		Allow co-installation with another Mesa port
+COINST_VARS=		LLVM_DEFAULT=10 # chase mesa-dri
 COINST_MESON_ON=	-Degl-lib-suffix=${PKGNAMESUFFIX}
 COINST_PLIST_SUB=	SUFFIX=${PKGNAMESUFFIX}
 COINST_SUB_FILES=	libmap.conf


More information about the svn-ports-all mailing list