Import of pkgsrc-2015Q3
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile.common,v 1.6 2015/05/28 13:25:59 adam Exp $
|
||||
# $NetBSD: Makefile.common,v 1.7 2015/07/20 05:49:53 adam Exp $
|
||||
#
|
||||
# used by lang/clang/Makefile
|
||||
# used by lang/libLLVM/Makefile
|
||||
|
||||
DISTNAME= clang-3.6.1
|
||||
DISTNAME= clang-3.6.2
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://llvm.org/releases/${PKGVERSION_NOREV}/
|
||||
DISTFILES= llvm-${PKGVERSION_NOREV}.src.tar.xz \
|
||||
|
||||
@@ -1,22 +1,20 @@
|
||||
$NetBSD: distinfo,v 1.33 2015/05/28 13:25:59 adam Exp $
|
||||
$NetBSD: distinfo,v 1.35 2015/09/11 01:21:57 tnn Exp $
|
||||
|
||||
SHA1 (cfe-3.6.1.src.tar.xz) = b7221d8fdd27e3ed519d0281646e82e17b51122c
|
||||
RMD160 (cfe-3.6.1.src.tar.xz) = 2199271489c7a1c63aa41e80ff78089aeebdcd3e
|
||||
Size (cfe-3.6.1.src.tar.xz) = 8616132 bytes
|
||||
SHA1 (compiler-rt-3.6.1.src.tar.xz) = 85dccdc6ccd9675e871dfd2786b45fbf53518485
|
||||
RMD160 (compiler-rt-3.6.1.src.tar.xz) = 171af614b4656c121a6b8e58ce3e137b0495cd64
|
||||
Size (compiler-rt-3.6.1.src.tar.xz) = 1128460 bytes
|
||||
SHA1 (libcxx-3.6.1.src.tar.xz) = 7bf3a63082173eb6c42af330544d800e86b54590
|
||||
RMD160 (libcxx-3.6.1.src.tar.xz) = 3da38b89322c0ea4abf42df3823831d8033b764a
|
||||
Size (libcxx-3.6.1.src.tar.xz) = 943756 bytes
|
||||
SHA1 (llvm-3.6.1.src.tar.xz) = 01ecab99adc9030ee34e9a2e19e65dfe64e1affe
|
||||
RMD160 (llvm-3.6.1.src.tar.xz) = 9a66dc3f06078ffede1a190dcca95e071e63feb4
|
||||
Size (llvm-3.6.1.src.tar.xz) = 12798852 bytes
|
||||
SHA1 (cfe-3.6.2.src.tar.xz) = 7ba809c9c17819a16b668640a642ed134d7052f0
|
||||
RMD160 (cfe-3.6.2.src.tar.xz) = 10d913b4d5317f8c2520e5fc6117df30937317a8
|
||||
Size (cfe-3.6.2.src.tar.xz) = 8617576 bytes
|
||||
SHA1 (compiler-rt-3.6.2.src.tar.xz) = c6c52d2923a60f1a2ca2f22fea1770fd2e25728d
|
||||
RMD160 (compiler-rt-3.6.2.src.tar.xz) = 9b68a32d49d4bef4603d550934192f39fea42895
|
||||
Size (compiler-rt-3.6.2.src.tar.xz) = 1128080 bytes
|
||||
SHA1 (libcxx-3.6.2.src.tar.xz) = 6c5aee9f05ecf17d1e3ecb1add34a33a5a904469
|
||||
RMD160 (libcxx-3.6.2.src.tar.xz) = 42b8832d01d4e6b553babc93cb5dbd4ce2bb1931
|
||||
Size (libcxx-3.6.2.src.tar.xz) = 944020 bytes
|
||||
SHA1 (llvm-3.6.2.src.tar.xz) = 7a00257eb2bc9431e4c77c3a36b033072c54bc7e
|
||||
RMD160 (llvm-3.6.2.src.tar.xz) = 521cbc5fe2925ea3c6e90c7a31f752a04045c972
|
||||
Size (llvm-3.6.2.src.tar.xz) = 12802380 bytes
|
||||
SHA1 (patch-ab) = 8dd0da6d47a57ac25eea358996cf874dd3289e08
|
||||
SHA1 (patch-ac) = 0f0cc98d443ec957fc5374fb491809d27e4f9d4e
|
||||
SHA1 (patch-ad) = ad1f6720e4c73e57fce10ba968b03637a133602d
|
||||
SHA1 (patch-include_llvm_Support_Host.h) = 545f9542cd2aaa6cea58d3653902b4e1a9e7189a
|
||||
SHA1 (patch-tools_clang_tools_scan-build_scan-build) = a671f1e513fb43ddc0e73751a78235ab39aeaf9d
|
||||
SHA1 (patch-tools_lli_Makefile) = 9801878144833b9c871677110183539cd0a08e9a
|
||||
SHA1 (patch-tools_llvm-shlib_Makefile) = 5cd529e824a935abfe91c4b820cfd9c318e03102
|
||||
SHA1 (patch-unittests_ExecutionEngine_MCJIT_Makefile) = 8243131319b77f025568592acf9436cf6fe5219c
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
$NetBSD: patch-tools_lli_Makefile,v 1.1 2015/03/03 16:27:33 tnn Exp $
|
||||
|
||||
Fix build with shlib option.
|
||||
|
||||
--- tools/lli/Makefile.orig 2014-09-02 22:28:02.000000000 +0000
|
||||
+++ tools/lli/Makefile
|
||||
@@ -15,6 +15,7 @@ PARALLEL_DIRS := ChildTarget
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
LINK_COMPONENTS := mcjit instrumentation interpreter nativecodegen bitreader asmparser irreader selectiondag native
|
||||
+USEDLIBS += LLVMMCJIT.a
|
||||
|
||||
# If Intel JIT Events support is confiured, link against the LLVM Intel JIT
|
||||
# Events interface library
|
||||
@@ -1,14 +0,0 @@
|
||||
$NetBSD: patch-unittests_ExecutionEngine_MCJIT_Makefile,v 1.1 2015/03/03 16:27:33 tnn Exp $
|
||||
|
||||
Fix build with shlib option.
|
||||
|
||||
--- unittests/ExecutionEngine/MCJIT/Makefile.orig 2014-09-02 22:28:02.000000000 +0000
|
||||
+++ unittests/ExecutionEngine/MCJIT/Makefile
|
||||
@@ -10,6 +10,7 @@
|
||||
LEVEL = ../../..
|
||||
TESTNAME = MCJIT
|
||||
LINK_COMPONENTS := core ipo mcjit native support
|
||||
+USEDLIBS += LLVMMCJIT.a
|
||||
|
||||
include $(LEVEL)/Makefile.config
|
||||
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
||||
Reference in New Issue
Block a user