pkgsrc-WIP-changes archive

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

compiler-rt-netbsd: Restore libfuzzer/NetBSD



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Aug 22 02:00:47 2017 +0200
Changeset:	c0ba54f3e89f7d92c48da47d34d2a2fcbcfd57a6

Modified Files:
	compiler-rt-netbsd/distinfo
	compiler-rt-netbsd/patches/patch-cmake_config-ix.cmake
Removed Files:
	compiler-rt-netbsd/patches/patch-lib_CMakeLists.txt

Log Message:
compiler-rt-netbsd: Restore libfuzzer/NetBSD

Part 2.

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

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

diffstat:
 compiler-rt-netbsd/distinfo                            |  3 +--
 compiler-rt-netbsd/patches/patch-cmake_config-ix.cmake |  9 ---------
 compiler-rt-netbsd/patches/patch-lib_CMakeLists.txt    | 12 ------------
 3 files changed, 1 insertion(+), 23 deletions(-)

diffs:
diff --git a/compiler-rt-netbsd/distinfo b/compiler-rt-netbsd/distinfo
index a69095990e..7ea4e58167 100644
--- a/compiler-rt-netbsd/distinfo
+++ b/compiler-rt-netbsd/distinfo
@@ -12,7 +12,7 @@ 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) = 54a5839f0d35594922e31355970199cb56420436
+SHA1 (patch-cmake_config-ix.cmake) = 4247d7ae298a7ea4b8035212af7584048191d4a3
 SHA1 (patch-lib_asan_asan__mapping.h) = 73f5f33e946868b4780864e633916376b11b16f1
 SHA1 (patch-lib_sanitizer__common_sanitizer__platform__limits__posix.cc) = 36a89517584891a1a50536a681a5d42e99ef904d
 SHA1 (patch-lib_sanitizer__common_sanitizer__platform__limits__posix.h) = 89302e7b40901faaa471cdd76eefa222a0cc055d
@@ -21,7 +21,6 @@ SHA1 (patch-lib_tsan_rtl_tsan__interceptors.cc) = 557018c2dce673756215ebf9f15648
 SHA1 (patch-lib_tsan_rtl_tsan__platform__linux.cc) = 4269acd5ea1d1f448fb9a7a31def2f84a03b27da
 SHA1 (patch-lib_tsan_rtl_tsan__rtl__amd64.S) = 95591667c23372ceb72334b2ceae800d32574ac6
 SHA1 (patch-lib_tsan_tests_rtl_tsan__test__util__posix.cc) = 302c72dab4fe5a0c94d7de0d728033e616811e5e
-SHA1 (patch-test_CMakeLists.txt) = adc83b19e793491b1c6ea0fd8b46cd9f32e592fc
 SHA1 (patch-test_tsan_lit.cfg) = c849d08c3df59a3de45c6515e05c3d9fac5424e7
 SHA1 (patch-test_tsan_thread__name.cc) = 96816e92b68e6fc5aaae92dfc062fe69a64c8c27
 SHA1 (patch-test_tsan_thread__name2.cc) = e022b5f3d531a0b666fafe1a81490211465f296e
diff --git a/compiler-rt-netbsd/patches/patch-cmake_config-ix.cmake b/compiler-rt-netbsd/patches/patch-cmake_config-ix.cmake
index 056c8d6338..6bd0b5953c 100644
--- a/compiler-rt-netbsd/patches/patch-cmake_config-ix.cmake
+++ b/compiler-rt-netbsd/patches/patch-cmake_config-ix.cmake
@@ -2,15 +2,6 @@ $NetBSD$
 
 --- cmake/config-ix.cmake.orig	2017-08-21 23:23:37.000000000 +0000
 +++ cmake/config-ix.cmake
-@@ -532,7 +532,7 @@ else()
- endif()
- 
- if (COMPILER_RT_HAS_SANITIZER_COMMON AND TSAN_SUPPORTED_ARCH AND
--    OS_NAME MATCHES "Darwin|Linux|FreeBSD|Android")
-+    OS_NAME MATCHES "Darwin|Linux|FreeBSD|Android|NetBSD")
-   set(COMPILER_RT_HAS_TSAN TRUE)
- else()
-   set(COMPILER_RT_HAS_TSAN FALSE)
 @@ -581,7 +581,7 @@ else()
  endif()
  
diff --git a/compiler-rt-netbsd/patches/patch-lib_CMakeLists.txt b/compiler-rt-netbsd/patches/patch-lib_CMakeLists.txt
deleted file mode 100644
index c3790c35cf..0000000000
--- a/compiler-rt-netbsd/patches/patch-lib_CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
---- lib/CMakeLists.txt.orig	2017-08-21 23:23:37.000000000 +0000
-+++ lib/CMakeLists.txt
-@@ -50,3 +50,7 @@ endif()
- if(COMPILER_RT_BUILD_LIBFUZZER)
-   compiler_rt_build_runtime(fuzzer)
- endif()
-+
-+if(COMPILER_RT_BUILD_LIBFUZZER)
-+  compiler_rt_build_runtime(fuzzer)
-+endif()


Home | Main Index | Thread Index | Old Index