diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-18 01:09:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-18 01:09:28 +0000 |
commit | c38ad3ed95e93a5121687d5d425a93e465230ddf (patch) | |
tree | c984b8efab45c6cb47af3e8f1a9cd1b3688433b9 | |
parent | 4c94036df769ff5e3fa8532b54296a3aaed204ed (diff) |
Notes
-rw-r--r-- | devel/libunwind/Makefile | 66 | ||||
-rw-r--r-- | devel/libunwind/distinfo | 4 | ||||
-rw-r--r-- | devel/libunwind/pkg-plist | 5 |
3 files changed, 36 insertions, 39 deletions
diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile index e95e322ed3e6..4708796f595a 100644 --- a/devel/libunwind/Makefile +++ b/devel/libunwind/Makefile @@ -6,10 +6,10 @@ # PORTNAME= libunwind -PORTVERSION= 20100809 -PORTREVISION= 2 +PORTVERSION= 20110911 # This is actually official libunwind 1.0.1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ +MASTER_SITES= SAVANNAH +DISTNAME= ${PORTNAME}-1.0.1 MAINTAINER= ports@FreeBSD.org COMMENT= A generic stack unwinding library @@ -17,42 +17,40 @@ COMMENT= A generic stack unwinding library ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes -USE_BZIP2= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal autoheader automake autoconf \ - libtoolize libtool +USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize libtool ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= -c -a LIBTOOLFILES= #empty -MAN3= _U_dyn_cancel.3 \ - _U_dyn_register.3 \ - libunwind-dynamic.3 \ - libunwind-ia64.3 \ - libunwind-ptrace.3 \ - libunwind-setjmp.3 \ - libunwind.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 +MAN3= _U_dyn_cancel.3 \ + _U_dyn_register.3 \ + libunwind.3 \ + libunwind-dynamic.3 \ + libunwind-ia64.3 \ + libunwind-ptrace.3 \ + libunwind-setjmp.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 .include <bsd.port.pre.mk> diff --git a/devel/libunwind/distinfo b/devel/libunwind/distinfo index ab3d9a1adff4..72a0f8b2f9fe 100644 --- a/devel/libunwind/distinfo +++ b/devel/libunwind/distinfo @@ -1,2 +1,2 @@ -SHA256 (libunwind-20100809.tar.bz2) = e834c4ef538f0608aa97bcf4874715b58cea1e5945cb4e054219fd42144d4bf8 -SIZE (libunwind-20100809.tar.bz2) = 276891 +SHA256 (libunwind-1.0.1.tar.gz) = aa95fd184c0b90d95891c2f3bac2c7df708ff016d2a6ee8b2eabb769f864101f +SIZE (libunwind-1.0.1.tar.gz) = 1028725 diff --git a/devel/libunwind/pkg-plist b/devel/libunwind/pkg-plist index 966da01a2858..8d53b8e034cc 100644 --- a/devel/libunwind/pkg-plist +++ b/devel/libunwind/pkg-plist @@ -5,11 +5,10 @@ include/libunwind-%%ARCH%%.h include/libunwind.h include/unwind.h lib/libunwind-generic.a -lib/libunwind-generic.so lib/libunwind-ptrace.a lib/libunwind-setjmp.so lib/libunwind-setjmp.so.0 lib/libunwind-%%ARCH%%.so -lib/libunwind-%%ARCH%%.so.7 +lib/libunwind-%%ARCH%%.so.8 lib/libunwind.so -lib/libunwind.so.7 +lib/libunwind.so.8 |