Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2024 15:56:05 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: a62a35ccd953 - main - graphics/diplib: Not broken on i386 and aarch64
Message-ID:  <202409061556.486Fu56g036907@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=a62a35ccd953f18e5113c372843b7572785d79c2

commit a62a35ccd953f18e5113c372843b7572785d79c2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-06 15:55:03 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-06 15:56:03 +0000

    graphics/diplib: Not broken on i386 and aarch64
    
    Based on comments in the linked issues.
---
 graphics/diplib/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/graphics/diplib/Makefile b/graphics/diplib/Makefile
index 3c81897a3feb..e92e5267bbcc 100644
--- a/graphics/diplib/Makefile
+++ b/graphics/diplib/Makefile
@@ -9,9 +9,6 @@ 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
-BROKEN_i386=	compilation fails: constructor cannot be redeclared, see https://github.com/DIPlib/diplib/issues/162
-
 LIB_DEPENDS=	libglfw.so:graphics/glfw
 
 USES=		cmake:testing compiler:c++14-lang gl



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