diff options
author | brooks <brooks@FreeBSD.org> | 2008-11-07 07:07:02 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2008-11-07 07:07:02 +0800 |
commit | 4b3e301ef698e41c55c0358ac152c1c65b41ef7a (patch) | |
tree | 8bf760e9dc6b032e5caf5789576793ce16f3fce5 /devel/llvm-devel | |
parent | 1f92e75f1ac994ed5270057453544706b003062e (diff) | |
download | freebsd-ports-gnome-4b3e301ef698e41c55c0358ac152c1c65b41ef7a.tar.gz freebsd-ports-gnome-4b3e301ef698e41c55c0358ac152c1c65b41ef7a.tar.zst freebsd-ports-gnome-4b3e301ef698e41c55c0358ac152c1c65b41ef7a.zip |
Update a November 5th snapshot, fix the plist.
Diffstat (limited to 'devel/llvm-devel')
-rw-r--r-- | devel/llvm-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/llvm-devel/distinfo | 6 | ||||
-rw-r--r-- | devel/llvm-devel/files/patch-tools_clang_utils_scan-build | 15 | ||||
-rw-r--r-- | devel/llvm-devel/pkg-plist | 19 |
4 files changed, 27 insertions, 15 deletions
diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile index 3b3bf2e952b6..8fc3494555c3 100644 --- a/devel/llvm-devel/Makefile +++ b/devel/llvm-devel/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS+= f2c:${PORTSDIR}/lang/f2c .if defined(BOOTSTRAP) SVN_SNAPDATE!= date -v-1d +%Y-%m-%d .else -SVN_SNAPDATE= 2008-10-02 +SVN_SNAPDATE= 2008-11-05 .endif SNAPDATE= ${SVN_SNAPDATE:S/-//g} diff --git a/devel/llvm-devel/distinfo b/devel/llvm-devel/distinfo index b36c0ec6facd..51a4e97dcd6e 100644 --- a/devel/llvm-devel/distinfo +++ b/devel/llvm-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (llvm-2.4.snap20081002.tar.bz2) = 3d3adf7d300b18b13df60afb280f5d4e -SHA256 (llvm-2.4.snap20081002.tar.bz2) = 4003196413137bec1359afbf51584d393515f5a596e51436be7c013be723316b -SIZE (llvm-2.4.snap20081002.tar.bz2) = 6316569 +MD5 (llvm-2.4.snap20081105.tar.bz2) = fa5b17746b4fad5e1e56c52d964c5572 +SHA256 (llvm-2.4.snap20081105.tar.bz2) = 7b0613f290b9caa9b187c7002264580c0068e795ed9b1408457e16de7690d212 +SIZE (llvm-2.4.snap20081105.tar.bz2) = 6560028 diff --git a/devel/llvm-devel/files/patch-tools_clang_utils_scan-build b/devel/llvm-devel/files/patch-tools_clang_utils_scan-build index 1731625337e1..408a78748b89 100644 --- a/devel/llvm-devel/files/patch-tools_clang_utils_scan-build +++ b/devel/llvm-devel/files/patch-tools_clang_utils_scan-build @@ -3,15 +3,12 @@ $FreeBSD$ --- tools/clang/utils/scan-build.orig +++ tools/clang/utils/scan-build -@@ -360,9 +360,9 @@ +@@ -406,7 +406,7 @@ + my $Dir = shift; + +- my $JS = Cwd::realpath("$RealBin/sorttable.js"); ++ my $JS = Cwd::realpath("%%DATADIR%%/sorttable.js"); DieDiag("Cannot find 'sorttable.js'.\n") -- if (! -r "$RealBin/sorttable.js"); -+ if (! -r "%%DATADIR%%/sorttable.js"); - -- system ("cp", "$RealBin/sorttable.js", "$Dir"); -+ system ("cp", "%%DATADIR%%/sorttable.js", "$Dir"); - - DieDiag("Could not copy 'sorttable.js' to '$Dir'.\n") - if (! -r "$Dir/sorttable.js"); + if (! -r $JS); diff --git a/devel/llvm-devel/pkg-plist b/devel/llvm-devel/pkg-plist index 23714014c0fd..c75aeec50c08 100644 --- a/devel/llvm-devel/pkg-plist +++ b/devel/llvm-devel/pkg-plist @@ -68,12 +68,14 @@ include/llvm/ADT/Tree.h include/llvm/ADT/Trie.h include/llvm/ADT/UniqueVector.h include/llvm/ADT/VectorExtras.h +include/llvm/ADT/hash_map.cmake include/llvm/ADT/hash_map.h +include/llvm/ADT/hash_set.cmake include/llvm/ADT/hash_set.h include/llvm/ADT/ilist.h include/llvm/ADT/ilist_node.h +include/llvm/ADT/iterator.cmake include/llvm/ADT/iterator.h -include/llvm/ADT/iterator include/llvm/AbstractTypeUser.h include/llvm/Analysis/AliasAnalysis.h include/llvm/Analysis/AliasSetTracker.h @@ -83,6 +85,7 @@ include/llvm/Analysis/ConstantFolding.h include/llvm/Analysis/ConstantsScanner.h include/llvm/Analysis/DominatorInternals.h include/llvm/Analysis/Dominators.h +include/llvm/Analysis/EscapeAnalysis.h include/llvm/Analysis/FindUsedTypes.h include/llvm/Analysis/Interval.h include/llvm/Analysis/IntervalIterator.h @@ -110,6 +113,7 @@ include/llvm/Assembly/AsmAnnotationWriter.h include/llvm/Assembly/Parser.h include/llvm/Assembly/PrintModulePass.h include/llvm/Assembly/Writer.h +include/llvm/Attributes.h include/llvm/AutoUpgrade.h include/llvm/BasicBlock.h include/llvm/Bitcode/Archive.h @@ -175,8 +179,15 @@ include/llvm/CodeGen/SelectionDAGISel.h include/llvm/CodeGen/SelectionDAGNodes.h include/llvm/CodeGen/ValueTypes.h include/llvm/CodeGen/ValueTypes.td +include/llvm/CompilerDriver/Action.h +include/llvm/CompilerDriver/Tool.h +include/llvm/CompilerDriver/Plugin.h +include/llvm/CompilerDriver/Tools.td +include/llvm/CompilerDriver/CompilationGraph.h +include/llvm/CompilerDriver/Common.td include/llvm/Config/alloca.h include/llvm/Config/config.h +include/llvm/Config/config.h.cmake include/llvm/Constant.h include/llvm/Constants.h include/llvm/Debugger/Debugger.h @@ -204,6 +215,7 @@ include/llvm/IntrinsicInst.h include/llvm/Intrinsics.gen include/llvm/Intrinsics.h include/llvm/Intrinsics.td +include/llvm/IntrinsicsAlpha.td include/llvm/IntrinsicsARM.td include/llvm/IntrinsicsCellSPU.td include/llvm/IntrinsicsPowerPC.td @@ -214,7 +226,6 @@ include/llvm/Linker.h include/llvm/Module.h include/llvm/ModuleProvider.h include/llvm/OperandTraits.h -include/llvm/ParameterAttributes.h include/llvm/Pass.h include/llvm/PassAnalysisSupport.h include/llvm/PassManager.h @@ -234,11 +245,14 @@ include/llvm/Support/ConstantFolder.h include/llvm/Support/DOTGraphTraits.h include/llvm/Support/DataFlow.h include/llvm/Support/DataTypes.h +include/llvm/Support/DataTypes.h.cmake include/llvm/Support/Debug.h +include/llvm/Support/DebugInfoBuilder.h include/llvm/Support/Dwarf.h include/llvm/Support/DynamicLinker.h include/llvm/Support/ELF.h include/llvm/Support/FileUtilities.h +include/llvm/Support/Format.h include/llvm/Support/GetElementPtrTypeIterator.h include/llvm/Support/GraphWriter.h include/llvm/Support/IRBuilder.h @@ -474,6 +488,7 @@ lib/libLLVMipo.a @dirrm include/llvm/ExecutionEngine @dirrm include/llvm/Debugger @dirrm include/llvm/Config +@dirrm include/llvm/CompilerDriver @dirrm include/llvm/CodeGen @dirrm include/llvm/Bitcode @dirrm include/llvm/Assembly |