Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2019 06:10:03 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492098 - head/sysutils/screen
Message-ID:  <201902040610.x146A3Ss097798@repo.freebsd.org>

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

Log:
  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
  MFH:		2019Q1

Modified:
  head/sysutils/screen/Makefile   (contents, props changed)

Modified: head/sysutils/screen/Makefile
==============================================================================
--- head/sysutils/screen/Makefile	Mon Feb  4 05:52:44 2019	(r492097)
+++ head/sysutils/screen/Makefile	Mon Feb  4 06:10:03 2019	(r492098)
@@ -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?201902040610.x146A3Ss097798>