Date: Sun, 28 Jan 2024 19:46:43 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: 55b98a4db8f6 - 2024Q1 - graphics/diplib: Broken on aarch64 due to runaway builds Message-ID: <202401281946.40SJkhsq097714@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=55b98a4db8f675877b0d342fb98721cb298da545 commit 55b98a4db8f675877b0d342fb98721cb298da545 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-28 19:38:15 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-28 19:46:36 +0000 graphics/diplib: Broken on aarch64 due to runaway builds Reported by: fallout (cherry picked from commit 3080e2f4c22de2fab700b4326a5f4113e6bc77cf) --- graphics/diplib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/diplib/Makefile b/graphics/diplib/Makefile index 8a267882337d..818316344030 100644 --- a/graphics/diplib/Makefile +++ b/graphics/diplib/Makefile @@ -9,6 +9,8 @@ WWW= https://diplib.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_aarch64= runaway builds, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276690 + LIB_DEPENDS= libglfw.so:graphics/glfw USES= cmake:testing gl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401281946.40SJkhsq097714>