svn commit: r440604 - head/games/cheech

Antoine Brodin antoine at FreeBSD.org
Wed May 10 21:56:36 UTC 2017


Author: antoine
Date: Wed May 10 21:56:34 2017
New Revision: 440604
URL: https://svnweb.freebsd.org/changeset/ports/440604

Log:
  Mark BROKEN: fails to build
  
  In file included from cheech.cc:22:
  ...
  /usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at end of declaration list
  
  Reported by:	pkg-fallout

Modified:
  head/games/cheech/Makefile

Modified: head/games/cheech/Makefile
==============================================================================
--- head/games/cheech/Makefile	Wed May 10 21:52:41 2017	(r440603)
+++ head/games/cheech/Makefile	Wed May 10 21:56:34 2017	(r440604)
@@ -13,9 +13,9 @@ COMMENT=	Multiplayer Chinese Checkers ga
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-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
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list