ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/util/gatherer
(Generate patch)

Comparing deliantra/Deliantra-Client/util/gatherer (file contents):
Revision 1.8 by root, Wed Jan 4 09:16:40 2012 UTC vs.
Revision 1.9 by root, Wed Jan 4 11:23:23 2012 UTC

70#PANGO=1.6.0 70#PANGO=1.6.0
71 71
72export EV_EVENTFD=0 72export EV_EVENTFD=0
73export EV_INOTIFY=0 73export EV_INOTIFY=0
74export EV_SIGNALFD=0 74export EV_SIGNALFD=0
75
76if true; then
77 for mod in Coro IO/AIO AnyEvent EV Urlader deliantra/Deliantra deliantra/Deliantra-Client; do
78# for mod in common-sense AnyEvent EV JSON-XS deliantra/Deliantra Compress-LZF BDB Guard deliantra/Deliantra-Client; do
79# for mod in CFPlus; do
80 (
81 cd /root/src/$mod || exit
82 cvs update -AdP
83 rm -rf blib
84 $PERL Makefile.PL </dev/null >/dev/null
85 $MAKE clean >/dev/null
86 $PERL Makefile.PL </dev/null >/dev/null
87 if ! $MAKE install >log 2>&1; then
88 echo
89 echo error while building $mod
90 cat log
91 exit
92 fi
93 rm -f log
94 $MAKE clean >/dev/null
95 ) || exit
96 done
97fi
98 75
99cat <<EOF >"$DIST"/pango.rc 76cat <<EOF >"$DIST"/pango.rc
100[Pango] 77[Pango]
101ModuleFiles = pango.modules 78ModuleFiles = pango.modules
102EOF 79EOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines