Date: Sun, 4 Nov 2018 12:38:04 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484008 - branches/2018Q4/emulators/yape Message-ID: <201811041238.wA4Cc44c086651@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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?201811041238.wA4Cc44c086651>