pkgsrc-WIP-changes archive

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

libunwind-git: Remove local patch - committed upstream



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Feb 6 19:29:49 2016 +0100
Changeset:	89c827bb8177504fcb45d95ce3190dce89bb19e1

Modified Files:
	libunwind-git/distinfo
Removed Files:
	libunwind-git/patches/patch-libunwind_src_AddressSpace.hpp

Log Message:
libunwind-git: Remove local patch - committed upstream

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

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

diffstat:
 libunwind-git/distinfo                             |  1 -
 .../patches/patch-libunwind_src_AddressSpace.hpp   | 22 ----------------------
 2 files changed, 23 deletions(-)

diffs:
diff --git a/libunwind-git/distinfo b/libunwind-git/distinfo
index b45c5d5..7931384 100644
--- a/libunwind-git/distinfo
+++ b/libunwind-git/distinfo
@@ -12,4 +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-libunwind_src_AddressSpace.hpp) = 27672792df42e6c5c2ee211fecd7bf7155400dc5
diff --git a/libunwind-git/patches/patch-libunwind_src_AddressSpace.hpp b/libunwind-git/patches/patch-libunwind_src_AddressSpace.hpp
deleted file mode 100644
index 8f7bd97..0000000
--- a/libunwind-git/patches/patch-libunwind_src_AddressSpace.hpp
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
---- libunwind/src/AddressSpace.hpp.orig	2016-01-21 13:29:48.000000000 +0000
-+++ libunwind/src/AddressSpace.hpp
-@@ -35,7 +35,7 @@ namespace libunwind {
- #include "Registers.hpp"
- 
- #if _LIBUNWIND_ARM_EHABI
--#if defined(__FreeBSD__)
-+#if defined(__FreeBSD__) || defined(__NetBSD__)
- 
- typedef void *_Unwind_Ptr;
- 
-@@ -61,7 +61,7 @@ extern EHTEntry __exidx_end;
- #endif // !defined(_LIBUNWIND_IS_BAREMETAL)
- #endif // _LIBUNWIND_ARM_EHABI
- 
--#if defined(__CloudABI__) || defined(__FreeBSD__) || defined(__linux__)
-+#if defined(__CloudABI__) || defined(__FreeBSD__) || defined(__linux__) || defined(__NetBSD__)
- #if _LIBUNWIND_SUPPORT_DWARF_UNWIND && _LIBUNWIND_SUPPORT_DWARF_INDEX
- #include <link.h>
- // Macro for machine-independent access to the ELF program headers. This


Home | Main Index | Thread Index | Old Index