Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:46:41 +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: r484094 - head/games/tinymux
Message-ID:  <201811041446.wA4EkfZF062928@repo.freebsd.org>

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



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