Date: Sat, 13 Jan 2024 02:35:29 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 812df40b7964 - 2024Q1 - graphics/glaxnimate: Broken on armv7 Message-ID: <202401130235.40D2ZTSp079545@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=812df40b796400820ec04f68b462af46a6656506 commit 812df40b796400820ec04f68b462af46a6656506 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-13 02:33:53 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-13 02:35:25 +0000 graphics/glaxnimate: Broken on armv7 Reported by: https://portsfallout.com/ (cherry picked from commit aedbf6959465b10ae857a6ae5a296281a5e0b40b) --- graphics/glaxnimate/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/glaxnimate/Makefile b/graphics/glaxnimate/Makefile index fa7a787d0b97..ec3c5e5ebf3f 100644 --- a/graphics/glaxnimate/Makefile +++ b/graphics/glaxnimate/Makefile @@ -13,6 +13,8 @@ WWW= https://glaxnimate.mattbas.org/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt +BROKEN_armv7= lrelease coredumps, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276285 + BUILD_DEPENDS= pip:devel/py-pip@${PY_FLAVOR} LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libpotrace.so:graphics/libpotrace
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401130235.40D2ZTSp079545>