Skip to content

Commit

Permalink
devel/libunwind: update to 1.8.0
Browse files Browse the repository at this point in the history
PR:	276346

Approved by:	sunpoet (maintainer timeout)
Co-authored-by:	Gleb Popov <arrowd@FreeBSD.org>

Pull Request:	#215
  • Loading branch information
Awoonyaa authored and arrowd committed Jan 29, 2024
1 parent 4e19450 commit 1c7a06b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 74 deletions.
5 changes: 2 additions & 3 deletions devel/libunwind/Makefile
@@ -1,6 +1,5 @@
PORTNAME= libunwind
PORTVERSION= 20230730 # This is the release date on https://github.com/libunwind/libunwind/releases
PORTREVISION= 1
PORTVERSION= 20240112 # This is the release date on https://github.com/libunwind/libunwind/releases
CATEGORIES= devel
MASTER_SITES= https://github.com/libunwind/libunwind/releases/download/v${LIBUNWIND_VERSION}/
DISTNAME= ${PORTNAME}-${LIBUNWIND_VERSION}
Expand Down Expand Up @@ -29,7 +28,7 @@ PLIST_SUB= ARCH=${ARCH:S|amd64|x86_64|:C|armv.|arm|:S|i386|x86|:C|powerpc64.*|pp

CPE_VENDOR= libunwind_project

LIBUNWIND_VERSION= 1.7.2
LIBUNWIND_VERSION= 1.8.0

.include <bsd.port.options.mk>

Expand Down
6 changes: 3 additions & 3 deletions devel/libunwind/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1697307744
SHA256 (libunwind-1.7.2.tar.gz) = a18a6a24307443a8ace7a8acc2ce79fbbe6826cd0edf98d6326d0225d6a5d6e6
SIZE (libunwind-1.7.2.tar.gz) = 912590
TIMESTAMP = 1705346537
SHA256 (libunwind-1.8.0.tar.gz) = b6b3df40a0970c8f2865fb39aa2af7b5d6f12ad6c5774e266ccca4d6b8b72268
SIZE (libunwind-1.8.0.tar.gz) = 949829
29 changes: 0 additions & 29 deletions devel/libunwind/files/patch-armv7

This file was deleted.

13 changes: 0 additions & 13 deletions devel/libunwind/files/patch-i386

This file was deleted.

13 changes: 0 additions & 13 deletions devel/libunwind/files/patch-include_tdep-x86__64_libunwind__i.h

This file was deleted.

11 changes: 0 additions & 11 deletions devel/libunwind/files/patch-src_setjmp_siglongjmp.c

This file was deleted.

9 changes: 7 additions & 2 deletions devel/libunwind/pkg-plist
Expand Up @@ -7,7 +7,7 @@ include/libunwind.h
lib/libunwind-%%ARCH%%.a
lib/libunwind-%%ARCH%%.so
lib/libunwind-%%ARCH%%.so.8
lib/libunwind-%%ARCH%%.so.8.0.1
lib/libunwind-%%ARCH%%.so.8.1.0
%%COREDUMP%%lib/libunwind-coredump.a
%%COREDUMP%%lib/libunwind-coredump.so
%%COREDUMP%%lib/libunwind-coredump.so.0
Expand All @@ -25,16 +25,18 @@ lib/libunwind-setjmp.so.0.0.0
lib/libunwind.a
lib/libunwind.so
lib/libunwind.so.8
lib/libunwind.so.8.0.1
lib/libunwind.so.8.1.0
%%COREDUMP%%libdata/pkgconfig/libunwind-coredump.pc
libdata/pkgconfig/libunwind-generic.pc
libdata/pkgconfig/libunwind-ptrace.pc
libdata/pkgconfig/libunwind-setjmp.pc
libdata/pkgconfig/libunwind.pc
share/man/man3/_U_dyn_cancel.3.gz
share/man/man3/_U_dyn_register.3.gz
share/man/man3/libunwind-coredump.3.gz
share/man/man3/libunwind-dynamic.3.gz
share/man/man3/libunwind-ia64.3.gz
share/man/man3/libunwind-nto.3.gz
share/man/man3/libunwind-ptrace.3.gz
share/man/man3/libunwind-setjmp.3.gz
share/man/man3/libunwind.3.gz
Expand All @@ -44,6 +46,8 @@ share/man/man3/unw_create_addr_space.3.gz
share/man/man3/unw_destroy_addr_space.3.gz
share/man/man3/unw_flush_cache.3.gz
share/man/man3/unw_get_accessors.3.gz
share/man/man3/unw_get_elf_filename.3.gz
share/man/man3/unw_get_elf_filename_by_ip.3.gz
share/man/man3/unw_get_fpreg.3.gz
share/man/man3/unw_get_proc_info.3.gz
share/man/man3/unw_get_proc_info_by_ip.3.gz
Expand All @@ -63,6 +67,7 @@ share/man/man3/unw_resume.3.gz
share/man/man3/unw_set_cache_size.3.gz
share/man/man3/unw_set_caching_policy.3.gz
share/man/man3/unw_set_fpreg.3.gz
share/man/man3/unw_set_iterate_phdr_function.3.gz
share/man/man3/unw_set_reg.3.gz
share/man/man3/unw_step.3.gz
share/man/man3/unw_strerror.3.gz

0 comments on commit 1c7a06b

Please sign in to comment.