aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-02-16 17:35:10 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-02-16 17:35:10 +0000
commit7dd8a1b13f1378a0d47a6a2ce3dce6771f6c3f88 (patch)
tree902ce6562b5e3f1448f42bbc1debcfb17ab81f27 /x11
parent36c0f3605ad9c0588cb564c53db5d4780a7490df (diff)
downloadports-7dd8a1b13f1378a0d47a6a2ce3dce6771f6c3f88.tar.gz
ports-7dd8a1b13f1378a0d47a6a2ce3dce6771f6c3f88.zip
Mark BROKEN on FreeBSD 13 and 14
network.c:298:19: error: variable has incomplete type 'struct ifdatareq' struct ifdatareq ifdr; ^ network.c:298:9: note: forward declaration of 'struct ifdatareq' struct ifdatareq ifdr; Reported by: pkg-fallout MFH: 2021Q1
Notes
Notes: svn path=/head/; revision=565419
Diffstat (limited to 'x11')
-rw-r--r--x11/deforaos-panel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/deforaos-panel/Makefile b/x11/deforaos-panel/Makefile
index a1a3b9f588f5..ff751880a820 100644
--- a/x11/deforaos-panel/Makefile
+++ b/x11/deforaos-panel/Makefile
@@ -14,6 +14,9 @@ COMMENT= DeforaOS desktop panel
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_FreeBSD_13= network.c:298:19: error: variable has incomplete type 'struct ifdatareq'
+BROKEN_FreeBSD_14= network.c:298:19: error: variable has incomplete type 'struct ifdatareq'
+
LIB_DEPENDS= libDesktop.so:x11/deforaos-libdesktop \
libSystem.so:devel/deforaos-libsystem \
libfontconfig.so:x11-fonts/fontconfig \