svn commit: r484095 - branches/2018Q4/games/tinymux

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:47:18 UTC 2018


Author: antoine
Date: Sun Nov  4 14:47:15 2018
New Revision: 484095
URL: https://svnweb.freebsd.org/changeset/ports/484095

Log:
  MFH: r484094
  
  Mark BROKEN: fails to build
  
  funceval2.cpp:541:16: error: comparison between pointer and integer ('int' and 'UTF8 *' (aka 'unsigned char *'))
         || '\0' == newobject_string)
            ~~~~ ^  ~~~~~~~~~~~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/games/tinymux/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/games/tinymux/Makefile
==============================================================================
--- branches/2018Q4/games/tinymux/Makefile	Sun Nov  4 14:46:41 2018	(r484094)
+++ branches/2018Q4/games/tinymux/Makefile	Sun Nov  4 14:47:15 2018	(r484095)
@@ -13,6 +13,8 @@ COMMENT=	Multi-Player FreeForm adventure Program
 LICENSE=	ART10
 LICENSE_FILE=	${WRKSRC}/copyright.h
 
+BROKEN=		fails to build
+
 WRKSRC=		${WRKDIR}/mux2.10/src
 
 USES=		gmake


More information about the svn-ports-branches mailing list