Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2012 10:11:27 GMT
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171158: [patch] editors/vim -- remove limitation on unthreaded version of Tcl
Message-ID:  <201208291011.q7TABRp6084270@red.freebsd.org>
Resent-Message-ID: <201208291020.q7TAK2xu047855@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171158
>Category:       ports
>Synopsis:       [patch] editors/vim -- remove limitation on unthreaded version of Tcl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 29 10:20:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Pietro Cerutti
>Release:        
>Organization:
The FreeBSD Project
>Environment:
>Description:
The WITH_TCL option in editor/vim requires an unthreaded version of Tcl via the USE_TCL_NO_THREADS variable. I think this is not needed. I have successfully built vim against a threaded version of Tcl and run-tested some basic :tcldo stuff.

I kindly ask you to check whether this is really needed, and in case it's not, to approve my patch.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 302796)
+++ Makefile	(working copy)
@@ -89,7 +89,6 @@
 
 .if defined(WITH_TCL)
 USE_TCL=	82+
-USE_TCL_NO_THREADS=	yes
 .endif
 
 .if defined(WITH_LUA)


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208291011.q7TABRp6084270>