svn commit: r484047 - branches/2018Q4/games/frobtads

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 13:52:05 UTC 2018


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 at 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.*


More information about the svn-ports-branches mailing list