diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2011-04-29 15:04:30 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2011-04-29 15:04:30 +0000 |
commit | 67a685856f2e834cb9774126a29f926d92cfe827 (patch) | |
tree | f3651b6346ae785cf5848f99e712a3db9f7f9171 /devel/llvm/Makefile | |
parent | ea1558e3ac4c96c10e7b0d171d03bf82ece0e130 (diff) |
Notes
Diffstat (limited to 'devel/llvm/Makefile')
-rw-r--r-- | devel/llvm/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/devel/llvm/Makefile b/devel/llvm/Makefile index e0b0ff3f3d1c..c30e8bc10297 100644 --- a/devel/llvm/Makefile +++ b/devel/llvm/Makefile @@ -6,8 +6,7 @@ # PORTNAME= llvm -PORTVERSION= 2.8 -PORTREVISION= 3 +PORTVERSION= 2.9 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/ EXTRACT_SUFX= .tgz @@ -43,9 +42,7 @@ CONFIGURE_ARGS+= --enable-bindings=none OPTIONS= ASSERTS "Enable assertions (thread unsafe)" off .if defined(NOPORTDOCS) -DOCSRCDIR= -.else -DOCSRCDIR= docs +CONFIGURE_ARGS+= --disable-docs .endif MAN1= bugpoint.1 lit.1 llc.1 lli.1 llvm-ar.1 \ @@ -79,8 +76,6 @@ post-patch: ${WRKSRC}/Makefile.config.in ${REINPLACE_CMD} -e 's|\(PROJ_mandir.*:=\).*$$|\1${MANPREFIX}/man|g' \ ${WRKSRC}/Makefile.config.in - ${REINPLACE_CMD} -e 's|%%DOCSRCDIR%%|${DOCSRCDIR}|' \ - ${WRKSRC}/Makefile .if defined(NOPORTDOCS) post-build: @@ -106,16 +101,17 @@ PLIST_FILE_LIST= bin/bugpoint \ bin/llc \ bin/lli \ bin/llvm* \ + bin/macho-dump \ bin/opt \ bin/tblgen \ - lib/libBugpointPasses.so \ + lib/BugpointPasses.so \ lib/libCompilerDriver.a \ lib/libEnhancedDisassembly.so \ lib/libEnhancedDisassembly.a \ + lib/LLVMHello.so \ lib/libLTO.* \ lib/libLLVM* \ - lib/libUnitTestMain.a \ - lib/libprofile_rt.so + lib/profile_rt.so PLIST_DIR_LIST= include/llvm-c \ include/llvm build-plist: |