From owner-freebsd-ports@freebsd.org Mon Feb 18 07:11:17 2019 Return-Path: Delivered-To: freebsd-ports@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 D275E14F5856 for ; Mon, 18 Feb 2019 07:11:16 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A38298119E for ; Mon, 18 Feb 2019 07:11:14 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id 4D3441F326 for ; Mon, 18 Feb 2019 16:11:04 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 46EF947023; Mon, 18 Feb 2019 16:11:02 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.101.1 at eastasia.home.utahime.org Date: Mon, 18 Feb 2019 16:10:53 +0900 (JST) Message-Id: <20190218.161053.50040196907288057.yasu@utahime.org> To: freebsd-ports@freebsd.org Subject: Re: Request for help: remove bundler from ruby 2.6 port From: Yasuhiro KIMURA In-Reply-To: <20190117.014816.1683386087895264933.yasu@utahime.org> References: <20181230.103514.1004952746059751135.yasu@utahime.org> <20190106.160701.1207556327908650084.yasu@utahime.org> <20190117.014816.1683386087895264933.yasu@utahime.org> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: A38298119E X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of yasu@utahime.org designates 183.180.29.210 as permitted sender) smtp.mailfrom=yasu@utahime.org X-Spamd-Result: default: False [0.18 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.42)[-0.420,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a:spf-authorized.utahime.org]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[utahime.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MX_GOOD(-0.01)[mx.utahime.org]; NEURAL_SPAM_LONG(0.09)[0.085,0]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM_SHORT(-0.84)[-0.837,0]; IP_SCORE(0.16)[ip: (0.36), ipnet: 183.180.0.0/16(0.18), asn: 2519(0.34), country: JP(-0.08)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2019 07:11:17 -0000 From: Yasuhiro KIMURA Subject: Re: Request for help: remove bundler from ruby 2.6 port Date: Thu, 17 Jan 2019 01:48:16 +0900 (JST) > From: Yasuhiro KIMURA > Subject: Re: Request for help: remove bundler from ruby 2.6 port > Date: Sun, 06 Jan 2019 16:07:01 +0900 (JST) > >> https://www.utahime.org/FreeBSD/ports/lang_ruby26.20190105.patch >> >> Please take following step to apply this patch. >> >> 1. cd /usr/ports >> 2. svn copy lang/ruby25 lang/ruby26 >> 3. svn delete lang/ruby26/pkg-message >> 4. svn patch /path/to/this/patch > > Updated. > > https://www.utahime.org/FreeBSD/ports/lang_ruby26.20190116.patch > > Same step is necessary to apply this patch. I took for a while but I submitted final version as following bug report. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235826 Now version if updated to 2.6.1. But biggest change is that I gave up including all standard library. It is because some files such as 'bundler', 'gem' and 'rake' are installed in ${PREFIX}/bin and therefor conflists with port version of them. So following module are separeated as other ports. * DBM * GDBM * bundler * gem * rake Please test attached patch and report bug if you find it. Best Regards. --- Yasuhiro KIMURA