svn commit: r484011 - head/games/armagetron

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 12:48:18 UTC 2018


Author: antoine
Date: Sun Nov  4 12:48:17 2018
New Revision: 484011
URL: https://svnweb.freebsd.org/changeset/ports/484011

Log:
  armagetron fails to build on i386, amd64, and FreeBSD 11 too

Modified:
  head/games/armagetron/Makefile

Modified: head/games/armagetron/Makefile
==============================================================================
--- head/games/armagetron/Makefile	Sun Nov  4 12:43:47 2018	(r484010)
+++ head/games/armagetron/Makefile	Sun Nov  4 12:48:17 2018	(r484011)
@@ -15,11 +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_FreeBSD_13_armv6=	network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int')
-BROKEN_FreeBSD_13_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


More information about the svn-ports-all mailing list