Date: Sun, 4 Nov 2018 09:39:40 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483976 - head/japanese/groff Message-ID: <201811040939.wA49de6q091695@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811040939.wA49de6q091695>