Date: Sun, 4 Nov 2018 12:49:09 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484012 - branches/2018Q4/games/armagetron Message-ID: <201811041249.wA4Cn9VV092226@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 12:49:09 2018 New Revision: 484012 URL: https://svnweb.freebsd.org/changeset/ports/484012 Log: MFH: r484011 armagetron fails to build on i386, amd64, and FreeBSD 11 too Modified: branches/2018Q4/games/armagetron/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/games/armagetron/Makefile ============================================================================== --- branches/2018Q4/games/armagetron/Makefile Sun Nov 4 12:48:17 2018 (r484011) +++ branches/2018Q4/games/armagetron/Makefile Sun Nov 4 12:49:09 2018 (r484012) @@ -15,9 +15,7 @@ COMMENT= Multiplayer networked Tron clone in 3D LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_aarch64= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int') -BROKEN_FreeBSD_12_armv6= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int') -BROKEN_FreeBSD_12_armv7= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int') +BROKEN= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int') USES= gmake jpeg GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041249.wA4Cn9VV092226>