Date: Fri, 18 Aug 2023 04:56:34 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a98f7fd2586c - main - audio/vst3sdk: Mark BROKEN on 14 Message-ID: <202308180456.37I4uYWY081667@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a98f7fd2586cda56de16b3bec4ec9297b0e33cb5 commit a98f7fd2586cda56de16b3bec4ec9297b0e33cb5 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-18 04:05:08 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-18 04:56:22 +0000 audio/vst3sdk: Mark BROKEN on 14 Fails to compile with: error: 'experimental/filesystem' file not found Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- audio/vst3sdk/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/vst3sdk/Makefile b/audio/vst3sdk/Makefile index a8c5c04f174f..84e44329ef05 100644 --- a/audio/vst3sdk/Makefile +++ b/audio/vst3sdk/Makefile @@ -11,6 +11,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN_i386= fails to build: static_assert failed due to requirement 'alignof(Steinberg::Vst::ProcessContext) == (0 ? 8U : 0 ? 1U : 1 ? 8U : 8U) +BROKEN_FreeBSD_14= fails to compile: 'experimental/filesystem' file not found BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libexpat.so:textproc/expat2 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308180456.37I4uYWY081667>