Created attachment 198068 [details] patch for japanese/groff On FreeBSD/amd64 11.2, japanese/groff fail to make as follows: ./charset.h:58:26: note: insert an explicit cast to silence this issue 0x00,0x97,0x00,0x98,0x00,0x99,0x00,0x9C,0x00,0x9E,0x00, ^~~~ static_cast<char>( ) fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. (Although on FreeBSD/amd64 10.4, success to make.) So, I modify it. This attachment is not patch of patch but new file. Please put this file into directory "files".
The patch builds fine.
Take.
A commit references this bug: Author: meta Date: Mon Nov 5 07:18:47 UTC 2018 New revision: 484174 URL: https://svnweb.freebsd.org/changeset/ports/484174 Log: japanese/groff: unbreak the build While here, - Pet some portlint warnings (extra item in USES section) PR: 232205 Submitted by: satosi.kimura@nifty.ne.jp Sponsored by: HAW International, Inc. Changes: head/japanese/groff/Makefile
Committed, thanks for your contribution.
A commit references this bug: Author: meta Date: Mon Nov 5 07:25:35 UTC 2018 New revision: 484175 URL: https://svnweb.freebsd.org/changeset/ports/484175 Log: My bad, forgot to add the patch to the previous commit PR: 232205 Approved by: mentors (implicit) Changes: head/japanese/groff/files/patch-src-devices-grolbp-charset.h