Date: Fri, 12 Jan 2024 06:35:10 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: b6f8f173b18b - main - graphics/drawpile: Broken on armv7 on 15 CURRENT Message-ID: <202401120635.40C6ZAR9049657@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=b6f8f173b18b1da75ef3efa9a80c63e1cbc3a1b9 commit b6f8f173b18b1da75ef3efa9a80c63e1cbc3a1b9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-12 06:34:35 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-12 06:34:35 +0000 graphics/drawpile: Broken on armv7 on 15 CURRENT Reported by: https://portsfallout.com/ --- graphics/drawpile/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/graphics/drawpile/Makefile b/graphics/drawpile/Makefile index 344b11f5bbdc..67dfcd8d86bd 100644 --- a/graphics/drawpile/Makefile +++ b/graphics/drawpile/Makefile @@ -32,4 +32,10 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} PORTSCOUT= limit:^\d+\. # prevent tags like 'continuous' -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == armv7 +BROKEN_FreeBSD_15= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276269 +.endif + +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401120635.40C6ZAR9049657>