[MacPorts] #52600: swig-ruby needs to use current ruby23 port as dependency
MacPorts
noreply at macports.org
Sat Oct 15 01:25:15 CEST 2016
#52600: swig-ruby needs to use current ruby23 port as dependency
--------------------------+-------------------------
Reporter: uri@… | Owner: michaelld@…
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: swig-ruby |
--------------------------+-------------------------
Comment (by michaelld@…):
You need to locally patch you MacPorts install to see the variants. let's
assume you download the patch to ~/Downloads/swig_ruby_XY.diff; then, you
could do:
{{{
pushd $(port dir swig)
sudo patch -p0 < ~/Downloads/swig_ruby_XY.diff
sudo port selfupdate
}}}
and, then you should see the variants in place. After testing, you'll want
to remove the patch:
{{{
pushd $(port dir swig)
sudo patch -R -p0 < ~/Downloads/swig_ruby_XY.diff
}}}
--
Ticket URL: <https://trac.macports.org/ticket/52600#comment:11>
MacPorts <https://www.macports.org/>
Ports system for the Mac operating system
More information about the macports-tickets
mailing list