Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 11:59:49 +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: r483997 - head/games/qtads
Message-ID:  <201811041159.wA4Bxn4V065285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041159.wA4Bxn4V065285>