Summary: | DEFAULT_VERSIONS broken for ruby | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Chris Collins <chrysalis> |
Component: | Ports Framework | Assignee: | Port Management Team <portmgr> |
Status: | Closed Feedback Timeout | ||
Severity: | Affects Only Me | CC: | portmgr, ruby, swills |
Priority: | --- | Keywords: | needs-qa |
Version: | Latest | Flags: | koobs:
merge-quarterly?
|
Hardware: | amd64 | ||
OS: | Any |
Description
Chris Collins
2016-08-20 08:31:52 UTC
Note the line I pasted has ruby set to 2.2. but was set to 2.1 as below, I pasted after editing. DEFAULT_VERSIONS= perl5=5.22 mysql=56p bdb=5 python=2.7 python2=2.7 python3=3.4 tcltk=8.6 ruby=2.1 ghostscript=9 I tried to reproduce it a few times, and I still cannot. Every time I try, I get the same, expected, behaviour: root@10amd64-ports:/usr/ports/devel/ruby-gems # make -V BUILD_DEPENDS /usr/local/bin/ruby22:lang/ruby22 root@10amd64-ports:/usr/ports/devel/ruby-gems # make -V BUILD_DEPENDS DEFAULT_VERSIONS=ruby=2.1 /usr/local/bin/ruby21:lang/ruby21 root@10amd64-ports:/usr/ports/devel/ruby-gems # make -V BUILD_DEPENDS DEFAULT_VERSIONS=ruby=2.3 /usr/local/bin/ruby23:lang/ruby23 So, could you provide an example I can reproduce ? Feedback timeout, closing. |