svn commit: r492098 - head/sysutils/screen

Cy Schubert cy at FreeBSD.org
Mon Feb 4 06:10:04 UTC 2019


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 at 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


More information about the svn-ports-all mailing list