From owner-svn-ports-all@FreeBSD.ORG Tue Jul 23 07:42:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3CBAA4D6; Tue, 23 Jul 2013 07:42:02 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E3482C8C; Tue, 23 Jul 2013 07:42:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6N7g2i3015479; Tue, 23 Jul 2013 07:42:02 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6N7g1x3015475; Tue, 23 Jul 2013 07:42:01 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201307230742.r6N7g1x3015475@svn.freebsd.org> From: Jason Helfman Date: Tue, 23 Jul 2013 07:42:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323517 - in head/devel/libunwind: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jul 2013 07:42:02 -0000 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 +.include .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 +.include 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