Update of /cvsroot/fink/dists/10.2/unstable/crypto/finkinfo
In directory usw-pr-cvs1:/tmp/cvs-serv32569/unstable/crypto/finkinfo
Added Files:
gabber-ssl-0.8.7-2.info gabber-ssl-0.8.7-2.patch
Log Message:
ready for 10.2; revision bump for C++ code
--- NEW FILE: gabber-ssl-0.8.7-2.info ---
Package: gabber-ssl
Version: 0.8.7
Revision: 2
GCC: 3.1
Maintainer: Max Horn <[EMAIL PROTECTED]>
Conflicts: gabber
Replaces: gabber
Depends: libglade, gtkmm (>= 1.2.10-7), gnomemm (>= 1.2.2-6), gal19-shlibs,
scrollkeeper, xmms, openssl
BuildDepends: gal19, gdk-pixbuf, freetype2, libogg, libvorbis0, openssl-dev,
audiofile, db3 (>= 3.3.11-11), esound, glib, gtk+, libjpeg, libpng, libtiff, netpbm,
orbit, readline (>= 4.3-5), giflib | libungif, imlib, bonobo-dev, control-center-dev,
gconf-dev, glibwww, gnome-core-dev, gnome-libs-dev, gnome-print-dev, gtkhtml-dev,
oaf-dev, guile-dev, libmikmod, libsigc++ (>= 1.0.4-4), libwww, libxml, popt,
gnome-vfs-dev | gnome-vfs-ssl-dev
Suggests: gnupg
Source: mirror:sourceforge:gabber/gabber-%v.tar.gz
Patch: %f.patch
SetCPPFLAGS: -no-cpp-precomp
ConfigureParams: --mandir=%p/share/man
DocFiles: README COPYING* AUTHORS TODO NEWS
Description: Client for the Jabber IM system.
DescPort: <<
- fixed a header problem with sstream/strstream
- force locale files to be installed in %p/share/locale
<<
Homepage: http://gabber.sourceforge.net
License: GPL
--- NEW FILE: gabber-ssl-0.8.7-2.patch ---
diff -ru gabber-0.8.7/configure gabber-0.8.7-patched/configure
--- gabber-0.8.7/configure Mon Feb 18 00:19:10 2002
+++ gabber-0.8.7-patched/configure Wed Apr 3 18:52:41 2002
@@ -10906,7 +10906,7 @@
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
CATOBJEXT=.mo
- DATADIRNAME=lib
+ DATADIRNAME=share
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
INSTOBJEXT=.mo
@@ -11845,10 +11845,6 @@
gtkmm_using_macro=''
test "x${gtkmm_cv_cxx_ostringstream_in_std}" = "xno" && \
gtkmm_using_macro='namespace std {using ::ostringstream;}'
-
- cat >>confdefs.h <<_ACEOF
-#define USING_STD_SSTREAM ${gtkmm_using_macro}
-_ACEOF
# Check whether --enable-static-gabber or --disable-static-gabber was given.
if test "${enable_static_gabber+set}" = set; then
diff -ru gabber-0.8.7/src/TCPTransmitter.cc gabber-0.8.7-patched/src/TCPTransmitter.cc
--- gabber-0.8.7/src/TCPTransmitter.cc Sun Feb 17 23:29:51 2002
+++ gabber-0.8.7-patched/src/TCPTransmitter.cc Wed Apr 3 18:49:13 2002
@@ -37,7 +37,7 @@
#ifdef USING_STD_SSTREAM
#include <sstream>
#else
-#include <stdstream>
+#include <strstream>
#endif
#include <sys/socket.h>
#include <arpa/inet.h>
@@ -1690,7 +1690,7 @@
#ifdef USING_STD_SSTREAM
istringstream ist(_proxy.response_line);
#else
- istrstream ist(_proxy.response_line);
+ istrstream ist(_proxy.response_line.c_str());
#endif
string skipstring;
-------------------------------------------------------
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