#22147: Variable in script need to be updated for MacPorts -----------------------------------+---------------------------------------- Reporter: Damien@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: script, variable | Port: tor-devel -----------------------------------+---------------------------------------- torify fails to run because it uses a variable with wrong content: it needs the MacPorts prefix path. {{{ $ torify elinks http://www.whatismyip.com/automation/n09230945.asp /opt/local/bin/torify: Missing tsocks configuration file "/etc/tor/tor- tsocks.conf". $ grep "/etc" /opt/local/bin/torify TSOCKS_CONF_FILE="/etc/tor/tor-tsocks.conf" }}} TSOCKS_CONF_FILE should be patched for being "/opt/local/etc/tor/tor- tsocks.conf" -- Ticket URL: <http://trac.macports.org/ticket/22147> MacPorts <http://www.macports.org/> Ports system for Mac OS