pkgsrc-WIP-changes archive

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

clang-git: Update to 293625 (5.0.0svn)



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Jan 31 17:39:41 2017 +0100
Changeset:	93b422357fbf63564a6214055c7368ace24fc8f1

Modified Files:
	clang-netbsd/Makefile
	clang-netbsd/Makefile.common
	clang-netbsd/PLIST
	clang-netbsd/buildlink3.mk

Log Message:
clang-git: Update to 293625 (5.0.0svn)

Sponsored by <The NetBSD Foundation>

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

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

diffstat:
 clang-netbsd/Makefile        | 2 +-
 clang-netbsd/Makefile.common | 2 +-
 clang-netbsd/PLIST           | 5 ++++-
 clang-netbsd/buildlink3.mk   | 2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)

diffs:
diff --git a/clang-netbsd/Makefile b/clang-netbsd/Makefile
index 7274d28..4d383b6 100644
--- a/clang-netbsd/Makefile
+++ b/clang-netbsd/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	clang-4.0.0
+PKGNAME=	clang-5.0.0
 PYTHON_FOR_BUILD_ONLY=	yes
 
 CMAKE_ARGS+=	-DCLANG_ENABLE_STATIC_ANALYZER=OFF
diff --git a/clang-netbsd/Makefile.common b/clang-netbsd/Makefile.common
index 7b521e6..3f0d51e 100644
--- a/clang-netbsd/Makefile.common
+++ b/clang-netbsd/Makefile.common
@@ -6,7 +6,7 @@ CATEGORIES=	lang devel
 
 SVN_REPOSITORIES=	clang
 SVN_REPO.clang=		http://llvm.org/svn/llvm-project/cfe/trunk
-SVN_REVISION.clang=	289997
+SVN_REVISION.clang=	293625
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://clang.llvm.org/
diff --git a/clang-netbsd/PLIST b/clang-netbsd/PLIST
index 738f26e..701465a 100644
--- a/clang-netbsd/PLIST
+++ b/clang-netbsd/PLIST
@@ -6,6 +6,7 @@ bin/clang-${LLVM_MAJOR}
 bin/clang-cl
 bin/clang-cpp
 bin/clang-format
+bin/clang-import-test
 bin/clang-offload-bundler
 include/clang-c/BuildSystem.h
 include/clang-c/CXCompilationDatabase.h
@@ -463,9 +464,11 @@ include/clang/Tooling/ArgumentsAdjusters.h
 include/clang/Tooling/CommonOptionsParser.h
 include/clang/Tooling/CompilationDatabase.h
 include/clang/Tooling/CompilationDatabasePluginRegistry.h
+include/clang/Tooling/Core/Diagnostic.h
 include/clang/Tooling/Core/Lookup.h
 include/clang/Tooling/Core/QualTypeNames.h
 include/clang/Tooling/Core/Replacement.h
+include/clang/Tooling/DiagnosticsYaml.h
 include/clang/Tooling/FileMatchTrie.h
 include/clang/Tooling/FixIt.h
 include/clang/Tooling/JSONCompilationDatabase.h
@@ -571,7 +574,7 @@ lib/cmake/clang/ClangTargets-release.cmake
 lib/cmake/clang/ClangTargets.cmake
 lib/libclang.${SOEXT}
 ${PLIST.notdylib}lib/libclang.${SOEXT}.${LLVM_MAJOR}
-lib/libclang.${SOEXT}.40
+lib/libclang.${SOEXT}.5
 lib/libclangAST.a
 lib/libclangASTMatchers.a
 lib/libclangAnalysis.a
diff --git a/clang-netbsd/buildlink3.mk b/clang-netbsd/buildlink3.mk
index 083da02..baa9f24 100644
--- a/clang-netbsd/buildlink3.mk
+++ b/clang-netbsd/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=	clang
 .if !defined(CLANG_BUILDLINK3_MK)
 CLANG_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.clang+=	clang>=3.9.0
+BUILDLINK_API_DEPENDS.clang+=	clang>=5.0.0
 BUILDLINK_PKGSRCDIR.clang?=	../../wip/clang-netbsd
 
 .include "../../textproc/libxml2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index