Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2019 16:10:53 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        freebsd-ports@freebsd.org
Subject:   Re: Request for help: remove bundler from ruby 2.6 port
Message-ID:  <20190218.161053.50040196907288057.yasu@utahime.org>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Yasuhiro KIMURA <yasu@utahime.org>
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 <yasu@utahime.org>
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190218.161053.50040196907288057.yasu>