Date: Tue, 30 May 2017 20:34:55 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442121 - head/net/spread Message-ID: <201705302034.v4UKYtQi021602@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue May 30 20:34:55 2017 New Revision: 442121 URL: https://svnweb.freebsd.org/changeset/ports/442121 Log: Update the comment to better explain the problem with the way the configure script lookup for nroff Modified: head/net/spread/Makefile Modified: head/net/spread/Makefile ============================================================================== --- head/net/spread/Makefile Tue May 30 20:32:05 2017 (r442120) +++ head/net/spread/Makefile Tue May 30 20:34:55 2017 (r442121) @@ -32,8 +32,8 @@ PKGMESSAGE= ${WRKSRC}/license.txt PORTDOCS= Readme.txt LICENSE HEADERFILES= sp_func.h sp_func.h sp_events.h -# The groff port does not install a "nroff binary" force configure to use -# 'groff' directly +# The configure script fails to find nroff in LOCALBASE, but works fine if +# 'groff' is used directly CONFIGURE_ENV+= ac_cv_path_NROFF=groff # bsd.port.mk doesn't allow us to use GNU_CONFIGURE and PERL_CONFIGURE together.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705302034.v4UKYtQi021602>