Date: Thu, 16 Aug 2018 14:10:17 +0000 (UTC) From: Mahdi Mokhtari <mmokhi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477343 - head/lang/cling Message-ID: <201808161410.w7GEAHvR003697@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mmokhi Date: Thu Aug 16 14:10:17 2018 New Revision: 477343 URL: https://svnweb.freebsd.org/changeset/ports/477343 Log: lang/cling: Move `LIB_DEPENDS` to the right place according to porters-handbook Reported by: mat Sponsored by: The FreeBSD Foundation Modified: head/lang/cling/Makefile Modified: head/lang/cling/Makefile ============================================================================== --- head/lang/cling/Makefile Thu Aug 16 14:07:02 2018 (r477342) +++ head/lang/cling/Makefile Thu Aug 16 14:10:17 2018 (r477343) @@ -20,6 +20,9 @@ LICENSE_PERMS_LLVM= dist-mirror dist-sell pkg-mirror p BROKEN_armv6= fails to compile: AArch64TargetMachine.cpp: relocation truncated to fit: R_ARM_CALL against symbol '__aeabi_uldivmod' BROKEN_armv7= fails to compile: AArch64TargetMachine.cpp: relocation truncated to fit: R_ARM_CALL against symbol '__aeabi_uldivmod' +LIB_DEPENDS= libgtest.so:devel/googletest \ + libz3.so:math/z3 + WRKSRC= ${WRKDIR}/src LLVM_RELEASE= 5.0.0 @@ -30,8 +33,6 @@ USES= cmake:outsource compiler:c11 compiler:c++11-lib libedit ncurses python:build shebangfix tar:bzip2 USE_GNOME= libxml2 USE_LDCONFIG= ${LLVM_PREFIX}/lib -LIB_DEPENDS= libgtest.so:devel/googletest \ - libz3.so:math/z3 SHEBANG_FILES= tools/clang/tools/clang-format/clang-format-diff.py \ tools/clang/tools/clang-format/git-clang-format \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808161410.w7GEAHvR003697>