Hello all. Just tried two pstree programs in ports. Both build and look fine without USE_GROFF, so it could be removed even now, during soft lock.
-- WBR, Vadim Zhukov Index: dtpstree/Makefile =================================================================== RCS file: /cvs/ports/sysutils/dtpstree/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- dtpstree/Makefile 8 Jan 2012 22:49:55 -0000 1.4 +++ dtpstree/Makefile 5 Feb 2012 09:19:49 -0000 @@ -3,7 +3,7 @@ COMMENT = display a tree of processes DISTNAME = dtpstree-1.0.3 -REVISION = 0 +REVISION = 1 CATEGORIES = sysutils HOMEPAGE = http://code.douglasthrift.net/trac/dtpstree @@ -26,7 +26,6 @@ SEPARATE_BUILD = concurrent MAKE_FILE = GNUmakefile USE_GMAKE = Yes -USE_GROFF = Yes CONFIGURE_STYLE = autoconf no-autoheader AUTOCONF_VERSION = 2.65 Index: pstree/Makefile =================================================================== RCS file: /cvs/ports/sysutils/pstree/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile --- pstree/Makefile 20 Nov 2010 17:22:42 -0000 1.15 +++ pstree/Makefile 5 Feb 2012 09:19:49 -0000 @@ -2,6 +2,7 @@ COMMENT = list processes as a tree DISTNAME = pstree-2.33 +REVISION = 0 CATEGORIES = sysutils # GPL @@ -14,7 +15,6 @@ WANTLIB = c MASTER_SITES = ftp://ftp.thp.uni-duisburg.de/pub/source/ -USE_GROFF = Yes NO_REGRESS = Yes WRKDIST = ${WRKDIR}
