Request for help: remove bundler from ruby 2.6 port

Yasuhiro KIMURA yasu at utahime.org
Mon Feb 18 07:11:17 UTC 2019


From: Yasuhiro KIMURA <yasu at 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 at 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


More information about the freebsd-ports mailing list