git: a7c991a3b4fa - main - devel/boost-libs: Boost.JSON library is also need to be patched for @progbist on 32-bit ARM (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Feb 2025 00:40:49 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a7c991a3b4fa11bed3b2c4a3a8970593aa9c14a5
commit a7c991a3b4fa11bed3b2c4a3a8970593aa9c14a5
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-02-21 00:38:43 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-02-21 00:38:43 +0000
devel/boost-libs: Boost.JSON library is also need to be patched for @progbist on 32-bit ARM (+)
See https://github.com/boostorg/json/commit/57d42f07158b8ea4a713378c90d22b28ca4787f8 for details
PR: 284880
Sponsored by: Future Crew, LLC
---
devel/boost-libs/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index df6cd1c40a22..50053875eac5 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -70,9 +70,11 @@ PLIST_SUB+= SFE="@comment "
pre-configure:
${REINPLACE_CMD} -e 's,@progbits,%progbits,' \
${WRKSRC}/boost/interprocess/interprocess_printers.hpp \
+ ${WRKSRC}/boost/json/detail/gdb_printers.hpp \
${WRKSRC}/boost/outcome/experimental/status-code/status_code.hpp \
${WRKSRC}/boost/outcome/outcome_gdb.h \
- ${WRKSRC}/boost/unordered/unordered_printers.hpp
+ ${WRKSRC}/boost/unordered/unordered_printers.hpp \
+ ${WRKSRC}/libs/json/pretty_printers/generate-gdb-header.py
.endif
do-install: