pkgsrc-WIP-changes archive

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

compiler-rt-netbsd: Update to SVN r. 310649



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Aug 10 20:48:41 2017 +0200
Changeset:	d7ff2916ee295a27dfbc88c25de4d58e55a1e589

Modified Files:
	compiler-rt-netbsd/Makefile
	compiler-rt-netbsd/distinfo
Removed Files:
	compiler-rt-netbsd/patches/patch-cmake_config-ix.cmake
	compiler-rt-netbsd/patches/patch-lib_safestack_safestack.cc

Log Message:
compiler-rt-netbsd: Update to SVN r. 310649

Eliminate merged patches.

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=d7ff2916ee295a27dfbc88c25de4d58e55a1e589

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

diffstat:
 compiler-rt-netbsd/Makefile                                |  2 +-
 compiler-rt-netbsd/distinfo                                |  2 --
 compiler-rt-netbsd/patches/patch-cmake_config-ix.cmake     | 13 -------------
 .../patches/patch-lib_safestack_safestack.cc               | 14 --------------
 4 files changed, 1 insertion(+), 30 deletions(-)

diffs:
diff --git a/compiler-rt-netbsd/Makefile b/compiler-rt-netbsd/Makefile
index 01606dc2cc..ab9a57a0e7 100644
--- a/compiler-rt-netbsd/Makefile
+++ b/compiler-rt-netbsd/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	lang devel
 
 SVN_REPOSITORIES=	compiler-rt
 SVN_REPO.compiler-rt=	http://llvm.org/svn/llvm-project/compiler-rt/trunk
-SVN_REVISION.compiler-rt=	310414
+SVN_REVISION.compiler-rt=	310649
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://compiler-rt.llvm.org/
diff --git a/compiler-rt-netbsd/distinfo b/compiler-rt-netbsd/distinfo
index e0f195c61e..db8ba607bd 100644
--- a/compiler-rt-netbsd/distinfo
+++ b/compiler-rt-netbsd/distinfo
@@ -12,7 +12,5 @@ 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_config-ix.cmake) = 8eebe2c1f46777c2dcbcc1d838285a0e99744e7f
-SHA1 (patch-lib_safestack_safestack.cc) = 3cd461eb15de36126bd5dfe8e75f1334f8ec01b1
 SHA1 (patch-lib_sanitizer__common_sanitizer__platform__limits__posix.cc) = 36a89517584891a1a50536a681a5d42e99ef904d
 SHA1 (patch-lib_sanitizer__common_sanitizer__platform__limits__posix.h) = 89302e7b40901faaa471cdd76eefa222a0cc055d
diff --git a/compiler-rt-netbsd/patches/patch-cmake_config-ix.cmake b/compiler-rt-netbsd/patches/patch-cmake_config-ix.cmake
deleted file mode 100644
index 04a95dacad..0000000000
--- a/compiler-rt-netbsd/patches/patch-cmake_config-ix.cmake
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- cmake/config-ix.cmake.orig	2017-08-08 20:43:41.000000000 +0000
-+++ cmake/config-ix.cmake
-@@ -541,7 +541,7 @@ else()
- endif()
- 
- if (COMPILER_RT_HAS_SANITIZER_COMMON AND SAFESTACK_SUPPORTED_ARCH AND
--    OS_NAME MATCHES "Darwin|Linux|FreeBSD")
-+    OS_NAME MATCHES "Darwin|Linux|FreeBSD|NetBSD")
-   set(COMPILER_RT_HAS_SAFESTACK TRUE)
- else()
-   set(COMPILER_RT_HAS_SAFESTACK FALSE)
diff --git a/compiler-rt-netbsd/patches/patch-lib_safestack_safestack.cc b/compiler-rt-netbsd/patches/patch-lib_safestack_safestack.cc
deleted file mode 100644
index 5e1b7feef0..0000000000
--- a/compiler-rt-netbsd/patches/patch-lib_safestack_safestack.cc
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
---- lib/safestack/safestack.cc.orig	2017-07-04 05:53:20.000000000 +0000
-+++ lib/safestack/safestack.cc
-@@ -21,7 +21,9 @@
- #include <unistd.h>
- #include <sys/resource.h>
- #include <sys/types.h>
-+#if !defined(__NetBSD__)
- #include <sys/user.h>
-+#endif
- 
- #include "interception/interception.h"
- #include "sanitizer_common/sanitizer_common.h"


Home | Main Index | Thread Index | Old Index