Date: Sun, 4 Nov 2018 13:52: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: r484047 - branches/2018Q4/games/frobtads Message-ID: <201811041352.wA4Dq4dQ028931@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 13:52:03 2018 New Revision: 484047 URL: https://svnweb.freebsd.org/changeset/ports/484047 Log: MFH: r484046 Mark BROKEN: fails to build tads3/tct3stm.cpp:318:21: error: comparison between pointer and integer ('CTcPrsNode *' and 'int') if (create_iter != VM_INVALID_PROP) ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~ Reported by: pkg-fallout Modified: branches/2018Q4/games/frobtads/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/games/frobtads/Makefile ============================================================================== --- branches/2018Q4/games/frobtads/Makefile Sun Nov 4 13:51:46 2018 (r484046) +++ branches/2018Q4/games/frobtads/Makefile Sun Nov 4 13:52:03 2018 (r484047) @@ -11,6 +11,8 @@ MASTER_SITES= http://www.tads.org/${PORTNAME}/ \ MAINTAINER= kaiwang27@gmail.com COMMENT= TADS interpreter and the compilers for both TADS 2 and 3 +BROKEN= fails to build + LIB_DEPENDS= libcurl.so:ftp/curl CONFLICTS= tads-2.*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041352.wA4Dq4dQ028931>