diff options
author | Cy Schubert <cy@FreeBSD.org> | 2022-09-12 04:08:46 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2022-09-12 04:11:34 +0000 |
commit | 5f0ce52a8b70556205d8a83584e4960cf7988bbd (patch) | |
tree | 0c0bbcd062d97c932d497abd14b3a323b2a74ce8 | |
parent | c45864e9b8e6867c1af2bdda72006d2ea9e2b959 (diff) |
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.
-rw-r--r-- | x11/cde-25/Makefile | 2 | ||||
-rw-r--r-- | x11/cde-devel/Makefile | 2 |
2 files changed, 0 insertions, 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} |