Date: Wed, 22 Oct 2025 00:04:32 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 589faf05ffcb - main - devel/codeblocks: fix build with Boost-1.89 (+) Message-ID: <202510220004.59M04WBa044793@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=589faf05ffcbc40ff98b6ba64c46b17dcd4ba996 commit 589faf05ffcbc40ff98b6ba64c46b17dcd4ba996 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2025-10-21 23:38:53 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2025-10-22 00:04:20 +0000 devel/codeblocks: fix build with Boost-1.89 (+) Reported by: fallout --- devel/codeblocks/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile index 93ec7ede6e4f..810dfe87239b 100644 --- a/devel/codeblocks/Makefile +++ b/devel/codeblocks/Makefile @@ -48,4 +48,8 @@ CONFIGURE_ARGS+= --with-contrib-plugins=all PLIST_SUB= X86="" .endif +post-patch: + @${REINPLACE_CMD} -e '/boost_system/d' -e '/AX_BOOST_SYSTEM/d' \ + ${WRKSRC}/configure.ac + .include <bsd.port.post.mk>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510220004.59M04WBa044793>
