svn commit: r526945 - head/shells/fish

Alan Somers asomers at FreeBSD.org
Sun Feb 23 21:12:26 UTC 2020


Author: asomers (src committer)
Date: Sun Feb 23 21:12:25 2020
New Revision: 526945
URL: https://svnweb.freebsd.org/changeset/ports/526945

Log:
  shells/fish: needs groff at runtime
  
  add groff as a runtime MANPAGES_USES.  fish uses it to format partial man
  pages in response to syntax errors.
  
  PR:		243480
  Reported by:	Igor Gali <i.galic at brainsware.org>

Modified:
  head/shells/fish/Makefile

Modified: head/shells/fish/Makefile
==============================================================================
--- head/shells/fish/Makefile	Sun Feb 23 20:46:13 2020	(r526944)
+++ head/shells/fish/Makefile	Sun Feb 23 21:12:25 2020	(r526945)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fish
 PORTVERSION=	3.0.2
+PORTREVISION=	1
 CATEGORIES=	shells
 MASTER_SITES=	https://github.com/fish-shell/fish-shell/releases/download/${PORTVERSION}/
 
@@ -32,6 +33,7 @@ OPTIONS_SUB=	yes
 
 DOCS_BUILD_DEPENDS+=	doxygen:devel/doxygen
 MANPAGES_BUILD_DEPENDS+=	doxygen:devel/doxygen
+MANPAGES_USES=		groff:run
 NLS_USES=		gettext
 NLS_CMAKE_BOOL=		WITH_GETTEXT
 


More information about the svn-ports-all mailing list