[MacPorts] #37107: R.app crashes when trying to load tk at 8.5.13_0+quartz
MacPorts
noreply at macports.org
Wed Mar 27 20:56:37 UTC 2019
#37107: R.app crashes when trying to load tk at 8.5.13_0+quartz
-----------------------------------+---------------------
Reporter: andrekw@… | Owner: kjellpk
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.2
Resolution: | Keywords:
Port: tk R-app R-framework |
-----------------------------------+---------------------
Comment (by chrstphrchvz):
Note that `R-framework` has been [https://github.com/macports/macports-
ports/commit/efdc7119e045fd17b6537e922c60a43c2a4e88c6 removed], and `R`
would be a relevant port for this ticket.
If the `tk +x11` workaround is still required, then I can open a pull
request for `R` to add the following:
{{{#!diff
+PortGroup active_variants 1.1
[…]
variant tcltk description {enable use of tcltk} {
+ # Known crash with Tk Aqua, see
https://trac.macports.org/ticket/37107#comment:3
+ require_active_variants tk x11 quartz
+
depends_lib-append port:tcl \
port:tk
configure.args-delete --without-tcltk
configure.args-append --with-tcltk \
--with-tcl-config=${prefix}/lib/tclConfig.sh
\
--with-tk-config=${prefix}/lib/tkConfig.sh
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/37107#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list