svn commit: r461373 - head/lang/ldc

Antoine Brodin antoine at FreeBSD.org
Sat Feb 10 10:12:05 UTC 2018


Author: antoine
Date: Sat Feb 10 10:12:04 2018
New Revision: 461373
URL: https://svnweb.freebsd.org/changeset/ports/461373

Log:
  Add a run dependency on llvm40, some binaries link against libLLVM
  
  Reported by:	pkg-fallout (via devel/dub)

Modified:
  head/lang/ldc/Makefile

Modified: head/lang/ldc/Makefile
==============================================================================
--- head/lang/ldc/Makefile	Sat Feb 10 09:51:28 2018	(r461372)
+++ head/lang/ldc/Makefile	Sat Feb 10 10:12:04 2018	(r461373)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ldc
 PORTVERSION=	1.7.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	https://github.com/ldc-developers/ldc/releases/download/v${PORTVERSION}/:source \
 		https://github.com/ldc-developers/ldc/releases/download/v${BOOTVER}/:bootstrap
@@ -15,6 +15,7 @@ COMMENT=	The LLVM-based D compiler
 LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	clang40:devel/llvm40
+RUN_DEPENDS=	clang40:devel/llvm40
 LIB_DEPENDS=	libconfig.so:devel/libconfig
 
 BROKEN_aarch64=		fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf?


More information about the svn-ports-head mailing list