Date: Sun, 4 Nov 2018 13:51:46 +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: r484046 - head/games/frobtads Message-ID: <201811041351.wA4DpktW028797@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 13:51:46 2018 New Revision: 484046 URL: https://svnweb.freebsd.org/changeset/ports/484046 Log: 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: head/games/frobtads/Makefile Modified: head/games/frobtads/Makefile ============================================================================== --- head/games/frobtads/Makefile Sun Nov 4 13:49:45 2018 (r484045) +++ head/games/frobtads/Makefile Sun Nov 4 13:51:46 2018 (r484046) @@ -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?201811041351.wA4DpktW028797>