svn commit: r565420 - branches/2021Q1/x11/deforaos-panel

Antoine Brodin antoine at FreeBSD.org
Tue Feb 16 17:35:36 UTC 2021


Author: antoine
Date: Tue Feb 16 17:35:35 2021
New Revision: 565420
URL: https://svnweb.freebsd.org/changeset/ports/565420

Log:
  MFH: r565419
  
  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

Modified:
  branches/2021Q1/x11/deforaos-panel/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/x11/deforaos-panel/Makefile
==============================================================================
--- branches/2021Q1/x11/deforaos-panel/Makefile	Tue Feb 16 17:35:10 2021	(r565419)
+++ branches/2021Q1/x11/deforaos-panel/Makefile	Tue Feb 16 17:35:35 2021	(r565420)
@@ -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