#22954: wish does not run on Snow Leopard ---------------------------------+------------------------------------------ Reporter: mdippery@… | Owner: mww@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: | Keywords: Port: tcl | ---------------------------------+------------------------------------------ Comment(by zeph0x@…):
Hi everyone, I am also having this problem. I am new to MacPorts, can someone run through steps for how to use this tcl.patch? I am not sure which folder I need to be in to apply the patch. Is it as simple as finding that folder and then doing something like "patch -p1 < tcl.patch" ? Thanks.
Do this: {{{ $ cd /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/tcl $ sudo patch < ~/Downloads/tcl.2.patch $ sudo port install tcl }}} All Portfiles are found in the /opt/local/var/macports/sources/rsync.macports.org/release/port. You can run a find command from there to find your port: {{{ $ find . -type d -iname tcl ./lang/tcl $ }}} Or use the port command to find what folder it is in {{{ $ port info tcl tcl @8.5.9, Revision 1 (lang) }}} -- Ticket URL: <https://trac.macports.org/ticket/22954#comment:13> MacPorts <http://www.macports.org/> Ports system for Mac OS