[Bug 238118] textproc/groff: install fails when graphics/netpbm is installed but X11 not selected
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Aug 30 09:23:03 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238118
Oliver Fromme <olli at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |olli at FreeBSD.org
--- Comment #2 from Oliver Fromme <olli at FreeBSD.org> ---
This problem affects me, too, on several machines.
It still exists in the ports tree today (2019-08-30).
It happens when these two conditions are met:
- The X11 option is DISABLED.
- graphics/netpbm is already installed.
In that case the textproc/groff port tries to install the HTML docs without
building them first, leading to the failure described by the reporter above.
This needs to be fixed. I don't think the situation is very uncommon.
As a workaround I've appended the following lines to /etc/make.conf:
.if ${.CURDIR:M*/ports/textproc/groff}
PLIST_SUB+= HTMLDOCS="@comment "
.endif
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list