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 01:55:59 2017 +0200
Changeset:	deb5dd80b0318d126334d4703bb919aaadf9b9ba

Modified Files:
	compiler-rt-netbsd/distinfo
	compiler-rt-netbsd/patches/patch-cmake_config-ix.cmake
Removed Files:
	compiler-rt-netbsd/patches/patch-CMakeLists.txt
	compiler-rt-netbsd/patches/patch-cmake_Modules_AddCompilerRT.cmake
	compiler-rt-netbsd/patches/patch-cmake_base-config-ix.cmake
	compiler-rt-netbsd/patches/patch-test_CMakeLists.txt

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

Part 1.

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

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

diffstat:
 compiler-rt-netbsd/distinfo                                   |  4 ----
 compiler-rt-netbsd/patches/patch-CMakeLists.txt               |  2 --
 .../patches/patch-cmake_Modules_AddCompilerRT.cmake           |  2 --
 compiler-rt-netbsd/patches/patch-cmake_base-config-ix.cmake   |  2 --
 compiler-rt-netbsd/patches/patch-cmake_config-ix.cmake        | 11 +++--------
 compiler-rt-netbsd/patches/patch-test_CMakeLists.txt          |  2 --
 6 files changed, 3 insertions(+), 20 deletions(-)

diffs:
diff --git a/compiler-rt-netbsd/distinfo b/compiler-rt-netbsd/distinfo
index 86090b7bc8..a69095990e 100644
--- a/compiler-rt-netbsd/distinfo
+++ b/compiler-rt-netbsd/distinfo
@@ -12,11 +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-CMakeLists.txt) = adc83b19e793491b1c6ea0fd8b46cd9f32e592fc
-SHA1 (patch-cmake_Modules_AddCompilerRT.cmake) = adc83b19e793491b1c6ea0fd8b46cd9f32e592fc
-SHA1 (patch-cmake_base-config-ix.cmake) = adc83b19e793491b1c6ea0fd8b46cd9f32e592fc
 SHA1 (patch-cmake_config-ix.cmake) = 54a5839f0d35594922e31355970199cb56420436
-SHA1 (patch-lib_CMakeLists.txt) = ba34ff75f1d78a8ee081f9fd3e62d8bd40a54653
 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
diff --git a/compiler-rt-netbsd/patches/patch-CMakeLists.txt b/compiler-rt-netbsd/patches/patch-CMakeLists.txt
deleted file mode 100644
index afc76512f4..0000000000
--- a/compiler-rt-netbsd/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-$NetBSD$
-
diff --git a/compiler-rt-netbsd/patches/patch-cmake_Modules_AddCompilerRT.cmake b/compiler-rt-netbsd/patches/patch-cmake_Modules_AddCompilerRT.cmake
deleted file mode 100644
index afc76512f4..0000000000
--- a/compiler-rt-netbsd/patches/patch-cmake_Modules_AddCompilerRT.cmake
+++ /dev/null
@@ -1,2 +0,0 @@
-$NetBSD$
-
diff --git a/compiler-rt-netbsd/patches/patch-cmake_base-config-ix.cmake b/compiler-rt-netbsd/patches/patch-cmake_base-config-ix.cmake
deleted file mode 100644
index afc76512f4..0000000000
--- a/compiler-rt-netbsd/patches/patch-cmake_base-config-ix.cmake
+++ /dev/null
@@ -1,2 +0,0 @@
-$NetBSD$
-
diff --git a/compiler-rt-netbsd/patches/patch-cmake_config-ix.cmake b/compiler-rt-netbsd/patches/patch-cmake_config-ix.cmake
index 3e2bc7f3f1..056c8d6338 100644
--- a/compiler-rt-netbsd/patches/patch-cmake_config-ix.cmake
+++ b/compiler-rt-netbsd/patches/patch-cmake_config-ix.cmake
@@ -11,17 +11,12 @@ $NetBSD$
    set(COMPILER_RT_HAS_TSAN TRUE)
  else()
    set(COMPILER_RT_HAS_TSAN FALSE)
-@@ -581,6 +581,13 @@ else()
+@@ -581,7 +581,7 @@ else()
  endif()
  
  if (COMPILER_RT_HAS_SANITIZER_COMMON AND FUZZER_SUPPORTED_ARCH AND
+-      OS_NAME MATCHES "Darwin|Linux")
 +      OS_NAME MATCHES "Darwin|Linux|NetBSD")
-+  set(COMPILER_RT_HAS_FUZZER TRUE)
-+else()
-+  set(COMPILER_RT_HAS_FUZZER FALSE)
-+endif()
-+
-+if (COMPILER_RT_HAS_SANITIZER_COMMON AND FUZZER_SUPPORTED_ARCH AND
-       OS_NAME MATCHES "Darwin|Linux")
    set(COMPILER_RT_HAS_FUZZER TRUE)
  else()
+   set(COMPILER_RT_HAS_FUZZER FALSE)
diff --git a/compiler-rt-netbsd/patches/patch-test_CMakeLists.txt b/compiler-rt-netbsd/patches/patch-test_CMakeLists.txt
deleted file mode 100644
index afc76512f4..0000000000
--- a/compiler-rt-netbsd/patches/patch-test_CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-$NetBSD$
-


Home | Main Index | Thread Index | Old Index