Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/net
In directory sc8-pr-cvs1:/tmp/cvs-serv3428

Added Files:
        gaim-0.59.8-1.info gaim-0.59.8-1.patch 
Removed Files:
        gaim-0.59.6-1.info gaim-0.59.6-1.patch 
Log Message:
new upstream version

--- NEW FILE: gaim-0.59.8-1.info ---
Package: gaim
Version: 0.59.8
Revision: 1
Maintainer: Max Horn <[EMAIL PROTECTED]>
Depends: gnome-libs, gdk-pixbuf-shlibs
BuildDepends: gdk-pixbuf, glib, gtk+, gnome-libs-dev, dlcompat-dev
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: dbaa33562c6f88b60f55dc44b0503ba0
Patch: %f.patch
ConfigureParams: --mandir=%p/share/man --disable-artsc
InstallScript: make install DESTDIR=%d
SetCPPFLAGS: -no-cpp-precomp
SetCFlags: -O
CompileScript: <<
 ./configure %c
 make
 echo "_dlsym" > sym.list
 echo "_dlclose" >> sym.list
 nmedit -R sym.list src/gaim
<<
DocFiles: <<
  AUTHORS COPYING ChangeLog HACKING NEWS README TODO
  doc/CREDITS doc/FAQ doc/*.txt
<<
Description: Instant Messaging client
DescDetail: <<
Gaim is a clone of AOL's Instant Messenger client. It features
nearly all of the functionality of the official AIM client while
also being smaller and faster. Gaim also has plugins that let
you use ICQ, Yahoo, MSN, IRC, Jabber, Napster, and Zephyr.
<<
DescPort: <<
Perl's DynaLoader on OS X is broken, it exports two symbols (dlsym and dlclose)
which conflict with dlcompat, and break plugin support in gaim. To work around
this, we manually make these symbold static.

Had to set the optimizations down from -O2 to -O, because of a gcc3 bug.

Fix the wacky custom build rule for loadable modules to work on OS X.
<<
Homepage: http://gaim.sourceforge.net/
License: GPL

--- NEW FILE: gaim-0.59.8-1.patch ---
diff -ruN gaim-0.59.8/configure gaim-0.59.8-patched/configure
--- gaim-0.59.8/configure       2003-01-08 03:21:24.000000000 +0100
+++ gaim-0.59.8-patched/configure       2003-01-25 18:03:46.000000000 +0100
@@ -7581,7 +7581,6 @@
 # Prevent multiple expansion
 
 
-LIBTOOL="$LIBTOOL --silent"
 # Find a good install program.  We prefer a C program (faster),
 # so one script is as good as another.  But avoid the broken or
 # incompatible versions:
diff -ruN gaim-0.59.8/plugins/Makefile.in gaim-0.59.8-patched/plugins/Makefile.in
--- gaim-0.59.8/plugins/Makefile.in     2003-01-08 03:21:48.000000000 +0100
+++ gaim-0.59.8-patched/plugins/Makefile.in     2003-01-25 18:20:40.000000000 +0100
@@ -286,7 +286,7 @@
        $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $< -o [email protected] $(PLUGIN_CFLAGS)
        $(LIBTOOL) --mode=link    $(CC) $(CFLAGS) -o [email protected] -rpath $(plugindir) 
[email protected] $(LIBS) $(LDFLAGS) -module -avoid-version $(PLUGIN_LIBS)
        @rm -f [email protected] [email protected] [email protected]
-       @cp .libs/[email protected]* $@
+       @mv .libs/[email protected] $@
        @rm -f .libs/libtmp$@.*
 
 @PLUGINS_TRUE@$(plugin_DATA): $(top_srcdir)/src/gaim.h

--- gaim-0.59.6-1.info DELETED ---

--- gaim-0.59.6-1.patch DELETED ---



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to