Hi Vadim,

Vadim Zhukov wrote on Sun, Feb 05, 2012 at 01:25:29PM +0400:

> Just tried two pstree programs in ports. Both build

That's no wonder, the effect of removing USE_GROFF is mainly
to not run groff(1); mandoc(1) is not run during the build,
so build crashes are not to be expected, in general.

> and look fine without USE_GROFF,

In such cases, it's also useful to report whether or not they
throw errors with "mandoc -Tlint -Werror", see
  http://www.openbsd.org/faq/ports/specialtopics.html#Mandoc
below the subheader "How do I do automatic checking?"

> so it could be removed even now, during soft lock.

But sthen@ already declared full lock yesterday.

Please resend after ports unlock, preferably including the
minor bit of information i'm asking for above.

Thanks,
  Ingo


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

Reply via email to