pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/doc
In message <A5EF0C5F-17FE-4FB6-ACB5-4E0787136917%NetBSD.org@localhost>
on Sat, 11 Jan 2014 21:58:37 +0100,
Adam Ciarciński <adam%NetBSD.org@localhost> wrote:
>> - o tk-8.6 [it is incompatible with ruby-tk]
>
> No worries. I bet it will become compatible. :)
What do you mean?
ruby-tk, including not yet imported Ruby 2.1.0, explicitly marks
"Tcl/Tk 8.6 is not supported."
From ext/tk/extconf.rb (of Ruby 1.9.3/2.0.0/2.1.0):
TkLib_Config['search_versions'] =
# %w[8.9 8.8 8.7 8.6 8.5 8.4 8.3 8.2 8.1 8.0 7.6 4.2]
# %w[8.7 8.6 8.5 8.4 8.3 8.2 8.1 8.0]
# %w[8.7 8.6 8.5 8.4 8.0] # to shorten search steps
%w[8.5 8.4] # At present, Tcl/Tk8.6 is not supported.
TkLib_Config['unsupported_versions'] =
%w[8.8 8.7 8.6] # At present, Tcl/Tk8.6 is not supported.
--
Takahiro Kambe <taca%back-street.net@localhost>
Home |
Main Index |
Thread Index |
Old Index