Update of /cvsroot/fink/packages/dists/stable/main/finkinfo/net
In directory usw-pr-cvs1:/tmp/cvs-serv24048

Added Files:
        xchat-1.8.9-2.info xchat-1.8.9-2.patch 
Removed Files:
        xchat-1.8.8-1.info xchat-1.8.8-1.patch 
Log Message:
sync with unstable

--- NEW FILE: xchat-1.8.9-2.info ---
Package: xchat
Version: 1.8.9
Revision: 2
Maintainer: Max Horn <[EMAIL PROTECTED]>
Depends: gnome-core, db3-shlibs, dlcompat (>= 20020120-1)
BuildDepends: db3 (>= 3.3.11-4), python, gdk-pixbuf, glib, gtk+, readline, 
gnome-core-dev, gnome-libs-dev
Conflicts: xchat-ssl
Replaces: xchat-ssl
Source: http://www.xchat.org/files/source/1.8/xchat-%v.tar.bz2
Source-MD5: a7d3723053fbee23399647f88afd15fa
Patch: %f.patch
UpdateLibtool: true
ConfigureParams: --enable-japanese-conv --enable-hebrew --enable-panel --enable-python
SetLIBS: -lintl -liconv
SetCPPFLAGS: -no-cpp-precomp
DocFiles: AUTHORS COPYING FAQ README
Description: Graphical IRC client
DescDetail: <<
Xchat is a graphical IRC client for UNIX operating systems (I.R.C. is Internet
Relay Chat, see http://irchelp.org for more information about IRC in general).
It runs under the X Window System and uses the GTK+ toolkit. Optionally it can
be compiled to use Gnome.
<<
DescPort: <<
The SetLIBS is necessary to get xchat to link.
<<
Homepage: http://www.xchat.org
License: GPL

--- NEW FILE: xchat-1.8.9-2.patch ---
diff -ru xchat-1.8.7/configure xchat-1.8.7-patched/configure
--- xchat-1.8.7/configure       Mon Jan  7 11:16:55 2002
+++ xchat-1.8.7-patched/configure       Tue Jan 29 19:13:29 2002
@@ -4357,8 +4357,8 @@
                fi
                PERL_LDFLAGS=`echo $PERL_LDFLAGS |$sedpath 's/-lc //'`
                echo "$ac_t""ok" 1>&6
-               CFLAGS="$CFLAGS $PERL_CFLAGS"
-               LIBS="$LIBS $PERL_LDFLAGS"
+               CFLAGS="$PERL_CFLAGS $CFLAGS"
+               LIBS="$PERL_LDFLAGS $LIBS"
                cat >> confdefs.h <<\EOF
 #define USE_PERL 1
 EOF
diff -ru xchat-1.8.9/src/common/notify.c xchat-1.8.10/src/common/notify.c
--- xchat-1.8.9/src/common/notify.c     Mon May 20 13:43:31 2002
+++ xchat-1.8.10/src/common/notify.c    Sat Jun  8 14:22:15 2002
@@ -283,7 +283,7 @@
                if (len > 500)
                {
                        notify_flush_watches (serv, point, list);
-                       len = 0;
+                       len = strlen (notify->name) + 2;
                        point = list;
                }
 

--- xchat-1.8.8-1.info DELETED ---

--- xchat-1.8.8-1.patch DELETED ---



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to