svn commit: r565419 - head/x11/deforaos-panel
Antoine Brodin
antoine at FreeBSD.org
Tue Feb 16 17:35:10 UTC 2021
Author: antoine
Date: Tue Feb 16 17:35:10 2021
New Revision: 565419
URL: https://svnweb.freebsd.org/changeset/ports/565419
Log:
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
Modified:
head/x11/deforaos-panel/Makefile
Modified: head/x11/deforaos-panel/Makefile
==============================================================================
--- head/x11/deforaos-panel/Makefile Tue Feb 16 17:28:40 2021 (r565418)
+++ head/x11/deforaos-panel/Makefile Tue Feb 16 17:35:10 2021 (r565419)
@@ -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 \
More information about the svn-ports-all
mailing list