Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 14:20:32 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464914 - head/games/diameter
Message-ID:  <201803181420.w2IEKWYh094245@repo.freebsd.org>

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



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