svn commit: r440606 - head/games/freedoko

Antoine Brodin antoine at FreeBSD.org
Wed May 10 21:58:53 UTC 2017


Author: antoine
Date: Wed May 10 21:58:51 2017
New Revision: 440606
URL: https://svnweb.freebsd.org/changeset/ports/440606

Log:
  Mark BROKEN: fails to build
  
  In file included from ui.cpp:40:
  In file included from ./gtkmm/ui.h:55:
  /usr/local/include/glibmm-2.4/glibmm/refptr.h:93:18: error: expected ';' at end of declaration list
  
  Reported by:	pkg-fallout

Modified:
  head/games/freedoko/Makefile

Modified: head/games/freedoko/Makefile
==============================================================================
--- head/games/freedoko/Makefile	Wed May 10 21:57:35 2017	(r440605)
+++ head/games/freedoko/Makefile	Wed May 10 21:58:51 2017	(r440606)
@@ -14,9 +14,9 @@ COMMENT=	Play the card game Doppelkopf
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/../doc/GPL
 
-LIB_DEPENDS=	libgnet-2.0.so:net/gnet2
+BROKEN=		fails to build
 
-BROKEN_aarch64=		fails to compile: error: expected ';' at end of declaration list
+LIB_DEPENDS=	libgnet-2.0.so:net/gnet2
 
 WRKSRC=		${WRKDIR}/${DISTNAME:C/\.src$//}/src
 


More information about the svn-ports-all mailing list