pkgsrc-WIP-changes archive

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

clang-git: regen patch



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Wed Feb 24 01:04:37 2016 +0100
Changeset:	f866391d2d6ec16fb5ba58a6f5c9da88fae24a5d

Modified Files:
	clang-git/distinfo
	clang-git/patches/patch-tools_clang-format_CMakeLists.txt

Log Message:
clang-git: regen patch

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

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

diffstat:
 clang-git/distinfo                                        |  2 +-
 clang-git/patches/patch-tools_clang-format_CMakeLists.txt | 15 ++++++++-------
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs:
diff --git a/clang-git/distinfo b/clang-git/distinfo
index 9fdd4cc..1ca315a 100644
--- a/clang-git/distinfo
+++ b/clang-git/distinfo
@@ -12,4 +12,4 @@ Size (libcxx-3.6.2.src.tar.xz) = 944020 bytes
 SHA1 (llvm-3.6.2.src.tar.xz) = 7a00257eb2bc9431e4c77c3a36b033072c54bc7e
 RMD160 (llvm-3.6.2.src.tar.xz) = 521cbc5fe2925ea3c6e90c7a31f752a04045c972
 Size (llvm-3.6.2.src.tar.xz) = 12802380 bytes
-SHA1 (patch-tools_clang-format_CMakeLists.txt) = a1052c71728467625a40234719580cb34688a568
+SHA1 (patch-tools_clang-format_CMakeLists.txt) = f119d2a94cbfb8c00a285d1aa7789ed26f8309cf
diff --git a/clang-git/patches/patch-tools_clang-format_CMakeLists.txt b/clang-git/patches/patch-tools_clang-format_CMakeLists.txt
index 8df7b6f..994196b 100644
--- a/clang-git/patches/patch-tools_clang-format_CMakeLists.txt
+++ b/clang-git/patches/patch-tools_clang-format_CMakeLists.txt
@@ -5,11 +5,12 @@ written in python. It could be moved to a separate package
 to avoid a python runtime dependency here, but for now I just opted
 to move it to share/clang and skip the interpreter check.
 
---- tools/clang-format/CMakeLists.txt.orig	2016-02-21 01:22:56.000000000 +0000
+--- tools/clang-format/CMakeLists.txt.orig	2016-02-23 23:55:19.000000000 +0000
 +++ tools/clang-format/CMakeLists.txt
-@@ -25,4 +25,4 @@ install(PROGRAMS clang-format-diff.py DE
- install(PROGRAMS clang-format-sublime.py DESTINATION share/clang)
- install(PROGRAMS clang-format.el DESTINATION share/clang)
- install(PROGRAMS clang-format.py DESTINATION share/clang)
--install(PROGRAMS git-clang-format DESTINATION bin)
-+install(PROGRAMS git-clang-format DESTINATION share/clang)
+@@ -35,5 +35,5 @@ install(PROGRAMS clang-format.py
+   DESTINATION share/clang
+   COMPONENT clang-format)
+ install(PROGRAMS git-clang-format
+-  DESTINATION bin
++  DESTINATION share/clang
+   COMPONENT clang-format)


Home | Main Index | Thread Index | Old Index