summaryrefslogtreecommitdiff
path: root/devel/libunwind/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libunwind/Makefile')
-rw-r--r--devel/libunwind/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile
index 1fea921189f2..6f82fb9cdef2 100644
--- a/devel/libunwind/Makefile
+++ b/devel/libunwind/Makefile
@@ -1,12 +1,12 @@
PORTNAME= libunwind
-PORTVERSION= 20240221 # This is the release date on https://github.com/libunwind/libunwind/releases
-PORTREVISION= 2
+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= b841b2a2665da25dd28fd16977a77bf8b3494dc7.patch:-p1
+PATCHFILES= b841b2a2665da25dd28fd16977a77bf8b3494dc7.patch:-p1 \
+ 2ad7f439d6d04a808947e04b07e1efb34371c8b2.patch:-p1
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generic stack unwinding library
@@ -29,15 +29,14 @@ 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.1
-
-TESTING_UNSAFE= One test fails rarely due to race condition https://github.com/libunwind/libunwind/issues/715
+LIBUNWIND_VERSION= 1.8.3
.include <bsd.port.options.mk>