FreeBSD Bugzilla – Attachment 233364 Details for
Bug 263370
devel/libunwind: unwind.h incompatible with base unwind.h
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel/libunwind patch
0001-devel-libunwind-use-base-system-unwind.h.patch (text/plain), 1.95 KB, created by
Tijl Coosemans
on 2022-04-20 19:58:02 UTC
(
hide
)
Description:
devel/libunwind patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2022-04-20 19:58:02 UTC
Size:
1.95 KB
patch
obsolete
>From e203a40e5fc9767edaca0727a7b2ca225f2837b4 Mon Sep 17 00:00:00 2001 >From: Tijl Coosemans <tijl@coosemans.org> >Date: Fri, 15 Apr 2022 13:59:11 +0200 >Subject: [PATCH] devel/libunwind: use base system unwind.h > >PR: 263370 >--- > devel/libunwind/Makefile | 5 ++++- > devel/libunwind/pkg-plist | 4 +++- > 2 files changed, 7 insertions(+), 2 deletions(-) > >diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile >index 552026241420..af3fcf67281d 100644 >--- a/devel/libunwind/Makefile >+++ b/devel/libunwind/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= libunwind > PORTVERSION= 20211201 # This is the release date on https://download.savannah.gnu.org/releases/libunwind/ >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= SAVANNAH \ > https://github.com/libunwind/libunwind/releases/download/v${PORTVERSION}/ >@@ -18,7 +19,9 @@ ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le > USES= compiler:c11 cpe libtool pathfix pkgconfig > > CFLAGS_powerpc64= -maltivec >-CONFIGURE_ARGS= ac_cv_path_LATEX2MAN=${TRUE} >+CONFIGURE_ARGS= --disable-cxx-exceptions \ >+ --disable-unwind-header \ >+ ac_cv_path_LATEX2MAN=${TRUE} > GNU_CONFIGURE= yes > INSTALL_TARGET= install-strip > USE_LDCONFIG= yes >diff --git a/devel/libunwind/pkg-plist b/devel/libunwind/pkg-plist >index a776ec5d56b2..7d4e3292d456 100644 >--- a/devel/libunwind/pkg-plist >+++ b/devel/libunwind/pkg-plist >@@ -4,7 +4,6 @@ include/libunwind-dynamic.h > include/libunwind-ptrace.h > include/libunwind-%%ARCH%%.h > include/libunwind.h >-include/unwind.h > %%COREDUMP%%lib/libunwind-coredump.a > %%COREDUMP%%lib/libunwind-coredump.so > %%COREDUMP%%lib/libunwind-coredump.so.0 >@@ -65,3 +64,6 @@ man/man3/unw_set_fpreg.3.gz > man/man3/unw_set_reg.3.gz > man/man3/unw_step.3.gz > man/man3/unw_strerror.3.gz >+@comment ${OSVERSION} < 1300526 || (${OSVERSION} >= 1400000 && ${OSVERSION} < 1400052) >+@postexec [ -f /usr/include/unwind.h -o ! -f /usr/include/c++/v1/unwind.h ] || ln -s /usr/include/c++/v1/unwind.h %D/include/ >+@rmtry include/unwind.h >-- >2.35.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 263370
:
233364
|
233373
|
233450