ports/171156: [patch] math/R -- remove limitation on unthreaded version of Tk
Pietro Cerutti
gahr at FreeBSD.org
Wed Aug 29 08:40:11 UTC 2012
>Number: 171156
>Category: ports
>Synopsis: [patch] math/R -- remove limitation on unthreaded version of Tk
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 29 08:40:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Pietro Cerutti
>Release:
>Organization:
The FreeBSD Project
>Environment:
>Description:
math/R specifies that it requires an unthreaded version of Tk, via the USE_TK_NO_THREADS variable. I have successfully built R with a threaded version of Tk and run R --gui=Tk without any problems.
I kindly ask you to check whether this limitation is actually needed. If it's not the case, I'll remove the variable.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
--- Makefile (revision 302796)
+++ Makefile (working copy)
@@ -194,7 +194,6 @@
.endif
.if ${PORT_OPTIONS:MTCLTK}
-USE_TK_NO_THREADS= yes
USE_TK = 84+
CONFIGURE_ARGS+= --with-tcltk \
--with-tcl-config=${TCL_LIBDIR}/tclConfig.sh \
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list