svn commit: r484055 - head/hebrew/he2

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:01:59 UTC 2018


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


More information about the svn-ports-all mailing list