updating x11/xbindkeys for newer Tcl/Tk

2014-11-05 Thread Will Parsons
When I went to build xbindkeys with Tcl support, I noticed it was trying to install Tcl8.4, which is quite old. Since I already have Tcl 8.5 and Tcl 8.6 installed, installing Tcl8.4 seemed to be a waste. I edited the Makefile to replace references to 8.4 with 8.5, and it seems to build correctly

Re: updating x11/xbindkeys for newer Tcl/Tk

2014-11-05 Thread Chris H
On Wed, 5 Nov 2014 22:34:18 + (UTC) Will Parsons wrote > When I went to build xbindkeys with Tcl support, I noticed it was > trying to install Tcl8.4, which is quite old. Since I already have > Tcl 8.5 and Tcl 8.6 installed, installing Tcl8.4 seemed to be a waste. > > I edited the Makefile

Re: updating x11/xbindkeys for newer Tcl/Tk

2014-11-06 Thread Pietro Cerutti
> On 05 November 2014 at 23:34 Will Parsons wrote: > > When I went to build xbindkeys with Tcl support, I noticed it was > trying to install Tcl8.4, which is quite old. Since I already have > Tcl 8.5 and Tcl 8.6 installed, installing Tcl8.4 seemed to be a waste. > > I edited the Makefile to repl

Re: updating x11/xbindkeys for newer Tcl/Tk

2014-11-06 Thread Will Parsons
Pietro Cerutti wrote: >> On 05 November 2014 at 23:34 Will Parsons wrote: >> >> When I went to build xbindkeys with Tcl support, I noticed it was >> trying to install Tcl8.4, which is quite old. Since I already have >> Tcl 8.5 and Tcl 8.6 installed, installing Tcl8.4 seemed to be a waste. >> >>