The following line in /usr/share/mk/doc.images.mk should contain "-Tps" to prevent groff(1) from using the GROFF_TYPESETTER environment variable PIC2PS?= ${GROFF} -p -S -Wall -mtty-char -man When set to something other than "ps" the build fails, so adding "-Tps" would allow the user building the documentation have GROFF_TYPESETTER in ~/.profile without interfering with the build. I usually have this variable set to "latin1" or "ascii" so "man -t whatever" makes groff(1) use any output device I want. IMO, It doesn't hurt to add a "-Tps" to the line above as it would make the intended usage explicit. Fix: Attached patch. Patch attached with submission follows: How-To-Repeat: export GROFF_TYPESETTER=latin1 cd /usr/doc make FORMATS="html html-single"
Responsible Changed From-To: freebsd-doc->eadler I'll take it.
Responsible Changed From-To: eadler->doceng over to maintainers
For bugs matching the following criteria: Status: In Progress Changed: (is less than) 2014-06-01 Reset to default assignee and clear in-progress tags. Mail being skipped
groff is gone from the base system