diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile index a5db09eb72fb..6f82fb9cdef2 100644 --- a/devel/libunwind/Makefile +++ b/devel/libunwind/Makefile @@ -1,51 +1,52 @@ PORTNAME= libunwind PORTVERSION= 20250904 # 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= libunwind-${LIBUNWIND_VERSION} PATCH_SITES= https://github.com/libunwind/libunwind/commit/ -PATCHFILES= 2ad7f439d6d04a808947e04b07e1efb34371c8b2.patch:-p1 +PATCHFILES= b841b2a2665da25dd28fd16977a77bf8b3494dc7.patch:-p1 \ + 2ad7f439d6d04a808947e04b07e1efb34371c8b2.patch:-p1 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generic stack unwinding library WWW= https://github.com/libunwind/libunwind \ https://www.nongnu.org/libunwind/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le USES= compiler:c11 cpe libtool pathfix pkgconfig CONFIGURE_ARGS= --disable-cxx-exceptions \ --disable-unwind-header \ ac_cv_path_LATEX2MAN=${TRUE} \ ${CONFIGURE_ARGS_${ARCH}} CONFIGURE_ARGS_armv7= ac_cv_search__Unwind_Resume="-lgcc_s -lgcc" GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check TESTING_UNSAFE= 1 test (Gtest-concurrent and/or Ltest-concurrent) fails rarely due to race condition https://github.com/libunwind/libunwind/issues/715 USE_LDCONFIG= yes PLIST_SUB= ARCH=${ARCH:S|amd64|x86_64|:C|armv.|arm|:S|i386|x86|:C|powerpc64.*|ppc64|:S|powerpc|ppc32|} CPE_VENDOR= libunwind_project LIBUNWIND_VERSION= 1.8.3 .include .if ${ARCH:Mpowerpc*} PLIST_SUB+= COREDUMP="@comment " .else PLIST_SUB+= COREDUMP="" .endif post-install: cd ${STAGEDIR}${PREFIX}/ && ${FIND} libexec/libunwind -type f >> ${TMPPLIST} .include diff --git a/devel/libunwind/distinfo b/devel/libunwind/distinfo index c4790181509a..cde779de3d1a 100644 --- a/devel/libunwind/distinfo +++ b/devel/libunwind/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1757359240 +TIMESTAMP = 1762366577 SHA256 (libunwind-1.8.3.tar.gz) = be30d910e67f58d82e753231f1357f326a1a088acf126b21ff77e60aab19b90b SIZE (libunwind-1.8.3.tar.gz) = 981017 +SHA256 (b841b2a2665da25dd28fd16977a77bf8b3494dc7.patch) = 56570397cbdd40ef36d3fe06538357651b2a7923780bc7e49b486857eb4999b5 +SIZE (b841b2a2665da25dd28fd16977a77bf8b3494dc7.patch) = 953 SHA256 (2ad7f439d6d04a808947e04b07e1efb34371c8b2.patch) = 87fdd01ce33faa27f001895e0c672c172dfd8b14e5dec69f0466ac7ecabd85e6 SIZE (2ad7f439d6d04a808947e04b07e1efb34371c8b2.patch) = 1201