svn commit: r483998 - branches/2018Q4/games/qtads

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 12:00:13 UTC 2018


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

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

Modified: branches/2018Q4/games/qtads/Makefile
==============================================================================
--- branches/2018Q4/games/qtads/Makefile	Sun Nov  4 11:59:49 2018	(r483997)
+++ branches/2018Q4/games/qtads/Makefile	Sun Nov  4 12:00:12 2018	(r483998)
@@ -11,6 +11,8 @@ COMMENT=	Cross-platform multimedia interpreter for TAD
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
+
 USES=		gmake pkgconfig qmake qt:4 tar:bzip2
 USE_QT=		gui moc_build network rcc_build uic_build
 USE_SDL=	sdl mixer sound


More information about the svn-ports-branches mailing list