summaryrefslogtreecommitdiff
path: root/chat/gaim/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-09-04 12:57:00 +0000
committerjmmv <jmmv@pkgsrc.org>2003-09-04 12:57:00 +0000
commit65499fd5e777d1ecaadd4ab7fe885128e0dc201f (patch)
tree8d168d9962527e9d32d894bf02669c5133f6abb1 /chat/gaim/patches
parent6cebea056c8e49a1f6b5bd71d290d7477a3d8952 (diff)
downloadpkgsrc-65499fd5e777d1ecaadd4ab7fe885128e0dc201f.tar.gz
Update to 0.68, patch provided by Matthew Luckie:
* Removed the old event system and replaced it with a much better signal system. * Added plugin dependency support. * Rewrote the Perl plugin. All old scripts will break, but it offers a much better API for new scripts. * Yahoo color support (Tim Ringenbach (marv_sf)) * Yahoo and MSN get info support (Nathan Poznick) * Fixed Jabber registrations. * Fixed a problem where pouncing two users with the same name appeared in the same conversation window, and other related problems. (Robot101) * Corrected problems with proxy preferences. * Mailchk.c and simple.c compile again (Paul A (darkrain)) * Catalan translation updated (Robert Millan) * Chinese (Simplified) translation updated (Funda Wang) * Chinese (Traditional) translation updated (Ambrose C. Li) * Danish translation updated (Morten Brix Pedersen (mbrix)) * Finish translation updated (Ambrose C. LI (acli)) * German translation updated (Bjoern Voigt) * Portuguese (Brazilian) translation updated (Mauricio de Lemos Rodrigues Collares Neto) * Norwegian translation updated (Petter Johan Olsen) * Romanian translation updated (Misu Moldovan (dumol)) * Serbian translation updated (Danilo Segan) * Serbian Latin translation updated (Danilo Segan) * Swedish translation updated (Tore Lundqvist (luntor))
Diffstat (limited to 'chat/gaim/patches')
-rw-r--r--chat/gaim/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/gaim/patches/patch-aa b/chat/gaim/patches/patch-aa
new file mode 100644
index 00000000000..47dcabbdf77
--- /dev/null
+++ b/chat/gaim/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.14 2003/09/04 12:57:01 jmmv Exp $
+
+--- src/Makefile.in.orig 2003-09-02 05:12:56.000000000 +0200
++++ src/Makefile.in
+@@ -320,7 +320,7 @@ gaim_remote_SOURCES = \
+ gaim_remote_DEPENDENCIES = @LIBOBJS@
+ gaim_remote_LDADD = \
+ @LIBOBJS@ $(GLIB_LIBS) $(INTLLIBS) \
+- -L$(top_builddir)/plugins/gaim-remote -lgaim-remote
++ $(top_builddir)/plugins/gaim-remote/libgaim-remote.la
+
+
+ AM_CPPFLAGS = \