Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2019 09:23:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 238118] textproc/groff: install fails when graphics/netpbm is installed but X11 not selected
Message-ID:  <bug-238118-7788-ws1rMUN1Gc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238118-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238118-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238118

Oliver Fromme <olli@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olli@FreeBSD.org

--- Comment #2 from Oliver Fromme <olli@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+=3D     HTMLDOCS=3D"@comment "
.endif

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238118-7788-ws1rMUN1Gc>