From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 30 07:36:44 2012 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF2C21065673; Thu, 30 Aug 2012 07:36:44 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel09.rubas.ch (cpanel09.rubas.ch [195.182.222.79]) by mx1.freebsd.org (Postfix) with ESMTP id 8D7BC8FC16; Thu, 30 Aug 2012 07:36:44 +0000 (UTC) Received: from 175-3.192-178.cust.bluewin.ch ([178.192.3.175]:49482 helo=gahrfit.gahr.ch) by cpanel09.rubas.ch with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77) (envelope-from ) id 1T6zIq-002Rl9-2K; Thu, 30 Aug 2012 09:36:36 +0200 Date: Thu, 30 Aug 2012 09:36:34 +0200 From: Pietro Cerutti To: David O'Brien Message-ID: <20120830073634.GF64517@gahrfit.gahr.ch> References: <201208291020.q7TAKETL048000@freefall.freebsd.org> <20120829222138.GA11490@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fKtH0JUtvN5p2ETH" Content-Disposition: inline In-Reply-To: <20120829222138.GA11490@dragon.NUXI.org> X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel09.rubas.ch X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/171158: [patch] editors/vim -- remove limitation on unthreaded version of Tcl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2012 07:36:45 -0000 --fKtH0JUtvN5p2ETH Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2012-Aug-29, 15:21, David O'Brien wrote: > Hi Pietro, >=20 > > .if defined(WITH_TCL) > > USE_TCL=3D 82+ > > -USE_TCL_NO_THREADS=3D yes > > .endif >=20 > Pietro, > What version of TCL did you test with? (I'm guessing 8.5). Ehm 8.6 actually.. >=20 > 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. >=20 > 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: >=20 > Index: Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- Makefile (revision 302880) > +++ Makefile (working copy) > @@ -90,4 +90,3 @@ MAKE_ARGS+=3D CONF_OPT_RUBY=3D"--enable-ruby > .if defined(WITH_TCL) > -USE_TCL=3D 82+ > -USE_TCL_NO_THREADS=3D yes > +USE_TCL=3D 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 >=3D 8.5 to run the interp in vim. --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --fKtH0JUtvN5p2ETH Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlA/GAEACgkQwMJqmJVx946KNACfcJq4J6qPIBM/4mFzSTmiAbGr GHoAoMfIUNqCoz9Z8o9Chivrk5qCZcy3 =M2uq -----END PGP SIGNATURE----- --fKtH0JUtvN5p2ETH--