git: c56da4a4b0a3 - main - Revert "x11/cde: Mark unbroken on i386"
Date: Fri, 08 Jul 2022 13:42:50 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c56da4a4b0a36b1d6b03f0d3806e663a685fea70 commit c56da4a4b0a36b1d6b03f0d3806e663a685fea70 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-07-08 13:38:31 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-07-08 13:42:01 +0000 Revert "x11/cde: Mark unbroken on i386" x11/cde on i386 is broken on the package build infrastructure because it cannot bind to a temporary of type va_list. Some users have reported that they can build it by hand using ports however there is no solution for the problem on the FreeBSD poudriere. This reverts commit 25db2173606446697bb4b5b376420c492e1f549c. MFH: 2022Q3 --- x11/cde/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/x11/cde/Makefile b/x11/cde/Makefile index 2a002a3506c0..c7c9b65ba024 100644 --- a/x11/cde/Makefile +++ b/x11/cde/Makefile @@ -10,6 +10,7 @@ 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 BUILD_DEPENDS= ksh93:shells/ksh93 \ bdftopcf:x11-fonts/bdftopcf \