Bug 180751 - devel/libunwind update and take maintainership
Summary: devel/libunwind update and take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-23 02:40 UTC by Danilo Egêa Gondolfo
Modified: 2013-07-23 08:50 UTC (History)
0 users

See Also:


Attachments
file.diff (4.38 KB, patch)
2013-07-23 02:40 UTC, Danilo Egêa Gondolfo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo Egêa Gondolfo 2013-07-23 02:40:01 UTC
Changes
- Update from 20110911 (1.0.1) to 20121006 (1.1)
- Take maintainership
- Crop header
- Remove indefinite article from COMMENT

Fix: Patch attached with submission follows:
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2013-07-23 02:58:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-23 08:42:09 UTC
Author: jgh
Date: Tue Jul 23 07:42:01 2013
New Revision: 323517
URL: http://svnweb.freebsd.org/changeset/ports/323517

Log:
  - Update 20121006 (1.1)
  - Pass maintainership to submitter
  - Crop header
  - Remove indefinite article from COMMENT
  - while here shift to options for ARCH testing
  
  PR:		180751
  Submitted by:	danilogondolfo@gmail.com

Deleted:
  head/devel/libunwind/files/
Modified:
  head/devel/libunwind/Makefile
  head/devel/libunwind/distinfo
  head/devel/libunwind/pkg-plist

Modified: head/devel/libunwind/Makefile
==============================================================================
--- head/devel/libunwind/Makefile	Tue Jul 23 07:35:47 2013	(r323516)
+++ head/devel/libunwind/Makefile	Tue Jul 23 07:42:01 2013	(r323517)
@@ -1,21 +1,19 @@
-# New ports collection makefile for:		libunwind
-# Date created:					04/30/2010
-# Whom:						stas
-#
+# Created by: stas@FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	libunwind
-PORTVERSION=	20110911	# This is actually official libunwind 1.0.1
+PORTVERSION=	20121006	# This is actually official libunwind 1.1
 CATEGORIES=	devel
 MASTER_SITES=	SAVANNAH
-DISTNAME=	${PORTNAME}-1.0.1
+DISTNAME=	${PORTNAME}-1.1
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A generic stack unwinding library
+MAINTAINER=	danilogondolfo@gmail.com
+COMMENT=	Generic stack unwinding library
 
 ONLY_FOR_ARCHS=	i386 amd64
 
+USES=	pkgconfig pathfix
+PATHFIX_MAKEFILEIN=	Makefile.am
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtoolize libtool
@@ -30,6 +28,7 @@ MAN3=		_U_dyn_cancel.3 \
 		libunwind-ia64.3 \
 		libunwind-ptrace.3 \
 		libunwind-setjmp.3 \
+		unw_backtrace.3 \
 		unw_create_addr_space.3 \
 		unw_destroy_addr_space.3 \
 		unw_flush_cache.3 \
@@ -52,7 +51,7 @@ MAN3=		_U_dyn_cancel.3 \
 		unw_step.3 \
 		unw_strerror.3
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${ARCH} == i386
 PLIST_SUB=	ARCH=x86
@@ -60,17 +59,4 @@ PLIST_SUB=	ARCH=x86
 PLIST_SUB=	ARCH=x86_64
 .endif
 
-#
-# The original ltmain.sh is buggy and hangs sometimes
-#
-pre-configure:
-	@${CP} ${LTMAIN} ${WRKSRC}/aux/
-
-#
-# Get rid of .la and static library files
-#
-post-configure:
-	@${REINPLACE_CMD} -E -e \
-	'/Install the pseudo-library/,/staticlibs=/s,^,#,' ${WRKSRC}/libtool
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/libunwind/distinfo
==============================================================================
--- head/devel/libunwind/distinfo	Tue Jul 23 07:35:47 2013	(r323516)
+++ head/devel/libunwind/distinfo	Tue Jul 23 07:42:01 2013	(r323517)
@@ -1,2 +1,2 @@
-SHA256 (libunwind-1.0.1.tar.gz) = aa95fd184c0b90d95891c2f3bac2c7df708ff016d2a6ee8b2eabb769f864101f
-SIZE (libunwind-1.0.1.tar.gz) = 1028725
+SHA256 (libunwind-1.1.tar.gz) = 9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a
+SIZE (libunwind-1.1.tar.gz) = 1098603

Modified: head/devel/libunwind/pkg-plist
==============================================================================
--- head/devel/libunwind/pkg-plist	Tue Jul 23 07:35:47 2013	(r323516)
+++ head/devel/libunwind/pkg-plist	Tue Jul 23 07:42:01 2013	(r323517)
@@ -1,14 +1,34 @@
 include/libunwind-common.h
+include/libunwind-coredump.h
 include/libunwind-dynamic.h
 include/libunwind-ptrace.h
 include/libunwind-%%ARCH%%.h
 include/libunwind.h
 include/unwind.h
+lib/libunwind-coredump.a
+lib/libunwind-coredump.la
 lib/libunwind-generic.a
+lib/libunwind-coredump.so
+lib/libunwind-coredump.so.0
+lib/libunwind-generic.so
 lib/libunwind-ptrace.a
+lib/libunwind-ptrace.la
+lib/libunwind-ptrace.so
+lib/libunwind-ptrace.so.0
+lib/libunwind-setjmp.a
+lib/libunwind-setjmp.la
 lib/libunwind-setjmp.so
 lib/libunwind-setjmp.so.0
+lib/libunwind-%%ARCH%%.a
+lib/libunwind-%%ARCH%%.la
 lib/libunwind-%%ARCH%%.so
 lib/libunwind-%%ARCH%%.so.8
+lib/libunwind.a
+lib/libunwind.la
 lib/libunwind.so
 lib/libunwind.so.8
+libdata/pkgconfig/libunwind-generic.pc
+libdata/pkgconfig/libunwind.pc
+libdata/pkgconfig/libunwind-ptrace.pc
+libdata/pkgconfig/libunwind-setjmp.pc
+libdata/pkgconfig/libunwind-coredump.pc
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2013-07-23 08:42:54 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!