Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 12:37:45 +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: r484007 - head/emulators/yape
Message-ID:  <201811041237.wA4CbjQW086515@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 12:37:44 2018
New Revision: 484007
URL: https://svnweb.freebsd.org/changeset/ports/484007

Log:
  Mark BROKEN: fails to build
  
  main.cpp:651:13: error: comparison between pointer and integer ('char *' and 'int')
          if (argv[1]!='\0') {
              ~~~~~~~^ ~~~~
  
  Reported by:	pkg-fallout

Modified:
  head/emulators/yape/Makefile

Modified: head/emulators/yape/Makefile
==============================================================================
--- head/emulators/yape/Makefile	Sun Nov  4 12:26:34 2018	(r484006)
+++ head/emulators/yape/Makefile	Sun Nov  4 12:37:44 2018	(r484007)
@@ -11,6 +11,8 @@ DISTNAME=	${PORTNAME}SDL-${PORTVERSION}
 MAINTAINER=	jmohacsi@bsd.hu
 COMMENT=	Yet Another Commodore +4 Emulator
 
+BROKEN=		fails to build
+
 USE_SDL=	sdl
 USES=		compiler:features gmake
 NO_WRKSUBDIR=	yes



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