From owner-svn-ports-head@FreeBSD.ORG Fri Sep 27 02:06:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3BD31D0D; Fri, 27 Sep 2013 02:06:08 +0000 (UTC) (envelope-from danilo@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 19379292C; Fri, 27 Sep 2013 02:06:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8R267pZ032569; Fri, 27 Sep 2013 02:06:07 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8R267LO032564; Fri, 27 Sep 2013 02:06:07 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201309270206.r8R267LO032564@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Fri, 27 Sep 2013 02:06:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328427 - head/devel/libunwind X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Sep 2013 02:06:08 -0000 Author: danilo Date: Fri Sep 27 02:06:07 2013 New Revision: 328427 URL: http://svnweb.freebsd.org/changeset/ports/328427 Log: - Change maintainer email to @FreeBSD.org - Add stage support Approved by: wg (mentor) Modified: head/devel/libunwind/Makefile head/devel/libunwind/pkg-plist Modified: head/devel/libunwind/Makefile ============================================================================== --- head/devel/libunwind/Makefile Fri Sep 27 02:00:52 2013 (r328426) +++ head/devel/libunwind/Makefile Fri Sep 27 02:06:07 2013 (r328427) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= SAVANNAH DISTNAME= ${PORTNAME}-1.1 -MAINTAINER= danilogondolfo@gmail.com +MAINTAINER= danilo@FreeBSD.org COMMENT= Generic stack unwinding library ONLY_FOR_ARCHS= i386 amd64 @@ -21,38 +21,7 @@ ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share AUTOMAKE_ARGS= -c -a LIBTOOLFILES= #empty -MAN3= _U_dyn_cancel.3 \ - _U_dyn_register.3 \ - libunwind.3 \ - libunwind-dynamic.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 \ - unw_get_accessors.3 \ - unw_get_fpreg.3 \ - unw_get_proc_info.3 \ - unw_get_proc_info_by_ip.3 \ - unw_get_proc_name.3 \ - unw_get_reg.3 \ - unw_getcontext.3 \ - unw_init_local.3 \ - unw_init_remote.3 \ - unw_is_fpreg.3 \ - unw_is_signal_frame.3 \ - unw_regname.3 \ - unw_resume.3 \ - unw_set_caching_policy.3 \ - unw_set_fpreg.3 \ - unw_set_reg.3 \ - unw_step.3 \ - unw_strerror.3 - -NO_STAGE= yes -.include +.include .if ${ARCH} == i386 PLIST_SUB= ARCH=x86 @@ -60,4 +29,4 @@ PLIST_SUB= ARCH=x86 PLIST_SUB= ARCH=x86_64 .endif -.include +.include Modified: head/devel/libunwind/pkg-plist ============================================================================== --- head/devel/libunwind/pkg-plist Fri Sep 27 02:00:52 2013 (r328426) +++ head/devel/libunwind/pkg-plist Fri Sep 27 02:06:07 2013 (r328427) @@ -27,6 +27,35 @@ lib/libunwind.a lib/libunwind.la lib/libunwind.so lib/libunwind.so.8 +man/man3/_U_dyn_cancel.3.gz +man/man3/_U_dyn_register.3.gz +man/man3/libunwind-dynamic.3.gz +man/man3/libunwind-ia64.3.gz +man/man3/libunwind-ptrace.3.gz +man/man3/libunwind-setjmp.3.gz +man/man3/libunwind.3.gz +man/man3/unw_backtrace.3.gz +man/man3/unw_create_addr_space.3.gz +man/man3/unw_destroy_addr_space.3.gz +man/man3/unw_flush_cache.3.gz +man/man3/unw_get_accessors.3.gz +man/man3/unw_get_fpreg.3.gz +man/man3/unw_get_proc_info.3.gz +man/man3/unw_get_proc_info_by_ip.3.gz +man/man3/unw_get_proc_name.3.gz +man/man3/unw_get_reg.3.gz +man/man3/unw_getcontext.3.gz +man/man3/unw_init_local.3.gz +man/man3/unw_init_remote.3.gz +man/man3/unw_is_fpreg.3.gz +man/man3/unw_is_signal_frame.3.gz +man/man3/unw_regname.3.gz +man/man3/unw_resume.3.gz +man/man3/unw_set_caching_policy.3.gz +man/man3/unw_set_fpreg.3.gz +man/man3/unw_set_reg.3.gz +man/man3/unw_step.3.gz +man/man3/unw_strerror.3.gz libdata/pkgconfig/libunwind-generic.pc libdata/pkgconfig/libunwind.pc libdata/pkgconfig/libunwind-ptrace.pc