Date: Tue, 12 May 2026 12:53:44 +0000 From: Ronald Klop <ronald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0c3c108c5283 - main - databases/mongodb80: build error on FreeBSD 16 Message-ID: <6a0322d8.1c817.53a198e7@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c3c108c5283f67f11f14a154f8f7ec6790858d2 commit 0c3c108c5283f67f11f14a154f8f7ec6790858d2 Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2026-05-12 12:50:12 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2026-05-12 12:53:36 +0000 databases/mongodb80: build error on FreeBSD 16 src/third_party/boost/boost/mpl/aux_/integral_wrapper.hpp:62:51: error: in-class initializer for static data member is not a constant expression 62 | BOOST_STATIC_CONSTANT(AUX_WRAPPER_VALUE_TYPE, prior_value = BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (N - 1))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Upstream has newer versions. So upgrading probably fixes this. But upgrading needs adoption of Bazel as a build system. Help is appreciated for moving to Bazel. --- databases/mongodb80/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/mongodb80/Makefile b/databases/mongodb80/Makefile index 87910ea5db84..9abdf93af673 100644 --- a/databases/mongodb80/Makefile +++ b/databases/mongodb80/Makefile @@ -15,6 +15,8 @@ LICENSE_NAME_SSPLv1= Server Side Public License Version 1 LICENSE_FILE_SSPLv1= ${WRKSRC}/LICENSE-Community.txt LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_FreeBSD_16= integral_wrapper.hpp:62:51: error: in-class initializer for static data member is not a constant expression + ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le ONLY_FOR_ARCHS_REASON= only ported to amd64, aarch64, and powerpc64le on FreeBSD; upstream supports arm64, ppc64le, s390x, and x86-64home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0322d8.1c817.53a198e7>
