Summary: | [patch] editors/vim -- remove limitation on unthreaded version of Tcl | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Pietro Cerutti <gahr> | ||||
Component: | Individual Port(s) | Assignee: | David E. O'Brien <obrien> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Pietro Cerutti
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->obrien Over to maintainer (via the GNATS Auto Assign Tool) Author: obrien Date: Wed Sep 12 15:40:26 2012 New Revision: 304151 URL: http://svn.freebsd.org/changeset/ports/304151 Log: Remove limitation on unthreaded version of Tcl. PR: 171158 Submitted by: gahr Modified: head/editors/vim/Makefile Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Wed Sep 12 15:15:15 2012 (r304150) +++ head/editors/vim/Makefile Wed Sep 12 15:40:26 2012 (r304151) @@ -88,8 +88,7 @@ MAKE_ARGS+= CONF_OPT_RUBY="--enable-ruby .endif .if defined(WITH_TCL) -USE_TCL= 82+ -USE_TCL_NO_THREADS= yes +USE_TCL= 85+ .endif .if defined(WITH_LUA) _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed as r304151. |