Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2025 20:09:23 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 5ad3caa7263e - 2025Q4 - devel/libunwind: Restore armv7 fix
Message-ID:  <202511052009.5A5K9NtK043914@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2025Q4 has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5ad3caa7263e8714730d5b2f7b64639989bb3494

commit 5ad3caa7263e8714730d5b2f7b64639989bb3494
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-05 19:18:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-05 20:09:13 +0000

    devel/libunwind: Restore armv7 fix
    
    PR:             290819
    Reported by:    Mark Millard <marklmi26-fbsd@yahoo.com>, fuz
    Reference:      https://github.com/libunwind/libunwind/commit/b841b2a2665da25dd28fd16977a77bf8b3494dc7
    
    (cherry picked from commit 831a728850993066e5b7c6d1458b716836a9ca5c)
---
 devel/libunwind/Makefile | 3 ++-
 devel/libunwind/distinfo | 4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile
index a5db09eb72fb..6f82fb9cdef2 100644
--- a/devel/libunwind/Makefile
+++ b/devel/libunwind/Makefile
@@ -5,7 +5,8 @@ MASTER_SITES=	https://github.com/libunwind/libunwind/releases/download/v${LIBUNW
 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
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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511052009.5A5K9NtK043914>