[or-cvs] r12703: backport candidates for win32 and osx. Fix some obvious win3 (in tor/trunk/contrib: . osx)

phobos at seul.org phobos at seul.org
Thu Dec 6 18:46:59 UTC 2007


Author: phobos
Date: 2007-12-06 13:46:59 -0500 (Thu, 06 Dec 2007)
New Revision: 12703

Modified:
   tor/trunk/contrib/osx/TorPostflight
   tor/trunk/contrib/tor-mingw.nsi.in
Log:
backport candidates for win32 and osx.  Fix some obvious win32 nsi
changes caught by Steve Topletz.  Fix the man page path in OSX as caught
by mmmpf.


Modified: tor/trunk/contrib/osx/TorPostflight
===================================================================
--- tor/trunk/contrib/osx/TorPostflight	2007-12-06 17:18:42 UTC (rev 12702)
+++ tor/trunk/contrib/osx/TorPostflight	2007-12-06 18:46:59 UTC (rev 12703)
@@ -89,8 +89,8 @@
 ln -sf $TARGET/tor-resolve .
 
 cd /usr/share/man/man1
-MAN1=$TARGET/man/man1
-ln -sf $MAN1/*.1 .
+MAN1=$TARGET/share/man/man1
+#ln -sf $MAN1/*.1 .
 
 if [ -d /Library/StartupItems/Privoxy ]; then
   find /Library/StartupItems/Privoxy -print0 | xargs -0 chown root:wheel

Modified: tor/trunk/contrib/tor-mingw.nsi.in
===================================================================
--- tor/trunk/contrib/tor-mingw.nsi.in	2007-12-06 17:18:42 UTC (rev 12702)
+++ tor/trunk/contrib/tor-mingw.nsi.in	2007-12-06 18:46:59 UTC (rev 12703)
@@ -10,10 +10,10 @@
 !define WEBSITE "https://www.torproject.org/"
 
 !define LICENSE "LICENSE"
-;BIN is where it expects to find tor.exe, tor-resolve.exe, libcrypto.a and libssl.a
+;BIN is where it expects to find tor.exe and tor-resolve.exe
 !define BIN "..\bin"
 
-SetCompressor lzma
+SetCompressor /SOLID lzma
 OutFile ${INSTALLER}
 InstallDir $PROGRAMFILES\Tor
 SetOverWrite ifnewer
@@ -25,10 +25,10 @@
 XPStyle on
 VIProductVersion "${VERSION}"
 VIAddVersionKey "ProductName" "The Onion Router: Tor"
-VIAddVersionKey "Comments" "https://www.torproject.org/"
+VIAddVersionKey "Comments" "${WEBSITE}"
 VIAddVersionKey "LegalTrademarks" "Three line BSD"
 VIAddVersionKey "LegalCopyright" "©2004-2007, Roger Dingledine, Nick Mathewson"
-VIAddVersionKey "FileDescription" "Tor is an implementation of Onion Routing. You can read more at https://www.torproject.org/"
+VIAddVersionKey "FileDescription" "Tor is an implementation of Onion Routing. You can read more at ${WEBSITE}"
 VIAddVersionKey "FileVersion" "${VERSION}"
 
 !define MUI_WELCOMEPAGE_TITLE "Welcome to the Tor ${VERSION} Setup Wizard"



More information about the tor-commits mailing list