Request for help: remove bundler from ruby 2.6 port

Yasuhiro KIMURA yasu at utahime.org
Sun Jan 6 07:07:56 UTC 2019


From: Yasuhiro KIMURA <yasu at utahime.org>
Subject: Re: Request for help: remove bundler from ruby 2.6 port
Date: Sun, 30 Dec 2018 10:35:14 +0900 (JST)

> Thank you for reply. Then I'm going to create full port and post here
> again.

Created.

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

This time it is full port. So it includes following modules/commands
that are removed from lang/ruby2[234].

* Gem
* Rake
* GDBM

And it make back end dbm library of DBM module selectable from
following ones.

* Berkeley DB (Default)
* GDBM
* libc
* QDBM

---
Yasuhiro KIMURA


More information about the freebsd-ports mailing list