Date: Sun, 11 Feb 2018 07:44:21 +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: r461461 - head/lang/ldc Message-ID: <201802110744.w1B7iLDD050016@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Feb 11 07:44:21 2018 New Revision: 461461 URL: https://svnweb.freebsd.org/changeset/ports/461461 Log: Depend on llvm40 package instead of clang40 binary Modified: head/lang/ldc/Makefile Modified: head/lang/ldc/Makefile ============================================================================== --- head/lang/ldc/Makefile Sun Feb 11 07:15:05 2018 (r461460) +++ head/lang/ldc/Makefile Sun Feb 11 07:44:21 2018 (r461461) @@ -14,8 +14,8 @@ COMMENT= The LLVM-based D compiler LICENSE= BSD3CLAUSE -BUILD_DEPENDS= clang40:devel/llvm40 -RUN_DEPENDS= clang40:devel/llvm40 +BUILD_DEPENDS= llvm40>0:devel/llvm40 +RUN_DEPENDS= llvm40>0: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?201802110744.w1B7iLDD050016>