Date: Wed, 22 Oct 2025 00:04:45 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: 9984b4950cc8 - main - cad/openscad-devel: fix build with Boost-1.89 (+) Message-ID: <202510220004.59M04jKJ045184@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=9984b4950cc8af4dc7f717a95170ce9caacb50b3 commit 9984b4950cc8af4dc7f717a95170ce9caacb50b3 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2025-10-21 23:54:27 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2025-10-22 00:04:23 +0000 cad/openscad-devel: fix build with Boost-1.89 (+) Reported by: fallout --- cad/openscad-devel/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cad/openscad-devel/Makefile b/cad/openscad-devel/Makefile index 15e7ee8e561d..1a21884533e8 100644 --- a/cad/openscad-devel/Makefile +++ b/cad/openscad-devel/Makefile @@ -62,6 +62,10 @@ CMAKE_ARGS+= -DUSE_QT6="ON" -DUSE_MIMALLOC="OFF" -DENABLE_CGAL="ON" -DUSE_BUILTI .include <bsd.port.pre.mk> +post-patch: + @${REINPLACE_CMD} -e '/find_package/s| system||' \ + ${WRKSRC}/CMakeLists.txt + do-install: ${CMAKE_BIN} --install ${BUILD_WRKSRC} --prefix ${STAGEDIR}${PREFIX}home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510220004.59M04jKJ045184>
