Hello,
Installing tor from pkgsrc installs torify, which is a wrapper to torsocks. But it doesn't look like torsocks is installed as a dependency. Consequently, when running torify we get
/usr/pkg/bin/torify: torsocks not found in your PATH. Perhaps it isn't installed? (tsocks is no longer supported, for security reasons.)
Any reason not to include torsocks as a dependency?
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/tor/Makefile,v
retrieving revision 1.163
diff -b -r1.163 Makefile
60a61,62
> DEPENDS+= torsocks-[0-9]*:../../net/torsocks
>
Regards,
Jason