svn commit: r484008 - branches/2018Q4/emulators/yape

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 12:38:05 UTC 2018


Author: antoine
Date: Sun Nov  4 12:38:04 2018
New Revision: 484008
URL: https://svnweb.freebsd.org/changeset/ports/484008

Log:
  MFH: r484007
  
  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:
  branches/2018Q4/emulators/yape/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/emulators/yape/Makefile
==============================================================================
--- branches/2018Q4/emulators/yape/Makefile	Sun Nov  4 12:37:44 2018	(r484007)
+++ branches/2018Q4/emulators/yape/Makefile	Sun Nov  4 12:38:04 2018	(r484008)
@@ -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-branches mailing list