svn commit: r510145 - head/sysutils/screen

Cy Schubert Cy.Schubert at cschubert.com
Thu Aug 29 12:30:50 UTC 2019


In message <201908290638.x7T6cVFc033808 at repo.freebsd.org>, Kirill Ponomarev 
wri
tes:
> Author: krion
> Date: Thu Aug 29 06:38:31 2019
> New Revision: 510145
> URL: https://svnweb.freebsd.org/changeset/ports/510145
>
> Log:
>   Remove building man page by default. It's currently broken on HEAD
>   and requires to build textproc/groff which requires devel/llvm80
>   which is an overkill for using screen.
>
> Modified:
>   head/sysutils/screen/Makefile
>
> Modified: head/sysutils/screen/Makefile
> =============================================================================
> =
> --- head/sysutils/screen/Makefile	Thu Aug 29 06:37:17 2019	(r51014
> 4)
> +++ head/sysutils/screen/Makefile	Thu Aug 29 06:38:31 2019	(r51014
> 5)
> @@ -3,7 +3,7 @@
>  
>  PORTNAME=	screen
>  PORTVERSION=	4.6.2
> -PORTREVISION=	1
> +PORTREVISION=	2
>  CATEGORIES=	sysutils
>  MASTER_SITES=	GNU \
>  		ftp://ftp.gnu.org/gnu/screen/ \
> @@ -20,7 +20,7 @@ COMMENT=	Multi-screen window manager
>  LICENSE=	GPLv3
>  
>  OPTIONS_DEFINE=		INFO MAN NETHACK XTERM_256 SHOWENC SYSTEM_SCREE
> NRC
> -OPTIONS_DEFAULT=	INFO MAN NETHACK XTERM_256 SOCKETS SYSTEM_SCREENRC \
> +OPTIONS_DEFAULT=	INFO NETHACK XTERM_256 SOCKETS SYSTEM_SCREENRC \
>  			NCURSES_DEFAULT
>  OPTIONS_SINGLE=		IPC NCURSES
>  OPTIONS_SINGLE_IPC=	SOCKETS NAMED_PIPES
>

Should you not have obtained maintainer approval for this first?

And now the package will not include man pages. Can I assign those PRs to 
you?


-- 
Cheers,
Cy Schubert <Cy.Schubert at cschubert.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.




More information about the svn-ports-all mailing list