Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Jan 2019 16:07:01 +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:  <20190106.160701.1207556327908650084.yasu@utahime.org>
In-Reply-To: <20181230.103514.1004952746059751135.yasu@utahime.org>
References:  <20181229.134412.1093009159948437947.yasu@utahime.org> <CAP7rwchJbtwuP-VLAxT11TgV9tOQweywcFFzYspFTsnyiZ5OMw@mail.gmail.com> <20181230.103514.1004952746059751135.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: 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



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