On 2020-01-19 13:11, Stuart Henderson wrote:
..but the wish interpreter path is set (eventually) based on whatever
version ports is telling it to use, so wish8.5. The only way I can see
that it would work is if you run "wish8.6 /usr/local/libexec/git/git-gui".
Anyway here is the fix, also moves a file to the correct PLIST and
uses the correct wish interpreter path in git-gui--askpass (it's subst'ed
in git-gui.sh -> git-gui in git-gui/Makefile, but not in git-gui--askpass)
x11/tk
+MODTK_VERSION = 8.6
+
Hi,
Yes, that's the good way to go, thanks.
Any Tcl extensions that this (or other 8.6-using ports) require should
probably still be built against 8.5. This is fine, they will also load
into 8.6.
Stu