Date: Wed, 10 May 2017 21:58:52 +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: r440606 - head/games/freedoko Message-ID: <201705102158.v4ALwqcS066918@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705102158.v4ALwqcS066918>