From owner-svn-ports-all@freebsd.org Thu Aug 29 12:30:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 27F61D4ED5; Thu, 29 Aug 2019 12:30:50 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 46K25P2py3z4bh5; Thu, 29 Aug 2019 12:30:48 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id 3JZciIlUgSrVc3JZeiwvCm; Thu, 29 Aug 2019 06:30:46 -0600 X-Authority-Analysis: v=2.3 cv=L5ZjvNb8 c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=kj9zAlcOel0A:10 a=FmdZ9Uzk2mMA:10 a=6I5d2MoRAAAA:8 a=mDV3o1hIAAAA:8 a=YxBL1-UpAAAA:8 a=hGjWdEOgSAFXiK5KFYAA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=_FVE-zBwftR9WsbkzFJk:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 2EF034BE; Thu, 29 Aug 2019 05:30:43 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id x7TCUgET027628; Thu, 29 Aug 2019 05:30:42 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id x7TCUgKI027625; Thu, 29 Aug 2019 05:30:42 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201908291230.x7TCUgKI027625@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Kirill Ponomarev cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r510145 - head/sysutils/screen In-reply-to: <201908290638.x7T6cVFc033808@repo.freebsd.org> References: <201908290638.x7T6cVFc033808@repo.freebsd.org> Comments: In-reply-to Kirill Ponomarev message dated "Thu, 29 Aug 2019 06:38:31 -0000." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 29 Aug 2019 05:30:42 -0700 X-CMAE-Envelope: MS4wfGHxH6wqKSWa0HLEWgOLozIy7YBUzbzN/Y/ZOYkK6iTiG+UdQykZUTJGeCF1ko6XN1XFbj2biKbNC/knupGllhZcZRDcxewUtOOl2OfDU3EizVKEWWQi 6r7GXjhI7HONWC4q1Uc72hHkUcltIFquPEAP0fN1nUW0FS+YOkAZXkCPRVD/QuRFXqmBLN1IINn28RELW6O/AggqEL9GF/wYrj47Ytsuxb4CpUxshXUM7iiY 6kJeWE5wS2DoGv3bIB0MCLzWkIWsAyuJuPalptnSkyKXUgISGsixJ7SsNWL0mkjM X-Rspamd-Queue-Id: 46K25P2py3z4bh5 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.946,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2019 12:30:50 -0000 In message <201908290638.x7T6cVFc033808@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 FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.