svn commit: r442120 - head/net/spread

Baptiste Daroussin bapt at FreeBSD.org
Tue May 30 20:32:07 UTC 2017


Author: bapt
Date: Tue May 30 20:32:05 2017
New Revision: 442120
URL: https://svnweb.freebsd.org/changeset/ports/442120

Log:
  Fix build with groff from ports and register the groff dependency
  
  PR:		213725

Modified:
  head/net/spread/Makefile

Modified: head/net/spread/Makefile
==============================================================================
--- head/net/spread/Makefile	Tue May 30 20:30:50 2017	(r442119)
+++ head/net/spread/Makefile	Tue May 30 20:32:05 2017	(r442120)
@@ -14,7 +14,7 @@ COMMENT=	The Spread Group Communication System, a netw
 MAKE_JOBS_UNSAFE=	yes
 
 GNU_CONFIGURE=	yes
-USES=		perl5 tar:xz
+USES=		groff perl5 tar:xz
 USE_PERL5=	build run
 USE_RC_SUBR=	spread
 USE_LDCONFIG=	yes
@@ -32,6 +32,10 @@ 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
+
+CONFIGURE_ENV+=	ac_cv_path_NROFF=groff
 # bsd.port.mk doesn't allow us to use GNU_CONFIGURE and PERL_CONFIGURE together.
 PERL_CONFIGURE_ARGS=	CC="${CC}" CCFLAGS="${CFLAGS}" PREFIX="${PREFIX}" \
 			INSTALLPRIVLIB="${PREFIX}/lib" INSTALLARCHLIB="${PREFIX}/lib"


More information about the svn-ports-all mailing list