Update of /cvsroot/fink/packages/dists/unstable/crypto/finkinfo
In directory usw-pr-cvs1:/tmp/cvs-serv11938/crypto/finkinfo

Added Files:
        xchat-ssl-1.8.10-3.info xchat-ssl-1.8.10-3.patch 
Removed Files:
        xchat-ssl-1.8.10-1.info xchat-ssl-1.8.10-1.patch 
Log Message:
fixing python dependency


--- NEW FILE: xchat-ssl-1.8.10-3.info ---
Package: xchat-ssl
Version: 1.8.10
Revision: 3
Maintainer: Max Horn <[EMAIL PROTECTED]>
Depends: gnome-core, db3-shlibs, dlcompat (>= 20020120-1), openssl, python
BuildDepends: db3 (>= 3.3.11-4), gdk-pixbuf, glib, gtk+, readline, gnome-core-dev, 
gnome-libs-dev, openssl-dev
Conflicts: xchat
Replaces: xchat
Source: http://www.xchat.org/files/source/1.8/xchat-%v.tar.bz2
Source-MD5: 9295830df5d040d7723620322a65f89c
Patch: %f.patch
UpdateLibtool: true
ConfigureParams: --enable-japanese-conv --enable-hebrew --enable-panel  
--enable-python --enable-openssl
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-ssl-1.8.10-3.patch ---
diff -ru xchat-1.8.10/configure xchat-1.8.10-patched/configure
--- xchat-1.8.10/configure      2002-08-07 06:19:11.000000000 +0200
+++ xchat-1.8.10-patched/configure      2002-08-08 21:04:35.000000000 +0200
@@ -5034,8 +5034,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
Only in xchat-1.8.10-patched/: configure~
diff -ru xchat-1.8.10/intl/Makefile.in xchat-1.8.10-patched/intl/Makefile.in
--- xchat-1.8.10/intl/Makefile.in       2000-01-01 04:19:37.000000000 +0100
+++ xchat-1.8.10-patched/intl/Makefile.in       2002-08-08 23:05:18.000000000 +0200
@@ -41,7 +41,7 @@
 INSTALL_DATA = @INSTALL_DATA@
 MKINSTALLDIRS = @MKINSTALLDIRS@
 
-l = @l@
+l = 
 
 AR = ar
 CC = @CC@
@@ -202,12 +202,8 @@
 # The dependency for intlh.inst is different in gettext and all other
 # packages.  Because we cannot you GNU make features we have to solve
 # the problem while rewriting Makefile.in.
-@[EMAIL PROTECTED]: intlh.inst.in ../config.status
-@GT_YES@       cd .. \
-@GT_YES@       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
-@GT_YES@         $(SHELL) ./config.status
-@[email protected]: intlh.inst
-@[EMAIL PROTECTED]:
+.PHONY: intlh.inst
+intlh.inst:
 
 # Tell versions [3.59,3.63) of GNU make not to export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.

--- xchat-ssl-1.8.10-1.info DELETED ---

--- xchat-ssl-1.8.10-1.patch DELETED ---



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to