Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:02:18 +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: r484056 - branches/2018Q4/hebrew/he2
Message-ID:  <201811041402.wA4E2IMf037710@repo.freebsd.org>

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



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