svn commit: r512594 - in head: devel/libclc lang/clover

Jan Beich jbeich at FreeBSD.org
Sun Sep 22 16:55:25 UTC 2019


Author: jbeich
Date: Sun Sep 22 16:55:24 2019
New Revision: 512594
URL: https://svnweb.freebsd.org/changeset/ports/512594

Log:
  devel/libclc: revert to llvm80 as lang/clover isn't ready
  
  Both ports need to use the same LLVM version for OpenCL to work.
  
  Reported by:	Vasily Postnicov (on x11@ list)
  Approved by:	portmgr blanket

Modified:
  head/devel/libclc/Makefile   (contents, props changed)
  head/lang/clover/Makefile   (contents, props changed)

Modified: head/devel/libclc/Makefile
==============================================================================
--- head/devel/libclc/Makefile	Sun Sep 22 16:34:42 2019	(r512593)
+++ head/devel/libclc/Makefile	Sun Sep 22 16:55:24 2019	(r512594)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libclc
 DISTVERSION=	0.4.0.20190527
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	x11 at FreeBSD.org
@@ -38,5 +38,12 @@ do-configure:
 		--with-llvm-config=${LOCALBASE}/bin/llvm-config${LLVM_DEFAULT} \
 		--pkgconfigdir=${PREFIX}/libdata/pkgconfig \
 		--prefix=${PREFIX}
+
+.include <bsd.port.options.mk>
+
+# Keep in sync with lang/clover
+.if ${LLVM_DEFAULT:S,-devel,990,} >= 90
+LLVM_DEFAULT=	80
+.endif
 
 .include <bsd.port.mk>

Modified: head/lang/clover/Makefile
==============================================================================
--- head/lang/clover/Makefile	Sun Sep 22 16:34:42 2019	(r512593)
+++ head/lang/clover/Makefile	Sun Sep 22 16:55:24 2019	(r512594)
@@ -18,6 +18,7 @@ ONLY_FOR_ARCHS_REASON=	Clover needs a GPU supported by
 
 .include <bsd.port.options.mk>
 
+# Keep in sync with devel/libclc
 .if ${LLVM_DEFAULT:S,-devel,990,} >= 90
 LLVM_DEFAULT=	80
 .endif


More information about the svn-ports-all mailing list