Date: Tue, 10 Jul 2018 22:24:04 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474416 - branches/2018Q3/lang/julia Message-ID: <201807102224.w6AMO4q9050480@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Tue Jul 10 22:24:04 2018 New Revision: 474416 URL: https://svnweb.freebsd.org/changeset/ports/474416 Log: MFH: r474381 Add devel/llvm40 as runtime dependency Not bumping PORTREVISION because it is implicitly included by pkg qa scripts. PR: 229274 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Reported by: Trond.Endrestol@ximalas.info Approved by: ports-secteam (riggs) Modified: branches/2018Q3/lang/julia/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/lang/julia/Makefile ============================================================================== --- branches/2018Q3/lang/julia/Makefile Tue Jul 10 22:20:36 2018 (r474415) +++ branches/2018Q3/lang/julia/Makefile Tue Jul 10 22:24:04 2018 (r474416) @@ -84,6 +84,7 @@ LLVM_MAKE_ARGS= USE_SYSTEM_LLVM=0 LLVM_MAKE_ARGS_OFF= USE_SYSTEM_LLVM=1 LLVM_CONFIG=llvm-config40 LLVM_BUILD_DEPENDS= cmake:devel/cmake LLVM_BUILD_DEPENDS_OFF= llvm-config40:devel/llvm40 +LLVM_LIB_DEPENDS_OFF= libLLVM-4.0.so:devel/llvm40 LLVM_USES= python:build perl5 SYSLIBM_DESC= Build with system libm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807102224.w6AMO4q9050480>