Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2019 20:02:20 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r492158 - branches/2019Q1/sysutils/screen
Message-ID:  <201902042002.x14K2Kr5046966@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Mon Feb  4 20:02:20 2019
New Revision: 492158
URL: https://svnweb.freebsd.org/changeset/ports/492158

Log:
  MFH: r492098
  
  nroff/groff was removed from base by r319664. Since then textproc/groff
  is required to avoid the following error:
  
  > $ man screen
  > This manpage needs groff(1) to be rendered
  > First install groff(1):
  > pkg install groff
  
  Reported by:	mayhem30@gmail.com
  Approved by:	portmgr (miwi@)

Modified:
  branches/2019Q1/sysutils/screen/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/sysutils/screen/Makefile
==============================================================================
--- branches/2019Q1/sysutils/screen/Makefile	Mon Feb  4 19:53:14 2019	(r492157)
+++ branches/2019Q1/sysutils/screen/Makefile	Mon Feb  4 20:02:20 2019	(r492158)
@@ -56,6 +56,7 @@ LDFLAGS+=	-L${NCURSESLIB}
 .if ${PORT_OPTIONS:MMAN}
 MAKE_ARGS+=	WITH_MAN=1
 PLIST_SUB+=	MAN=""
+USES+=		groff
 .else
 PLIST_SUB+=	MAN="@comment"
 .endif



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