svn commit: r484007 - head/emulators/yape

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 12:37:46 UTC 2018


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 at bsd.hu
 COMMENT=	Yet Another Commodore +4 Emulator
 
+BROKEN=		fails to build
+
 USE_SDL=	sdl
 USES=		compiler:features gmake
 NO_WRKSUBDIR=	yes


More information about the svn-ports-all mailing list