svn commit: r483997 - head/games/qtads

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 11:59:50 UTC 2018


Author: antoine
Date: Sun Nov  4 11:59:49 2018
New Revision: 483997
URL: https://svnweb.freebsd.org/changeset/ports/483997

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/qtads/Makefile

Modified: head/games/qtads/Makefile
==============================================================================
--- head/games/qtads/Makefile	Sun Nov  4 11:54:30 2018	(r483996)
+++ head/games/qtads/Makefile	Sun Nov  4 11:59:49 2018	(r483997)
@@ -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-all mailing list