Date: Sun, 22 Sep 2019 16:55:25 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512594 - in head: devel/libclc lang/clover Message-ID: <201909221655.x8MGtP2u061145@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909221655.x8MGtP2u061145>