[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8455: Removed verbose patch output. (tor/trunk/doc)
Author: phobos
Date: 2006-09-21 21:15:07 -0400 (Thu, 21 Sep 2006)
New Revision: 8455
Modified:
tor/trunk/doc/tor-win32-mingw-creation.txt
Log:
Removed verbose patch output.
Modified: tor/trunk/doc/tor-win32-mingw-creation.txt
===================================================================
--- tor/trunk/doc/tor-win32-mingw-creation.txt 2006-09-22 00:45:08 UTC (rev 8454)
+++ tor/trunk/doc/tor-win32-mingw-creation.txt 2006-09-22 01:15:07 UTC (rev 8455)
@@ -7,7 +7,6 @@
Download mingw:
http://prdownloads.sf.net/mingw/MinGW-5.0.3.exe?download
-
Download msys:
http://prdownloads.sf.net/mingw/MSYS-1.0.10.exe?download
@@ -92,48 +91,6 @@
cp /c/tor-mingw/tor/Win32Build/mingw/libevent-1.1b-mingw-custom.diff /c/tor-mingw/libevent-1.1b/
patch -i libevent-1.1b-mingw-custom.diff
-Your output of the "patch" command should be similar to:
-"patch -i libevent-1.1b-mingw-custom.diff
-patching file `Makefile.am'
-can't find file to patch at input line 49
-Perhaps you should have used the -p or --strip option?
-The text leading up to this was:
---------------------------
-|Only in libevent-1.1b: Makefile.in
-|diff -uwr libevent-1.1b-old/WIN32-Code/misc.c libevent-1.1b/WIN32-Code/misc.c
-|--- libevent-1.1b-old/WIN32-Code/misc.c Wed Aug 9 21:01:14 2006
-|+++ libevent-1.1b/WIN32-Code/misc.c Fri Sep 1 22:21:31 2006
---------------------------
-File to patch: WIN32-Code/misc.c
-patching file `WIN32-Code/misc.c'
-can't find file to patch at input line 65
-Perhaps you should have used the -p or --strip option?
-The text leading up to this was:
---------------------------
-|diff -uwr libevent-1.1b-old/WIN32-Code/misc.h libevent-1.1b/WIN32-Code/misc.h
-|--- libevent-1.1b-old/WIN32-Code/misc.h Wed Aug 9 21:01:14 2006
-|+++ libevent-1.1b/WIN32-Code/misc.h Fri Sep 1 18:47:09 2006
---------------------------
-File to patch: WIN32-Code/misc.h
-patching file `WIN32-Code/misc.h'
-can't find file to patch at input line 78
-Perhaps you should have used the -p or --strip option?
-The text leading up to this was:
---------------------------
-|diff -uwr libevent-1.1b-old/WIN32-Code/win32.c
-libevent-1.1b/WIN32-Code/win32.c
-|--- libevent-1.1b-old/WIN32-Code/win32.c Wed Aug 9 21:25:48 2006
-|+++ libevent-1.1b/WIN32-Code/win32.c Sat Sep 2 00:45:55 2006
---------------------------
-File to patch: WIN32-Code/win32.c
-patching file `WIN32-Code/win32.c'
-patching file `buffer.c'
-patching file `config.h.in'
-patching file `configure.in'
-patching file `evbuffer.c'
-patching file `event.c'
-patching file `log.c' "
-
--This is a complete hack right now:
remove from event.c and log.c:
#ifdef __GNUC__