svn commit: r492158 - branches/2019Q1/sysutils/screen

Cy Schubert cy at FreeBSD.org
Mon Feb 4 20:02:21 UTC 2019


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


More information about the svn-ports-branches mailing list