pkgsrc-WIP-changes archive

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

llvm-netbsd: clang-netbsd: lldb-netbsd: Update to SVN r.300853



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Apr 20 19:41:28 2017 +0200
Changeset:	46743ba56c6c94106f6399e5744c270ca3f55dfb

Modified Files:
	clang-netbsd/Makefile.common
	lldb-netbsd/Makefile
	lldb-netbsd/distinfo
	llvm-netbsd/Makefile
Removed Files:
	lldb-netbsd/patches/patch-cmake_modules_LLDBConfig.cmake

Log Message:
llvm-netbsd: clang-netbsd: lldb-netbsd: Update to SVN r.300853

Thi allows us to drop another local patch to resurrect LLDB
standalone build.

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=46743ba56c6c94106f6399e5744c270ca3f55dfb

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

diffstat:
 clang-netbsd/Makefile.common                             |  2 +-
 lldb-netbsd/Makefile                                     |  2 +-
 lldb-netbsd/distinfo                                     |  1 -
 lldb-netbsd/patches/patch-cmake_modules_LLDBConfig.cmake | 14 --------------
 llvm-netbsd/Makefile                                     |  2 +-
 5 files changed, 3 insertions(+), 18 deletions(-)

diffs:
diff --git a/clang-netbsd/Makefile.common b/clang-netbsd/Makefile.common
index 6c1d1480e1..48b0bd887d 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=	300841
+SVN_REVISION.clang=	300853
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://clang.llvm.org/
diff --git a/lldb-netbsd/Makefile b/lldb-netbsd/Makefile
index 2780e086ee..447590098a 100644
--- a/lldb-netbsd/Makefile
+++ b/lldb-netbsd/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	lang devel
 
 SVN_REPOSITORIES=	lldb
 SVN_REPO.lldb=		http://llvm.org/svn/llvm-project/lldb/trunk
-SVN_REVISION.lldb=	300841
+SVN_REVISION.lldb=	300853
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://lldb.org/
diff --git a/lldb-netbsd/distinfo b/lldb-netbsd/distinfo
index 2119d01289..9e296857d3 100644
--- a/lldb-netbsd/distinfo
+++ b/lldb-netbsd/distinfo
@@ -12,7 +12,6 @@ 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-cmake_modules_LLDBConfig.cmake) = f4e53b2cb22bc3cb717d3af9243420f4aabf1695
 SHA1 (patch-source_Plugins_ObjectFile_ELF_ObjectFileELF.cpp) = cdc5861eedcc79d3484ba011f5be595b2afcbae2
 SHA1 (patch-source_Plugins_Process_elf-core_ProcessElfCore.cpp) = e8609042fb407f3507ac7cbe00494bbad5a2ca14
 SHA1 (patch-source_Plugins_Process_elf-core_ProcessElfCore.h) = 902ce5e0187aa2649986db08c79af7291b852727
diff --git a/lldb-netbsd/patches/patch-cmake_modules_LLDBConfig.cmake b/lldb-netbsd/patches/patch-cmake_modules_LLDBConfig.cmake
deleted file mode 100644
index e7ae1d00f6..0000000000
--- a/lldb-netbsd/patches/patch-cmake_modules_LLDBConfig.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
---- cmake/modules/LLDBConfig.cmake.orig	2017-04-20 15:57:09.000000000 +0000
-+++ cmake/modules/LLDBConfig.cmake
-@@ -433,7 +433,9 @@ endif()
- 
- find_package(Backtrace)
- 
-+include(CheckIncludeFile)
- check_include_file(termios.h HAVE_TERMIOS_H)
-+check_include_file(sys/event.h HAVE_SYS_EVENT_H)
- 
- # These checks exist in LLVM's configuration, so I want to match the LLVM names
- # so that the check isn't duplicated, but we translate them into the LLDB names
diff --git a/llvm-netbsd/Makefile b/llvm-netbsd/Makefile
index ce716d6016..cf51805c8e 100644
--- a/llvm-netbsd/Makefile
+++ b/llvm-netbsd/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	lang devel
 
 SVN_REPOSITORIES=	llvm
 SVN_REPO.llvm=		http://llvm.org/svn/llvm-project/llvm/trunk
-SVN_REVISION.llvm=	300841
+SVN_REVISION.llvm=	300853
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://llvm.org/


Home | Main Index | Thread Index | Old Index