Date: Fri, 8 Jul 2022 13:43:45 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: aa45ff754559 - 2022Q3 - Revert "x11/cde: Mark unbroken on i386" Message-ID: <202207081343.268Dhjvs039194@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa45ff7545592d6a783ba85bae325169848b66c8 commit aa45ff7545592d6a783ba85bae325169848b66c8 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:43:26 +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. (cherry picked from commit c56da4a4b0a36b1d6b03f0d3806e663a685fea70) --- 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207081343.268Dhjvs039194>