svn commit: r451414 - head/lang/beignet

Jan Beich jbeich at FreeBSD.org
Fri Oct 6 22:05:36 UTC 2017


Author: jbeich
Date: Fri Oct  6 22:05:35 2017
New Revision: 451414
URL: https://svnweb.freebsd.org/changeset/ports/451414

Log:
  lang/beignet: switch to LLVM 4.0 by default (like Mesa)
  
  PR:		218644
  Approved by:	maintainer timeout (2 months)
  MFH:		2017Q4 2017Q3 (consistency, minor optimizations)
  Differential Revision:	https://reviews.freebsd.org/D11377

Modified:
  head/lang/beignet/Makefile   (contents, props changed)

Modified: head/lang/beignet/Makefile
==============================================================================
--- head/lang/beignet/Makefile	Fri Oct  6 22:05:14 2017	(r451413)
+++ head/lang/beignet/Makefile	Fri Oct  6 22:05:35 2017	(r451414)
@@ -29,7 +29,7 @@ USE_GL=		gl egl
 USE_LDCONFIG=	${LOCALBASE}/lib/${PORTNAME}
 SHEBANG_FILES=	src/git_sha1.sh backend/kernels/compile.sh
 ALL_TARGET=	all
-LLVMVER=	${MESA_LLVM_VER:U39}
+LLVMVER=	${MESA_LLVM_VER:U40}
 
 CMAKE_ARGS+=	-DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config${LLVMVER}
 


More information about the svn-ports-all mailing list