git: f5b4084afd0f - main - multimedia/mkvtoolnix: fix build on armv7, builds fine on aarch64
Robert Clausecker <[email protected]> Thu, 06 Aug 2026 09:25:25 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5b4084afd0f2ebadcfd9b88c940c42c4d3aefe9 commit f5b4084afd0f2ebadcfd9b88c940c42c4d3aefe9 Author: Robert Clausecker <[email protected]> AuthorDate: 2026-08-05 22:16:33 +0000 Commit: Robert Clausecker <[email protected]> CommitDate: 2026-08-06 09:24:39 +0000 multimedia/mkvtoolnix: fix build on armv7, builds fine on aarch64 Pre-compiled headers are broken on arm. Also enable on aarch64, where this port builds fine. Approved by: portmgr (build fix blanket) MFH: 2026Q3 See also: https://github.com/llvm/llvm-project/issues/69524 --- multimedia/mkvtoolnix/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index 8dca2f4eef9e..49df30349a3f 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -11,7 +11,7 @@ WWW= https://www.bunkus.org/videotools/mkvtoolnix/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_aarch64= fails to build: IO::TimeoutError: Blocking operation timed out! +#BROKEN_aarch64= fails to build: IO::TimeoutError: Blocking operation timed out! BUILD_DEPENDS= rake:devel/rubygem-rake \ docbook-xsl>=0:textproc/docbook-xsl \ @@ -39,6 +39,7 @@ GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-boost=${LOCALBASE} \ --with-docbook-xsl-root=${PREFIX}/share/xsl/docbook \ + --disable-precompiled-headers \ ${_CONFIGURE_ARGS_${FLAVOR}} MAKE_ENV= V=1 MAKE_CMD= rake -v