CVS: moonbase/chat/xchat BUILD,1.7,1.8 DETAILS,1.11,1.12

Terry Chan tchan at lunar-linux.org
Fri Aug 1 15:19:58 GMT 2003


Update of /var/cvs/lunar/moonbase/chat/xchat
In directory dbguin.lunar-linux.org:/tmp/cvs-serv27391

Modified Files:
	BUILD DETAILS 
Log Message:
Fixed xchat with a patch that now works correctly for python2.2 and python2.3.
This patch can be submitted to the xchat devs.  This patch also needs to
be removed once the xchat devs get their act together and fix xchat correctly.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/xchat/BUILD,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- BUILD	1 Aug 2003 03:56:00 -0000	1.7
+++ BUILD	1 Aug 2003 15:19:56 -0000	1.8
@@ -1,12 +1,11 @@
 (
-  if [[ "$(installed_version Python)" == "2.3" ]]; then
-  sedit 's/sys.path\[1/sys.path\[2/' configure.in
-  gettextize --copy --force --intl
-  libtoolize --force
-  aclocal  -I m4
-  autoconf
-  automake -a -c -f --foreign
-  fi                                              &&
+  patch_it  $SOURCE_CACHE/$SOURCE2 0 &&
+  gettextize --copy --force --intl &&
+  libtoolize --force &&
+  aclocal  -I m4 &&
+  autoconf &&
+  automake -a -c -f --foreign &&
+
   ./configure  --build=$BUILD            \
                --prefix=/usr             \
                --enable-ipv6             \

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/xchat/DETAILS,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- DETAILS	31 Jul 2003 12:06:31 -0000	1.11
+++ DETAILS	1 Aug 2003 15:19:56 -0000	1.12
@@ -1,11 +1,13 @@
           MODULE=xchat
          VERSION=2.0.4
           SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=$MODULE-$VERSION-configure.in.patch 
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=http://www.xchat.org/files/source/2.0/$SOURCE
+  SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
         WEB_SITE=http://www.xchat.org
          ENTERED=20020729
-         UPDATED=20030731
+         UPDATED=20030801
            SHORT="xchat: an IRC client."
 cat << EOF
 xchat is an IRC client for Unix operating systems.  It runs under the X




More information about the Lunar-commits mailing list