svn commit: r483977 - branches/2018Q4/japanese/groff

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 09:40:13 UTC 2018


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


More information about the svn-ports-all mailing list