Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2017 21:56:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440604 - head/games/cheech
Message-ID:  <201705102156.v4ALuZJw066647@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705102156.v4ALuZJw066647>