Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2022 04:13:38 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5f0ce52a8b70 - main - x11/cde-{25,devel}: Remove BROKEN for imake build issues
Message-ID:  <202209120413.28C4Dc4j057691@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5f0ce52a8b70556205d8a83584e4960cf7988bbd

commit 5f0ce52a8b70556205d8a83584e4960cf7988bbd
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-09-12 04:08:46 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-09-12 04:11:34 +0000

    x11/cde-{25,devel}: Remove BROKEN for imake build issues
    
    As of 2.5.0 (from HISTORY in the tarball),
    
    This release is the first to use autotools for building.  The Imake
    build system is gone.  No doubt there is more improvement that can be
    done here (support cross compiling, make uninstall, etc), but
    everything is functional.
---
 x11/cde-25/Makefile    | 2 --
 x11/cde-devel/Makefile | 2 --
 2 files changed, 4 deletions(-)

diff --git a/x11/cde-25/Makefile b/x11/cde-25/Makefile
index d777490160f6..1699e3c022a5 100644
--- a/x11/cde-25/Makefile
+++ b/x11/cde-25/Makefile
@@ -12,8 +12,6 @@ WWW=		https://sourceforge.net/p/cdesktopenv/wiki/Home/
 
 LICENSE=	LGPL21
 
-BROKEN_mips64=		fails to build: ./config/imake/imake: No such file or directory
-BROKEN_powerpc64=	fails to build: ./config/imake/imake: No such file or directory
 BROKEN_i386=		cannot bind to a temporary of type va_list
 
 # For concurrent testing purposes only. Define DT_ID in make.conf to build
diff --git a/x11/cde-devel/Makefile b/x11/cde-devel/Makefile
index 6c1489314bda..e079ac1c24da 100644
--- a/x11/cde-devel/Makefile
+++ b/x11/cde-devel/Makefile
@@ -17,8 +17,6 @@ COMMIT_DATE=	2022.08.28
 
 LICENSE=	LGPL21
 
-BROKEN_mips64=		fails to build: ./config/imake/imake: No such file or directory
-BROKEN_powerpc64=	fails to build: ./config/imake/imake: No such file or directory
 BROKEN_i386=		cannot bind to a temporary of type va_list
 
 WRKSRC_SUBDIR=	${PORTNAME}



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