svn commit: r484056 - branches/2018Q4/hebrew/he2

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:02:19 UTC 2018


Author: antoine
Date: Sun Nov  4 14:02:18 2018
New Revision: 484056
URL: https://svnweb.freebsd.org/changeset/ports/484056

Log:
  MFH: r484055
  
  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:
  branches/2018Q4/hebrew/he2/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/hebrew/he2/Makefile
==============================================================================
--- branches/2018Q4/hebrew/he2/Makefile	Sun Nov  4 14:01:58 2018	(r484055)
+++ branches/2018Q4/hebrew/he2/Makefile	Sun Nov  4 14:02:18 2018	(r484056)
@@ -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-branches mailing list