[Bug 283922] draft of lang/ruby34 ports

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 08 Jan 2025 10:03:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283922

            Bug ID: 283922
           Summary: draft of lang/ruby34 ports
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: hsakamt@tsnr.com

Created attachment 256535
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=256535&action=edit
draft of lang/ruby34 port

Hi, 

Sorry if you've already started, but I've made a draft of Ruby 3.4 ports.
I've even verified that I can build and install lang/ruby34 and
devel/ruby-gems.
I also checked the default and bundled gems in the source code and modified the
pkg-message.
However, there are too many rubygem-* ports to check.

Usage for attachment: 

# cd /tmp
# tar xf ruby34-draft.tbz
# cd /usr/ports
# patch < /tmp/ruby34-draft/Mk_Uses_ruby.mk.patch
# cp -r /tmp/ruby34-draft/ruby34 /usr/ports/lang/
# cd /usr/ports/lang/ruby34
# make && make install
 :
# vi /etc/make.conf
-----
DEFAULT_VERSIONS+=ruby=3.4
-----
# cd /usr/ports/devel/ruby-gems/
# make && make install
(and so on)

--

I hope this helps.

-- 
You are receiving this mail because:
You are the assignee for the bug.