pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libunwind: Remove, imported to pkgsrc as lang/libunwind
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Mon Mar 28 15:18:42 2016 +0200
Changeset: 08c97ddcffca8dbbf0b5411552eff5ae02221f03
Removed Files:
libunwind/DESCR
libunwind/Makefile
libunwind/PLIST
libunwind/buildlink3.mk
libunwind/distinfo
libunwind/patches/patch-src_AddressSpace.hpp
Log Message:
libunwind: Remove, imported to pkgsrc as lang/libunwind
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=08c97ddcffca8dbbf0b5411552eff5ae02221f03
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libunwind/DESCR | 1 -
libunwind/Makefile | 38 ----------------------------
libunwind/PLIST | 8 ------
libunwind/buildlink3.mk | 14 ----------
libunwind/distinfo | 7 -----
libunwind/patches/patch-src_AddressSpace.hpp | 25 ------------------
6 files changed, 93 deletions(-)
diffs:
diff --git a/libunwind/DESCR b/libunwind/DESCR
deleted file mode 100644
index 93d20de..0000000
--- a/libunwind/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-LLVM libunwind
diff --git a/libunwind/Makefile b/libunwind/Makefile
deleted file mode 100644
index 9cfc7ff..0000000
--- a/libunwind/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile.common,v 1.7 2015/07/20 05:49:53 adam Exp $
-
-DISTNAME= libunwind-3.8.0.src
-PKGNAME= ${DISTNAME:S/.src//}
-CATEGORIES= lang devel
-MASTER_SITES= http://llvm.org/releases/${PKGVERSION_NOREV}/
-#MASTER_SITES= http://llvm.org/pre-releases/3.8.0/rc2/
-EXTRACT_SUFX= .tar.xz
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://libunwind.llvm.org/
-COMMENT= LLVM libunwind
-LICENSE= modified-bsd
-
-CONFIGURE_DIRS= ${WRKDIR}/build
-
-USE_TOOLS+= pax
-USE_LANGUAGES= c c++
-USE_CMAKE= yes
-GCC_REQD+= 4.8
-
-CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
-CMAKE_ARGS+= -DCMAKE_C_COMPILER=gcc
-CMAKE_ARGS+= -DCMAKE_CXX_COMPILER=g++
-
-CMAKE_ARG_PATH= ${WRKSRC}
-
-INSTALLATION_DIRS= include
-
-post-extract:
- ${RUN} mkdir -p ${WRKDIR}/build
-
-post-install:
- cd ${WRKSRC}/include && ${PAX} -rw . ${DESTDIR}${PREFIX}/include
-
-BUILDLINK_DEPMETHOD.llvm= build
-.include "../../lang/llvm/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libunwind/PLIST b/libunwind/PLIST
deleted file mode 100644
index ba1c939..0000000
--- a/libunwind/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD$
-include/__libunwind_config.h
-include/libunwind.h
-include/mach-o/compact_unwind_encoding.h
-include/unwind.h
-lib/libunwind.so
-lib/libunwind.so.1
-lib/libunwind.so.1.0
diff --git a/libunwind/buildlink3.mk b/libunwind/buildlink3.mk
deleted file mode 100644
index 4f632ff..0000000
--- a/libunwind/buildlink3.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+= libunwind
-
-.if !defined(LIBUNWIND_BUILDLINK3_MK)
-LIBUNWIND_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libunwind+= libunwind>=3.8.0
-BUILDLINK_PKGSRCDIR.libunwind?= ../../wip/libunwind
-
-.include "../../wip/llvm/buildlink3.mk"
-.endif # LIBUNWIND_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -libunwind
diff --git a/libunwind/distinfo b/libunwind/distinfo
deleted file mode 100644
index 683156a..0000000
--- a/libunwind/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.35 2015/09/11 01:21:57 tnn Exp $
-
-SHA1 (libunwind-3.8.0.src.tar.xz) = 894e6684ec349d4b0532bb2e312f6a53040558c5
-RMD160 (libunwind-3.8.0.src.tar.xz) = 9ce70569d76448427224f891d6199e3fd4fcb54d
-SHA512 (libunwind-3.8.0.src.tar.xz) = 7efd27c4c46ba985d19bacd31f208811550134986bb0a7e7cb8a05c5b6b20575b878504a1f6e5df5f550be5a8a7b7c29a6e922546fd5699336da38f6bdf83318
-Size (libunwind-3.8.0.src.tar.xz) = 60600 bytes
-SHA1 (patch-src_AddressSpace.hpp) = 129ae52d46a2787ebc37a594040d29926a4eff03
diff --git a/libunwind/patches/patch-src_AddressSpace.hpp b/libunwind/patches/patch-src_AddressSpace.hpp
deleted file mode 100644
index adb1339..0000000
--- a/libunwind/patches/patch-src_AddressSpace.hpp
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD$
-
-Fixed in 3.9.
-
---- src/AddressSpace.hpp.orig 2015-10-16 19:40:09.000000000 +0000
-+++ 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,8 @@ 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