From owner-svn-ports-all@freebsd.org Fri May 3 09:59:27 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BADF158ADF8; Fri, 3 May 2019 09:59:27 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 301486A01C; Fri, 3 May 2019 09:59:27 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:dcf9:a83e:3e1:1a92]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 56B8D148E8; Fri, 3 May 2019 09:59:25 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Fri, 3 May 2019 18:59:20 +0900 From: Koichiro Iwao To: Mathieu Arnold Cc: Hajimu UMEMOTO , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r500480 - in head: Mk databases databases/rubygem-dbm databases/rubygem-dbm/files lang/ruby24 lang/ruby25 Message-ID: <20190503095920.xjqthqjgw4kgrozk@icepick.vmeta.jp> References: <201904301122.x3UBMwPN080847@repo.freebsd.org> <20190503051628.yh2cpmzxjapv3nj7@icepick.vmeta.jp> <20190503074823.jgb2r7hyvpptuxde@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190503074823.jgb2r7hyvpptuxde@atuin.in.mat.cc> X-Operating-System: FreeBSD 12.0-STABLE amd64 User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: 301486A01C X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,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: Fri, 03 May 2019 09:59:27 -0000 I understand not everything's up to the maintainer however I think we should also discuss with the maintainer to let him know what violates the policy and how the port should be. Is this discussion needs to be closed? Let's have open discussion. If no replies from the maintainer or urgent actions needed, I leave it to ume if he exercise the right. On Fri, May 03, 2019 at 09:48:23AM +0200, Mathieu Arnold wrote: > On Fri, May 03, 2019 at 02:16:28PM +0900, Koichiro Iwao wrote: > > Hi, > > > > I'm not in a strong position on this but it's up to the maintainer. > > File a new bug and suggest the maintainer to change the default option. > > Not everything is up to the maintainer. > > See https://www.freebsd.org/doc/en/books/porters-handbook/makefile-maintainer.html > > For example, the part saying: > > We reserve the right to modify the maintainer's submission to better > match existing policies and style of the Ports Collection without > explicit blessing from the submitter or the maintainer. > > In this case, I would say that this applies. > > > On Wed, May 01, 2019 at 01:02:49PM +0900, Hajimu UMEMOTO wrote: > > > Hi, > > > > > > >>>>> On Tue, 30 Apr 2019 11:22:58 +0000 (UTC) > > > >>>>> Koichiro Iwao said: > > > > > > meta> Log: > > > meta> lang/ruby2[45]: Remove dbm library and replace it with databases/rubygem-dbm > > > > > > meta> +OPTIONS_SINGLE_BACKEND= BDB GDBM LIBC QDBM > > > meta> +OPTIONS_DEFAULT= BDB > > > > > > It seems POLA violation to me. Further, now, there is no way to > > > access dbm 1.85 database from Ruby by default. LIBC should be > > > default, IMHO. > > > > > > Sincerely, > > > > > > -- > > > Hajimu UMEMOTO > > > ume@mahoroba.org ume@FreeBSD.org > > > http://www.mahoroba.org/~ume/ > > > > > > > -- > > meta > > > > > > -- > Mathieu Arnold -- meta