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

Pietro Cerutti gahr at FreeBSD.org
Wed Aug 29 10:20:02 UTC 2012


>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:



More information about the freebsd-ports-bugs mailing list