Using a port 'japanese/groff' with option '-T html' makes an error. The error message is: -------- error message begins here -------- /usr/local/bin/groff:/usr/local/share/groff/1.18.1/font/devhtml/DESC:14: invalid `prepro' argument `/usr/local/bin/ pre-grohtml': program name required -------- error message ends here -------- There is a space between '/usr/local/bin/' and 'pre-grohtml' in 'prepro' argument in a DESC file. This one space obstructs processing. How-To-Repeat: 1: cd to /usr/ports/japanese/groff 2: make and make install the port 3: Try this long command. /usr/bin/gzcat /usr/share/man/man1/ls.1.gz | /usr/local/bin/groff -man -T html > /dev/null 4: You will see an error message. # Please make sure you are using /usr/local/bin/groff, not /usr/bin/groff
Responsible Changed From-To: freebsd-ports-bugs->okazaki Over to maintainer
Responsible Changed From-To: okazaki->freebsd-ports-bugs Maintainer was reset.
Responsible Changed From-To: freebsd-ports-bugs->okazaki I'll handle this.
State Changed From-To: open->closed Fixed, thanks!