pkgsrc-WIP-changes archive

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

libcxx-netbsd: Update to SVN r. 340168



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Aug 21 22:31:49 2018 +0200
Changeset:	8ad5973e6430963c50f7f573a7a24ad943730700

Modified Files:
	libcxx-netbsd/Makefile
	libcxx-netbsd/distinfo
Removed Files:
	libcxx-netbsd/patches/patch-include_cstddef
	libcxx-netbsd/patches/patch-include_stddef.h

Log Message:
libcxx-netbsd: Update to SVN r. 340168

Drop merged patch for stddef.h.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8ad5973e6430963c50f7f573a7a24ad943730700

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

diffstat:
 libcxx-netbsd/Makefile                       |  2 +-
 libcxx-netbsd/distinfo                       |  2 --
 libcxx-netbsd/patches/patch-include_cstddef  | 13 -------------
 libcxx-netbsd/patches/patch-include_stddef.h | 13 -------------
 4 files changed, 1 insertion(+), 29 deletions(-)

diffs:
diff --git a/libcxx-netbsd/Makefile b/libcxx-netbsd/Makefile
index 215e91e5e4..9b78c520a8 100644
--- a/libcxx-netbsd/Makefile
+++ b/libcxx-netbsd/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	lang devel
 
 SVN_REPOSITORIES=		libcxx
 SVN_REPO.libcxx=		http://llvm.org/svn/llvm-project/libcxx/trunk
-SVN_REVISION.libcxx=		334168
+SVN_REVISION.libcxx=		340319
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://libcxx.llvm.org/
diff --git a/libcxx-netbsd/distinfo b/libcxx-netbsd/distinfo
index a12df60e03..4873436245 100644
--- a/libcxx-netbsd/distinfo
+++ b/libcxx-netbsd/distinfo
@@ -12,6 +12,4 @@ 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/libcxx-netbsd/patches/patch-include_cstddef b/libcxx-netbsd/patches/patch-include_cstddef
deleted file mode 100644
index 1414a17e0e..0000000000
--- a/libcxx-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/libcxx-netbsd/patches/patch-include_stddef.h b/libcxx-netbsd/patches/patch-include_stddef.h
deleted file mode 100644
index 664c3931da..0000000000
--- a/libcxx-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
- 


Home | Main Index | Thread Index | Old Index