Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:47:16 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r484095 - branches/2018Q4/games/tinymux
Message-ID:  <201811041447.wA4ElGpd063073@repo.freebsd.org>

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



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