svn commit: r484094 - head/games/tinymux

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:46:43 UTC 2018


Author: antoine
Date: Sun Nov  4 14:46:41 2018
New Revision: 484094
URL: https://svnweb.freebsd.org/changeset/ports/484094

Log:
  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:
  head/games/tinymux/Makefile

Modified: head/games/tinymux/Makefile
==============================================================================
--- head/games/tinymux/Makefile	Sun Nov  4 14:45:17 2018	(r484093)
+++ head/games/tinymux/Makefile	Sun Nov  4 14:46:41 2018	(r484094)
@@ -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-all mailing list