Date: Sat, 10 Feb 2018 10:12:04 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461373 - head/lang/ldc Message-ID: <201802101012.w1AAC4SG089208@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802101012.w1AAC4SG089208>