This is a major update, too many improvements to list here, see the ChangeLog in the distribution for details. pkgsrc changes: -remove dependency on tsocks; this is just one possible way to make applications use SOCKS; add a hint to MESSAGE -use the pkgsrc libevent - the NetBSD builtin is old, and tor complains loudly if it doesn't like the libevent version -make the rc.d script executable
13 lines
398 B
Text
13 lines
398 B
Text
$NetBSD: patch-ac,v 1.2 2005/08/04 10:55:31 drochner Exp $
|
|
|
|
--- contrib/Makefile.in.orig 2005-07-18 21:11:02.000000000 +0200
|
|
+++ contrib/Makefile.in
|
|
@@ -78,7 +78,7 @@ confdir = $(sysconfdir)/tor
|
|
|
|
EXTRA_DIST = exitlist tor-tsocks.conf torify.1 TorControl.py tor.nsi tor.sh torctl ExerciseServer.py PathDemo.py
|
|
|
|
-conf_DATA = tor-tsocks.conf
|
|
+#conf_DATA = tor-tsocks.conf
|
|
|
|
bin_SCRIPTS = torify
|
|
|