pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

clang-git: Sync PLIST with upstream



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 10 18:47:10 2016 +0200
Changeset:	cd86eac3731d6e44f826e436d1be14006e48f2cf

Modified Files:
	clang-git/Makefile
	clang-git/PLIST

Log Message:
clang-git: Sync PLIST with upstream

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cd86eac3731d6e44f826e436d1be14006e48f2cf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 clang-git/Makefile | 5 -----
 clang-git/PLIST    | 2 ++
 2 files changed, 2 insertions(+), 5 deletions(-)

diffs:
diff --git a/clang-git/Makefile b/clang-git/Makefile
index e7cf93a..3a52934 100644
--- a/clang-git/Makefile
+++ b/clang-git/Makefile
@@ -9,9 +9,4 @@ CMAKE_ARGS+=	-DCLANG_ENABLE_STATIC_ANALYZER=OFF
 # We don't want to add a python runtime dependency for that.
 CHECK_INTERPRETER_SKIP+=	share/clang/*
 
-.PHONY: install-clang-cpp
-post-install: install-clang-cpp
-install-clang-cpp:
-	${LN} -s clang ${DESTDIR}${PREFIX}/bin/clang-cpp
-
 .include "../../wip/clang-git/Makefile.common"
diff --git a/clang-git/PLIST b/clang-git/PLIST
index 4d7bedf..dff7ece 100644
--- a/clang-git/PLIST
+++ b/clang-git/PLIST
@@ -6,6 +6,7 @@ bin/clang-${LLVM_MAJOR}
 bin/clang-cl
 bin/clang-cpp
 bin/clang-format
+bin/clang-offload-bundler
 include/clang-c/BuildSystem.h
 include/clang-c/CXCompilationDatabase.h
 include/clang-c/CXErrorCode.h
@@ -481,6 +482,7 @@ lib/clang/${PKGVERSION}/include/altivec.h
 lib/clang/${PKGVERSION}/include/ammintrin.h
 lib/clang/${PKGVERSION}/include/arm_acle.h
 lib/clang/${PKGVERSION}/include/arm_neon.h
+lib/clang/${PKGVERSION}/include/armintr.h
 lib/clang/${PKGVERSION}/include/avx2intrin.h
 lib/clang/${PKGVERSION}/include/avx512bwintrin.h
 lib/clang/${PKGVERSION}/include/avx512cdintrin.h


Home | Main Index | Thread Index | Old Index