Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:01:58 +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: r484055 - head/hebrew/he2
Message-ID:  <201811041401.wA4E1wpc037557@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 14:01:58 2018
New Revision: 484055
URL: https://svnweb.freebsd.org/changeset/ports/484055

Log:
  Mark BROKEN: fails to build
  
  LineEdit.cxx:90:28: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing]
         Marker location={1, strlen(str), -1} ;
                             ^~~~~~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  head/hebrew/he2/Makefile

Modified: head/hebrew/he2/Makefile
==============================================================================
--- head/hebrew/he2/Makefile	Sun Nov  4 14:00:51 2018	(r484054)
+++ head/hebrew/he2/Makefile	Sun Nov  4 14:01:58 2018	(r484055)
@@ -12,6 +12,8 @@ COMMENT=	Editor for editing (primarily LaTeX) Hebrew f
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
+
 RUN_DEPENDS=	iw-elmar-fonts>0:hebrew/elmar-fonts
 
 USES=		gmake ncurses



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