svn commit: r464914 - head/games/diameter

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 14:20:32 UTC 2018


Author: linimon
Date: Sun Mar 18 14:20:32 2018
New Revision: 464914
URL: https://svnweb.freebsd.org/changeset/ports/464914

Log:
  Mark as broken on armvX.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/diameter/Makefile

Modified: head/games/diameter/Makefile
==============================================================================
--- head/games/diameter/Makefile	Sun Mar 18 14:09:29 2018	(r464913)
+++ head/games/diameter/Makefile	Sun Mar 18 14:20:32 2018	(r464914)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF/game${PORTNAME}/game${PORTNAME}/${POR
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Arcade-style game with elements of economy and adventure
 
+BROKEN_armv6=		fails to compile: res/3dsloader.cpp:77:15: comparison between pointer and integer ('char *' and 'int')
+BROKEN_armv7=		fails to compile: res/3dsloader.cpp:77:15: comparison between pointer and integer ('char *' and 'int')
+
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libguichan.so:devel/guichan
 


More information about the svn-ports-all mailing list