Date: Wed, 29 Aug 2012 08:31:38 GMT From: Pietro Cerutti <gahr@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/171156: [patch] math/R -- remove limitation on unthreaded version of Tk Message-ID: <201208290831.q7T8VcX9048756@red.freebsd.org> Resent-Message-ID: <201208290840.q7T8eBvA036173@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208290831.q7T8VcX9048756>