summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-09-28 03:49:18 +0000
committerhubertf <hubertf@pkgsrc.org>2002-09-28 03:49:18 +0000
commit533fc5b2ddefb44aa48d53f52ca2adc402805488 (patch)
treea9eda6e2cdabae536f248d323b4785179466faa1 /chat
parentd0fe7d5a69aabfe942e37fa8904105adf66df7bd (diff)
downloadpkgsrc-533fc5b2ddefb44aa48d53f52ca2adc402805488.tar.gz
Update gaim to 0.59.3. Changes:
0.59.3 (09/14/2002): Rob: This really has been made a little early. Of course, we figured that some of you may like to connect to Yahoo. Sorry about that little blunder. I blame it on George. Sean: That was just a silly mistake--there's no need to make George feel bad! There's also some nice i18n fixes in there by Matt Wilson from RedHat. George: Why doesn't anybody love me? 0.59.2 (09/09/2002): Rob: This time Sean couldn't be with us. I finally got my linux box some what back in order. Life has been extremely hectic for both Sean and myself lately, I think. Sean will have his cable connection soon and my linux box should be completely happy again soon. Thanks to everyone that kept the patches coming in and organized while we were busy (chip, luke, robot, etc.)
Diffstat (limited to 'chat')
-rw-r--r--chat/gaim/Makefile.common5
-rw-r--r--chat/gaim/distinfo10
-rw-r--r--chat/gaim/patches/patch-aa8
-rw-r--r--chat/gaim/patches/patch-ac12
4 files changed, 12 insertions, 23 deletions
diff --git a/chat/gaim/Makefile.common b/chat/gaim/Makefile.common
index 2eb3f3d0908..1545fb20867 100644
--- a/chat/gaim/Makefile.common
+++ b/chat/gaim/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.3 2002/08/28 07:43:54 jlam Exp $
+# $NetBSD: Makefile.common,v 1.4 2002/09/28 03:49:18 hubertf Exp $
#
-DISTNAME= gaim-0.59.1
+DISTNAME= gaim-0.59.3
CATEGORIES= chat x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/} \
ftp://ftp.marko.net/pub/gaim/
@@ -27,6 +27,7 @@ CONFIGURE_ARGS+= --disable-artsc
CONFIGURE_ARGS+= --disable-nas
CONFIGURE_ARGS+= --disable-perl
CONFIGURE_ARGS+= --disable-screensaver
+CONFIGURE_ARGS+= --with-libiconv-prefix=/nonexistant
CONFIGURE_ARGS+= --enable-esd
CONFIGURE_ARGS+= --enable-perl
diff --git a/chat/gaim/distinfo b/chat/gaim/distinfo
index ff2b3870ece..d2396d1ba54 100644
--- a/chat/gaim/distinfo
+++ b/chat/gaim/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2002/08/28 07:43:55 jlam Exp $
+$NetBSD: distinfo,v 1.15 2002/09/28 03:49:18 hubertf Exp $
-SHA1 (gaim-0.59.1.tar.gz) = 1fc89e3c0252beca6bbcdc36f0abd709796ec4dc
-Size (gaim-0.59.1.tar.gz) = 2117978 bytes
-SHA1 (patch-aa) = e4fe5ef9db63507e7a350afa82b4f46a95489bb6
+SHA1 (gaim-0.59.3.tar.gz) = 458f671d1c03769183ed580a6db7af17cd6be943
+Size (gaim-0.59.3.tar.gz) = 2116775 bytes
+SHA1 (patch-ac.BAK) = 5a86eb569c058136b4d7e361672f381b84dad30d
+SHA1 (patch-aa) = a00df71e75866d1afb4784fe6f27bc1f4ac38f5a
SHA1 (patch-ab) = b085e043c5cb5b66e0540fd21ea86908d777d37c
-SHA1 (patch-ac) = 5a86eb569c058136b4d7e361672f381b84dad30d
diff --git a/chat/gaim/patches/patch-aa b/chat/gaim/patches/patch-aa
index ce176f17e56..d4e2a99514a 100644
--- a/chat/gaim/patches/patch-aa
+++ b/chat/gaim/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.8 2002/08/28 07:43:56 jlam Exp $
+$NetBSD: patch-aa,v 1.9 2002/09/28 03:49:19 hubertf Exp $
---- configure.orig Mon Aug 26 10:41:07 2002
-+++ configure Wed Aug 28 13:39:51 2002
-@@ -12254,8 +12254,6 @@
+--- configure.orig Sun Sep 15 00:28:06 2002
++++ configure
+@@ -10798,8 +10798,6 @@
fi
rm -f conftest.$ac_objext conftest.$ac_ext
diff --git a/chat/gaim/patches/patch-ac b/chat/gaim/patches/patch-ac
deleted file mode 100644
index 8e2e6059860..00000000000
--- a/chat/gaim/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2002/08/28 07:43:58 jlam Exp $
-
---- src/util.c.orig Thu Aug 22 12:23:03 2002
-+++ src/util.c Wed Aug 28 13:46:53 2002
-@@ -32,7 +32,6 @@
- #include <string.h>
- #include <sys/wait.h>
- #include <ctype.h>
--#include <iconv.h>
- #include <math.h>
- #include "gaim.h"
- #include "prpl.h"