ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/import_libevent
(Generate patch)

Comparing libev/import_libevent (file contents):
Revision 1.14 by root, Fri Dec 7 20:24:57 2007 UTC vs.
Revision 1.18 by root, Wed Dec 12 00:17:42 2007 UTC

5 exit 1 5 exit 1
6fi 6fi
7 7
8# this program combines libev and libevent into a single package 8# this program combines libev and libevent into a single package
9 9
10cvs update -AdP 10cvs update -AdP libev
11rsync -avP libev/. . --exclude CVS 11rsync -avP libev/. . --exclude CVS
12 12
13LE=../libevent-1.4.0-beta 13LE=../libevent-1.4.0-beta
14 14
15cp $LE/evdns.h . 15cp $LE/evdns.h .
101 101
102perl -ne ' 102perl -ne '
103 #s/-Wall/-Wall -Wno-comment -Wunused-function -Wno-unused-value/; 103 #s/-Wall/-Wall -Wno-comment -Wunused-function -Wno-unused-value/;
104 s/-Wall//g; 104 s/-Wall//g;
105 #s/libevent/libev/g; 105 #s/libevent/libev/g;
106 s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,1.7)/; 106 s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,1.81)/;
107 s/AC_LIBOBJ\(select\)/: ;/g; 107 s/AC_LIBOBJ\(select\)/: ;/g;
108 s/AC_LIBOBJ\(poll\)/: ;/g; 108 s/AC_LIBOBJ\(poll\)/: ;/g;
109 s/AC_LIBOBJ\(kqueue\)/: ;/g; 109 s/AC_LIBOBJ\(kqueue\)/: ;/g;
110 s/AC_LIBOBJ\(epoll\)/: ;/g; 110 s/AC_LIBOBJ\(epoll\)/: ;/g;
111 s/AC_LIBOBJ\(devpoll\)/: ;/g; 111 s/AC_LIBOBJ\(devpoll\)/: ;/g;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines