git: aedbf6959465 - main - graphics/glaxnimate: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Jan 2024 02:35:14 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=aedbf6959465b10ae857a6ae5a296281a5e0b40b commit aedbf6959465b10ae857a6ae5a296281a5e0b40b 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:12 +0000 graphics/glaxnimate: Broken on armv7 Reported by: https://portsfallout.com/ --- 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