svn commit: r483976 - head/japanese/groff

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 09:39:41 UTC 2018


Author: antoine
Date: Sun Nov  4 09:39:40 2018
New Revision: 483976
URL: https://svnweb.freebsd.org/changeset/ports/483976

Log:
  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:
  head/japanese/groff/Makefile

Modified: head/japanese/groff/Makefile
==============================================================================
--- head/japanese/groff/Makefile	Sun Nov  4 09:37:48 2018	(r483975)
+++ head/japanese/groff/Makefile	Sun Nov  4 09:39:40 2018	(r483976)
@@ -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