pkgsrc-WIP-changes archive

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

compiler-rt-git: Drop local patch, merged upstream



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Aug 10 21:01:29 2017 +0200
Changeset:	14dc4768fae7cb4884a5e1ee6bea4b4e445d66ec

Modified Files:
	compiler-rt-git/distinfo
Removed Files:
	compiler-rt-git/patches/patch-aa

Log Message:
compiler-rt-git: Drop local patch, merged upstream

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=14dc4768fae7cb4884a5e1ee6bea4b4e445d66ec

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

diffstat:
 compiler-rt-git/distinfo         |  1 -
 compiler-rt-git/patches/patch-aa | 21 ---------------------
 2 files changed, 22 deletions(-)

diffs:
diff --git a/compiler-rt-git/distinfo b/compiler-rt-git/distinfo
index e490645365..eeab9c84ad 100644
--- a/compiler-rt-git/distinfo
+++ b/compiler-rt-git/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-aa) = 6fa755fce1f3094d66440c30ed81d2c0a4a95523
 SHA1 (patch-lib_asan_asan__linux.cc) = 8cc2c9b75ac690f0ef79f912c429fb259bc0dcbd
 SHA1 (patch-lib_asan_asan__mapping.h) = 73f5f33e946868b4780864e633916376b11b16f1
 SHA1 (patch-lib_sanitizer__common_sanitizer__platform__limits__posix.cc) = 36a89517584891a1a50536a681a5d42e99ef904d
diff --git a/compiler-rt-git/patches/patch-aa b/compiler-rt-git/patches/patch-aa
deleted file mode 100644
index ecd3701048..0000000000
--- a/compiler-rt-git/patches/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD$
-
---- cmake/config-ix.cmake.orig	2017-08-08 20:50:17.404584415 +0000
-+++ cmake/config-ix.cmake
-@@ -483,14 +483,13 @@ else()
-   set(COMPILER_RT_HAS_INTERCEPTION FALSE)
- endif()
- 
--if (COMPILER_RT_HAS_SANITIZER_COMMON AND ASAN_SUPPORTED_ARCH AND
--    (NOT OS_NAME MATCHES "NetBSD"))
-+if (COMPILER_RT_HAS_SANITIZER_COMMON AND ASAN_SUPPORTED_ARCH)
-   set(COMPILER_RT_HAS_ASAN TRUE)
- else()
-   set(COMPILER_RT_HAS_ASAN FALSE)
- endif()
- 
--if (OS_NAME MATCHES "Linux|FreeBSD|Windows")
-+if (OS_NAME MATCHES "Linux|FreeBSD|Windows|NetBSD")
-   set(COMPILER_RT_ASAN_HAS_STATIC_RUNTIME TRUE)
- else()
-   set(COMPILER_RT_ASAN_HAS_STATIC_RUNTIME FALSE)


Home | Main Index | Thread Index | Old Index