Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 09:40:12 +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: r483977 - branches/2018Q4/japanese/groff
Message-ID:  <201811040940.wA49eCMm091868@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 09:40:12 2018
New Revision: 483977
URL: https://svnweb.freebsd.org/changeset/ports/483977

Log:
  MFH: r483976
  
  Mark BROKEN: fails to build
  
  In file included from lbp.cc:31:
  ./charset.h:55:21: error: constant expression evaluates to 128 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
  0x47,0x00,0x48,0x00,0x80,0x00,0x82,0x00,0x83,0x00,0x84,
                      ^~~~
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/japanese/groff/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/japanese/groff/Makefile
==============================================================================
--- branches/2018Q4/japanese/groff/Makefile	Sun Nov  4 09:39:40 2018	(r483976)
+++ branches/2018Q4/japanese/groff/Makefile	Sun Nov  4 09:40:12 2018	(r483977)
@@ -18,6 +18,8 @@ COMMENT=	Japanese enhancement of GNU groff
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
+
 USES=		iconv:wchar_t cpe gmake makeinfo shebangfix
 SHEBANG_FILES=	src/utils/afmtodit/afmtodit.pl \
 		contrib/mm/mmroff.pl



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