git: 03c319e5e9f2 - main - x11/cde: Mark BROKEN on armv7

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Fri, 21 Jan 2022 18:55:34 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=03c319e5e9f2bd0244819d0d74159d98c10842d2

commit 03c319e5e9f2bd0244819d0d74159d98c10842d2
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-01-21 18:50:33 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-01-21 18:55:24 +0000

    x11/cde: Mark BROKEN on armv7
    
    STAGEDIR contains numerous intermediate files likely used during the
    install process which are not in the final STAGEDIR on other platforms.
    An example of one of the 5830 orphaned files is:
    dt/app-defaults/C/ecp.2AeDmfIk.
    
    PR:             261359
---
 x11/cde/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11/cde/Makefile b/x11/cde/Makefile
index 564a5e54c419..0a2b800647d8 100644
--- a/x11/cde/Makefile
+++ b/x11/cde/Makefile
@@ -11,6 +11,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
+BROKEN_armv7=		STAGEDIR contains intermediate install files
 
 BUILD_DEPENDS=	ksh93:shells/ksh93			\
 		bdftopcf:x11-fonts/bdftopcf		\