On Wed, Aug 8, 2012 at 4:26 PM, Jordi Espasa Clofent jespasac@minibofh.org wrote:
What line does the build process use when linking Tor?
Hi again Nick,
I have no idea, but I guess I could do the next:
- Stop the tor service
- deinstall the present port
- Check the tcmalloc option is enabled
- install the port and redirect all the output to a log file
$ /usr/local/etc/rc.d/tor stop $ cd /usr/ports/security/tor $ make deinstall $ make showconfig $ make install >& /tmp/tor_freebsd_port.log
and send to you the log.
What do you think?
Sounds pretty involved! Is there really no way to recompile software from a freebsd port without uninstalling it?