Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Aug 2026 09:29:50 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: bc4ee1770d86 - 2026Q3 - multimedia/mkvtoolnix: fix build on armv7, builds fine on aarch64
Message-ID:  <6a74540e.1965b.63d273c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2026Q3 has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bc4ee1770d8693cfe09b6e0647ff69d0df303dd9

commit bc4ee1770d8693cfe09b6e0647ff69d0df303dd9
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-08-05 22:16:33 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-08-06 09:29:30 +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
    
    (cherry picked from commit f5b4084afd0f2ebadcfd9b88c940c42c4d3aefe9)
---
 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a74540e.1965b.63d273c>