pkgsrc-WIP-changes archive

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

libunwind-git: Update to 4.0.0



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 10 22:02:05 2016 +0200
Changeset:	4fbe5ad66444c507bf7961dd815dba8d3ac1ad96

Modified Files:
	libunwind-git/Makefile
	libunwind-git/PLIST

Log Message:
libunwind-git: Update to 4.0.0

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

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

diffstat:
 libunwind-git/Makefile | 6 +++---
 libunwind-git/PLIST    | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs:
diff --git a/libunwind-git/Makefile b/libunwind-git/Makefile
index 7255e98..ac2d816 100644
--- a/libunwind-git/Makefile
+++ b/libunwind-git/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile.common,v 1.7 2015/07/20 05:49:53 adam Exp $
 
-PKGNAME=	libunwind-3.9.0
+PKGNAME=	libunwind-4.0.0
 CATEGORIES=	lang devel
 
 GIT_REPOSITORIES=	libunwind
@@ -20,8 +20,8 @@ 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_ARGS+=	-DCMAKE_C_COMPILER=${CC:Q}
+CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=${CXX:Q}
 
 CMAKE_ARG_PATH=	${WRKSRC}
 
diff --git a/libunwind-git/PLIST b/libunwind-git/PLIST
index ba1c939..cca91cc 100644
--- a/libunwind-git/PLIST
+++ b/libunwind-git/PLIST
@@ -3,6 +3,7 @@ include/__libunwind_config.h
 include/libunwind.h
 include/mach-o/compact_unwind_encoding.h
 include/unwind.h
+lib/libunwind.a
 lib/libunwind.so
 lib/libunwind.so.1
 lib/libunwind.so.1.0


Home | Main Index | Thread Index | Old Index