[Bug 273565] latest groff 1.23.0 is incompatible with FreeBSD
Date: Mon, 04 Sep 2023 17:58:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273565
Bug ID: 273565
Summary: latest groff 1.23.0 is incompatible with FreeBSD
Product: Base System
Version: Unspecified
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: bugs@FreeBSD.org
Reporter: wosch@FreeBSD.org
There is a new groff release 1.23.0. It contains a tiny change, the parameter
-man no longer works as expected, you have to use -mandoc now.
Unfortunately, this breaks some of our core tools, contrib and ports.
This will affect all FreeBSD releases/branches (12/13/14/15) that we support. A
possible workaround is to downgrade the groff port to 1.22.4 locally.
for our src repository:
git grep -l 'roff.* -man[^d]'
contrib/byacc/aclocal.m4
contrib/byacc/configure
contrib/dialog/makefile.in
contrib/ee/ee.1
contrib/ldns/makewin.sh
contrib/ncurses/aclocal.m4
contrib/ncurses/configure
contrib/tcp_wrappers/Banners.Makefile
contrib/tcp_wrappers/CHANGES
contrib/tcp_wrappers/Makefile
contrib/tcp_wrappers/README
contrib/tcp_wrappers/options.c
contrib/tcsh/tcsh.man2html
contrib/tzcode/workman.sh
usr.bin/man/man.conf.5
usr.bin/man/man.sh
--
You are receiving this mail because:
You are the assignee for the bug.