pkgsrc-WIP-changes archive

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

libcxxabi-netbsd: Drop patches for libcxx from this repo



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Jun 8 11:47:19 2018 +0200
Changeset:	b0afbce76cd1b8b1762c7a9e6a5267e7f1845ce3

Modified Files:
	libcxxabi-netbsd/distinfo
Removed Files:
	libcxxabi-netbsd/patches/patch-include_cstddef
	libcxxabi-netbsd/patches/patch-include_stddef.h
	libcxxabi-netbsd/patches/patch-test_support_filesystem__dynamic__test__helper.py

Log Message:
libcxxabi-netbsd: Drop patches for libcxx from this repo

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

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

diffstat:
 libcxxabi-netbsd/distinfo                                  |  3 ---
 libcxxabi-netbsd/patches/patch-include_cstddef             | 13 -------------
 libcxxabi-netbsd/patches/patch-include_stddef.h            | 13 -------------
 ...patch-test_support_filesystem__dynamic__test__helper.py | 14 --------------
 4 files changed, 43 deletions(-)

diffs:
diff --git a/libcxxabi-netbsd/distinfo b/libcxxabi-netbsd/distinfo
index a12df60e03..7931384fd5 100644
--- a/libcxxabi-netbsd/distinfo
+++ b/libcxxabi-netbsd/distinfo
@@ -12,6 +12,3 @@ 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-include_cstddef) = bb7a7ff5257f3ce6c53ae0c32f3d76166d6157e5
-SHA1 (patch-include_stddef.h) = 573fcd22ee3bcf120dc4aea2bd2cec285b8abfcb
-SHA1 (patch-test_support_filesystem__dynamic__test__helper.py) = 739b100dc6241a2bafbfedd2959d9d20048fa46f
diff --git a/libcxxabi-netbsd/patches/patch-include_cstddef b/libcxxabi-netbsd/patches/patch-include_cstddef
deleted file mode 100644
index 1414a17e0e..0000000000
--- a/libcxxabi-netbsd/patches/patch-include_cstddef
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- include/cstddef.orig	2018-06-07 17:11:08.000000000 +0000
-+++ include/cstddef
-@@ -50,7 +50,7 @@ using ::ptrdiff_t;
- using ::size_t;
- 
- #if defined(__CLANG_MAX_ALIGN_T_DEFINED) || defined(_GCC_MAX_ALIGN_T) || \
--    defined(__DEFINED_max_align_t)
-+    defined(__DEFINED_max_align_t) || defined(__NetBSD__)
- // Re-use the compiler's <stddef.h> max_align_t where possible.
- using ::max_align_t;
- #else
diff --git a/libcxxabi-netbsd/patches/patch-include_stddef.h b/libcxxabi-netbsd/patches/patch-include_stddef.h
deleted file mode 100644
index 664c3931da..0000000000
--- a/libcxxabi-netbsd/patches/patch-include_stddef.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- include/stddef.h.orig	2018-06-07 17:11:08.000000000 +0000
-+++ include/stddef.h
-@@ -54,7 +54,7 @@ using std::nullptr_t;
- 
- // Re-use the compiler's <stddef.h> max_align_t where possible.
- #if !defined(__CLANG_MAX_ALIGN_T_DEFINED) && !defined(_GCC_MAX_ALIGN_T) && \
--    !defined(__DEFINED_max_align_t)
-+    !defined(__DEFINED_max_align_t) && !defined(__NetBSD__)
- typedef long double max_align_t;
- #endif
- 
diff --git a/libcxxabi-netbsd/patches/patch-test_support_filesystem__dynamic__test__helper.py b/libcxxabi-netbsd/patches/patch-test_support_filesystem__dynamic__test__helper.py
deleted file mode 100644
index 556b8bbc78..0000000000
--- a/libcxxabi-netbsd/patches/patch-test_support_filesystem__dynamic__test__helper.py
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
---- test/support/filesystem_dynamic_test_helper.py.orig	2018-06-07 17:10:26.000000000 +0000
-+++ test/support/filesystem_dynamic_test_helper.py
-@@ -4,7 +4,8 @@ import stat
- 
- # Ensure that this is being run on a specific platform
- assert sys.platform.startswith('linux') or sys.platform.startswith('darwin') \
--    or sys.platform.startswith('cygwin') or sys.platform.startswith('freebsd')
-+    or sys.platform.startswith('cygwin') or sys.platform.startswith('freebsd') \
-+    or sys.platform.startswith('netbsd')
- 
- def env_path():
-     ep = os.environ.get('LIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT')


Home | Main Index | Thread Index | Old Index