svn commit: r474416 - branches/2018Q3/lang/julia

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Jul 10 22:24:05 UTC 2018


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 at hs.ntnu.edu.tw> (maintainer)
  Reported by:	Trond.Endrestol at 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


More information about the svn-ports-all mailing list