Date: Tue, 21 Nov 2006 23:05:45 +1100 (EST) From: Emil Mikulic <emil@cs.rmit.edu.au> To: FreeBSD-gnats-submit@FreeBSD.org Cc: perky@FreeBSD.org Subject: ports/105715: devel/llvm update to 1.9 Message-ID: <20061121120545.D098F4083@ppp162-186.static.internode.on.net> Resent-Message-ID: <200611211210.kALCAKiS008782@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105715 >Category: ports >Synopsis: devel/llvm update to 1.9 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Nov 21 12:10:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Emil Mikulic >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: >Description: Diff to update devel/llvm port to recently released v1.9. Release announcement is here: http://lists.cs.uiuc.edu/pipermail/llvm-announce/2006-November/000020.html I have rebuilt the pkg-plist to reflect changes since v1.8a CC'ing maintainer (perky@) >How-To-Repeat: >Fix: diff -Nur /usr/ports/devel/llvm/Makefile llvm/Makefile --- /usr/ports/devel/llvm/Makefile Sat Aug 12 13:11:43 2006 +++ llvm/Makefile Tue Nov 21 22:56:53 2006 @@ -6,9 +6,9 @@ # PORTNAME= llvm -PORTVERSION= 1.8a +PORTVERSION= 1.9 CATEGORIES= devel lang -MASTER_SITES= http://llvm.org/releases/${PORTVERSION:S/a//}/ +MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/ MAINTAINER= perky@FreeBSD.org COMMENT= Low Level Virtual Machine @@ -18,11 +18,10 @@ USE_GMAKE= yes USE_PERL5_BUILD=yes USE_GCC= 3.3+ -MAKE_ENV= ENABLE_OPTIMIZED=1 # strips binaries -WRKSRC= ${WRKDIR}/llvm +CONFIGURE_FLAGS+= --enable-optimized -MAN1= analyze.1 bugpoint.1 gccas.1 gccld.1 llc.1 lli.1 llvm-ar.1 \ +MAN1= bugpoint.1 gccas.1 gccld.1 llc.1 lli.1 llvm-ar.1 \ llvm-as.1 llvm-bcanalyzer.1 llvm-config.1 llvm-db.1 \ llvm-dis.1 llvm-extract.1 llvm-ld.1 llvm-link.1 llvm-nm.1 \ llvm-prof.1 llvm-ranlib.1 llvm2cpp.1 llvmc.1 llvmgcc.1 \ @@ -35,11 +34,8 @@ .endif post-patch: - ${REINPLACE_CMD} -e 's,\(OPTIONAL_DIRS.*\)examples,\1,g' \ - ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's,\(PROJ_docsdir.*:=\).*$$,\1${DOCSDIR},g' \ ${WRKSRC}/Makefile.config.in - ${RM} -rf ${WRKSRC}/projects/sample post-install: ${RM} -f ${PREFIX}/bin/.dir ${PREFIX}/lib/.dir diff -Nur /usr/ports/devel/llvm/distinfo llvm/distinfo --- /usr/ports/devel/llvm/distinfo Sat Aug 12 13:11:43 2006 +++ llvm/distinfo Tue Nov 21 21:27:32 2006 @@ -1,3 +1,3 @@ -MD5 (llvm-1.8a.tar.gz) = 1bc2c81bd25480db1e4f9749fe7312e8 -SHA256 (llvm-1.8a.tar.gz) = 58aa805cf8565156fba30dd24b233b58459485f43f58a68db510d547cce1b50e -SIZE (llvm-1.8a.tar.gz) = 4467489 +MD5 (llvm-1.9.tar.gz) = 866ba97420f5ce978b6a6b1cb4338890 +SHA256 (llvm-1.9.tar.gz) = 17b82323151925ff5a7ad09a21781a0fa50ead4b87a339cee262271e4ededa13 +SIZE (llvm-1.9.tar.gz) = 4835549 diff -Nur /usr/ports/devel/llvm/pkg-plist llvm/pkg-plist --- /usr/ports/devel/llvm/pkg-plist Thu Aug 10 13:07:26 2006 +++ llvm/pkg-plist Tue Nov 21 21:26:02 2006 @@ -1,4 +1,3 @@ -bin/analyze bin/bugpoint bin/gccas bin/gccld @@ -27,9 +26,11 @@ etc/llvm/cxx etc/llvm/ll include/llvm/ADT/BitSetVector.h +include/llvm/ADT/CStringMap.h include/llvm/ADT/DenseMap.h include/llvm/ADT/DepthFirstIterator.h include/llvm/ADT/EquivalenceClasses.h +include/llvm/ADT/FoldingSet.h include/llvm/ADT/GraphTraits.h include/llvm/ADT/HashExtras.h include/llvm/ADT/PostOrderIterator.h @@ -37,6 +38,7 @@ include/llvm/ADT/STLExtras.h include/llvm/ADT/SetOperations.h include/llvm/ADT/SetVector.h +include/llvm/ADT/SmallString.h include/llvm/ADT/SmallVector.h include/llvm/ADT/Statistic.h include/llvm/ADT/StringExtras.h @@ -66,7 +68,6 @@ include/llvm/Analysis/Interval.h include/llvm/Analysis/IntervalIterator.h include/llvm/Analysis/IntervalPartition.h -include/llvm/Analysis/LinkAllAnalyses.h include/llvm/Analysis/LoadValueNumbering.h include/llvm/Analysis/LoopInfo.h include/llvm/Analysis/Passes.h @@ -102,9 +103,11 @@ include/llvm/CodeGen/ELFWriter.h include/llvm/CodeGen/InstrScheduling.h include/llvm/CodeGen/IntrinsicLowering.h +include/llvm/CodeGen/LinkAllCodegenComponents.h include/llvm/CodeGen/LiveInterval.h include/llvm/CodeGen/LiveIntervalAnalysis.h include/llvm/CodeGen/LiveVariables.h +include/llvm/CodeGen/MachOWriter.h include/llvm/CodeGen/MachineBasicBlock.h include/llvm/CodeGen/MachineCodeEmitter.h include/llvm/CodeGen/MachineConstantPool.h @@ -116,15 +119,17 @@ include/llvm/CodeGen/MachineInstrBuilder.h include/llvm/CodeGen/MachineJumpTableInfo.h include/llvm/CodeGen/MachineLocation.h +include/llvm/CodeGen/MachinePassRegistry.h include/llvm/CodeGen/MachineRelocation.h include/llvm/CodeGen/Passes.h +include/llvm/CodeGen/RegAllocRegistry.h include/llvm/CodeGen/SSARegMap.h include/llvm/CodeGen/SchedGraphCommon.h include/llvm/CodeGen/ScheduleDAG.h +include/llvm/CodeGen/SchedulerRegistry.h include/llvm/CodeGen/SelectionDAG.h include/llvm/CodeGen/SelectionDAGISel.h include/llvm/CodeGen/SelectionDAGNodes.h -include/llvm/CodeGen/ValueSet.h include/llvm/CodeGen/ValueTypes.h include/llvm/CodeGen/ValueTypes.td include/llvm/Config/alloca.h @@ -156,7 +161,9 @@ include/llvm/Intrinsics.td include/llvm/IntrinsicsPowerPC.td include/llvm/IntrinsicsX86.td +include/llvm/LinkAllPasses.h include/llvm/LinkAllVMCore.h +include/llvm/LinkTimeOptimizer.h include/llvm/Linker.h include/llvm/Module.h include/llvm/Module.h.orig @@ -166,11 +173,13 @@ include/llvm/PassManager.h include/llvm/PassSupport.h include/llvm/Support/AIXDataTypesFix.h +include/llvm/Support/Allocator.h include/llvm/Support/Annotation.h include/llvm/Support/CFG.h include/llvm/Support/CallSite.h include/llvm/Support/Casting.h include/llvm/Support/CommandLine.h +include/llvm/Support/Compiler.h include/llvm/Support/Compressor.h include/llvm/Support/ConstantRange.h include/llvm/Support/DOTGraphTraits.h @@ -185,6 +194,7 @@ include/llvm/Support/InstIterator.h include/llvm/Support/InstVisitor.h include/llvm/Support/LeakDetector.h +include/llvm/Support/ManagedStatic.h include/llvm/Support/Mangler.h include/llvm/Support/MathExtras.h include/llvm/Support/MutexGuard.h @@ -196,7 +206,6 @@ include/llvm/Support/SystemUtils.h include/llvm/Support/Timer.h include/llvm/Support/TypeInfo.h -include/llvm/Support/Visibility.h include/llvm/Support/type_traits.h include/llvm/SymbolTable.h include/llvm/SymbolTableListTraits.h @@ -214,6 +223,7 @@ include/llvm/System/TimeValue.h include/llvm/Target/MRegisterInfo.h include/llvm/Target/SubtargetFeature.h +include/llvm/Target/TargetAsmInfo.h include/llvm/Target/TargetData.h include/llvm/Target/TargetFrameInfo.h include/llvm/Target/TargetInstrInfo.h @@ -226,7 +236,6 @@ include/llvm/Target/TargetSubtarget.h include/llvm/Transforms/IPO.h include/llvm/Transforms/Instrumentation.h -include/llvm/Transforms/LinkAllPasses.h include/llvm/Transforms/RSProfiling.h include/llvm/Transforms/Scalar.h include/llvm/Transforms/Utils/BasicBlockUtils.h @@ -279,7 +288,6 @@ %%DOCSDIR%%/html/CFEBuildInstrs.html %%DOCSDIR%%/html/CodeGenerator.html %%DOCSDIR%%/html/CodingStandards.html -%%DOCSDIR%%/html/CommandGuide/analyze.html %%DOCSDIR%%/html/CommandGuide/bugpoint.html %%DOCSDIR%%/html/CommandGuide/gccas.html %%DOCSDIR%%/html/CommandGuide/gccld.html @@ -312,12 +320,14 @@ %%DOCSDIR%%/html/ExtendingLLVM.html %%DOCSDIR%%/html/FAQ.html %%DOCSDIR%%/html/GarbageCollection.html +%%DOCSDIR%%/html/GetElementPtr.html %%DOCSDIR%%/html/GettingStarted.html %%DOCSDIR%%/html/GettingStartedVS.html %%DOCSDIR%%/html/HowToReleaseLLVM.html %%DOCSDIR%%/html/HowToSubmitABug.html %%DOCSDIR%%/html/LangRef.html %%DOCSDIR%%/html/Lexicon.html +%%DOCSDIR%%/html/LinkTimeOptimization.html %%DOCSDIR%%/html/MakefileGuide.html %%DOCSDIR%%/html/ProgrammersManual.html %%DOCSDIR%%/html/Projects.html @@ -338,7 +348,6 @@ %%DOCSDIR%%/html/img/venusflytrap.jpg %%DOCSDIR%%/html/index.html %%DOCSDIR%%/html/llvm.css -%%DOCSDIR%%/ps/analyze.ps %%DOCSDIR%%/ps/bugpoint.ps %%DOCSDIR%%/ps/gccas.ps %%DOCSDIR%%/ps/gccld.ps >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061121120545.D098F4083>