Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2024 02:35:14 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aedbf6959465 - main - graphics/glaxnimate: Broken on armv7
Message-ID:  <202401130235.40D2ZEhe079367@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401130235.40D2ZEhe079367>