Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2020 21:12:25 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526945 - head/shells/fish
Message-ID:  <202002232112.01NLCPf0025702@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002232112.01NLCPf0025702>