Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2024 19:38:49 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: 3080e2f4c22d - main - graphics/diplib: Broken on aarch64 due to runaway builds
Message-ID:  <202401281938.40SJcnm0081108@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=3080e2f4c22de2fab700b4326a5f4113e6bc77cf

commit 3080e2f4c22de2fab700b4326a5f4113e6bc77cf
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:38:46 +0000

    graphics/diplib: Broken on aarch64 due to runaway builds
    
    Reported by:    fallout
---
 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?202401281938.40SJcnm0081108>