ports/171158: [patch] editors/vim -- remove limitation on unthreaded version of Tcl

Pietro Cerutti gahr at FreeBSD.org
Thu Aug 30 07:36:45 UTC 2012


On 2012-Aug-29, 15:21, David O'Brien wrote:
> Hi Pietro,
> 
> >  .if defined(WITH_TCL)
> >  USE_TCL=	82+
> > -USE_TCL_NO_THREADS=	yes
> >  .endif
> 
> Pietro,
> What version of TCL did you test with?  (I'm guessing 8.5).

Ehm 8.6 actually..

> 
> The limitation comes from r204122, which re-enabled support for
> Tcl versions 8.0, 8.2, 8.3, 8.4, 8.5 (after being disabled by Kris
> in r179352).  At the time Vim was version 7.1 PL-175.
> We've since removed Tcl 8.0 support from ports.
> 
> I'd really rather not have to test the full matrix of all the TCL
> versions... I wonder if this isn't what we should commit:
> 
> Index: Makefile
> ===================================================================
> --- Makefile	(revision 302880)
> +++ Makefile	(working copy)
> @@ -90,4 +90,3 @@ MAKE_ARGS+=	CONF_OPT_RUBY="--enable-ruby
>  .if defined(WITH_TCL)
> -USE_TCL=	82+
> -USE_TCL_NO_THREADS=	yes
> +USE_TCL=	85+
>  .endif

I would be more than happy to see this committed. Tcl version can
cohexist, and < 8.4 exist just to support a couple of legacy softwares.

It wouldn't hurt anybody to require >= 8.5 to run the interp in vim.

-- 
Pietro Cerutti
The FreeBSD Project
gahr at FreeBSD.org

PGP Public Key:
http://gahr.ch/pgp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs/attachments/20120830/a1b4d14b/attachment.sig>


More information about the freebsd-ports-bugs mailing list