Works fine for me with MSN on amd64.

--
Benoit

Brad wrote:
> Here is an update to Pidgin 2.5.4. Please test.
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/pidgin/Makefile,v
> retrieving revision 1.33
> diff -u -p -r1.33 Makefile
> --- Makefile  27 Dec 2008 20:48:00 -0000      1.33
> +++ Makefile  13 Jan 2009 03:14:59 -0000
> @@ -4,14 +4,15 @@ SHARED_ONLY=        Yes
>  
>  COMMENT=     multi-protocol instant messaging client
>  
> -DISTNAME=    pidgin-2.5.3
> +DISTNAME=    pidgin-2.5.4
>  CATEGORIES=  net
> +MASTER_SITES=        ${MASTER_SITE_SOURCEFORGE:=pidgin/}
>  
>  SHARED_LIBS+=        jabber          0.0
>  SHARED_LIBS+=        oscar           0.0
> -SHARED_LIBS+=        purple          4.3
> -SHARED_LIBS+=        purple-client   4.3
> -SHARED_LIBS+=        gnt             4.3
> +SHARED_LIBS+=        purple          4.4
> +SHARED_LIBS+=        purple-client   4.4
> +SHARED_LIBS+=        gnt             4.4
>  
>  HOMEPAGE=    http://pidgin.im/
>  
> @@ -29,8 +30,6 @@ WANTLIB=            ICE SM X11 Xau Xcomposite Xcur
>                       gthread-2.0 m ncurses panel pango-1.0 pangocairo-1.0 \
>                       pangoft2-1.0 pcre pixman-1 png pthread ssl stdc++ z
>  
> -MASTER_SITES=        ${MASTER_SITE_SOURCEFORGE:=pidgin/}
> -
>  MODULES=     devel/gettext textproc/intltool
>  
>  BUILD_DEPENDS=       :gconf2-*:devel/gconf2 \
> @@ -60,6 +59,7 @@ CONFIGURE_STYLE= autoconf
>  AUTOCONF_VERSION= 2.61
>  CONFIGURE_ARGS+= 
> --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/pidgin \
>                --disable-avahi \
> +              --disable-doxygen \
>                --disable-gevolution \
>                --disable-gnutls \
>                --disable-nm \
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/net/pidgin/distinfo,v
> retrieving revision 1.16
> diff -u -p -r1.16 distinfo
> --- distinfo  27 Dec 2008 20:48:00 -0000      1.16
> +++ distinfo  13 Jan 2009 03:03:22 -0000
> @@ -1,5 +1,5 @@
> -MD5 (pidgin-2.5.3.tar.gz) = R8bs1Fs6YseoJvfOsmY/uA==
> -RMD160 (pidgin-2.5.3.tar.gz) = 6Pa8eC+ve6Ca+z//QCpbm7uHEIM=
> -SHA1 (pidgin-2.5.3.tar.gz) = Nt3RfMXMCwJPJF11shLfv51cKRQ=
> -SHA256 (pidgin-2.5.3.tar.gz) = 1q8MqS5Gzj5l1+lWc9heI1OrkWzTLoqglioGgZtwMxQ=
> -SIZE (pidgin-2.5.3.tar.gz) = 11874548
> +MD5 (pidgin-2.5.4.tar.gz) = 6yjFUmR+5YPz2BfbaQFkxQ==
> +RMD160 (pidgin-2.5.4.tar.gz) = S6ZxYbhQzrsBvLosFtKGc+2XEUg=
> +SHA1 (pidgin-2.5.4.tar.gz) = wOw4oNIMLYYVtBNuWVUFYfpQcEg=
> +SHA256 (pidgin-2.5.4.tar.gz) = Z0kcNGSDMBzFYO9Z9XJ9Gxgp2LYJzl1XwpVv8Lij0Vg=
> +SIZE (pidgin-2.5.4.tar.gz) = 11876135
> Index: patches/patch-finch_libgnt_gntmain_c
> ===================================================================
> RCS file: patches/patch-finch_libgnt_gntmain_c
> diff -N patches/patch-finch_libgnt_gntmain_c
> --- patches/patch-finch_libgnt_gntmain_c      9 Dec 2007 10:56:31 -0000       
> 1.4
> +++ /dev/null 1 Jan 1970 00:00:00 -0000
> @@ -1,12 +0,0 @@
> -$OpenBSD: patch-finch_libgnt_gntmain_c,v 1.4 2007/12/09 10:56:31 steven Exp $
> ---- finch/libgnt/gntmain.c.orig      Fri Dec  7 15:37:00 2007
> -+++ finch/libgnt/gntmain.c   Sat Dec  8 21:04:07 2007
> -@@ -21,7 +21,7 @@
> -  */
> - 
> - #define _GNU_SOURCE
> --#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__)
> -+#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) && 
> !defined(__OpenBSD__)
> - #define _XOPEN_SOURCE_EXTENDED
> - #endif
> - 
> Index: patches/patch-finch_libgnt_gntwm_c
> ===================================================================
> RCS file: patches/patch-finch_libgnt_gntwm_c
> diff -N patches/patch-finch_libgnt_gntwm_c
> --- patches/patch-finch_libgnt_gntwm_c        24 Mar 2008 08:23:22 -0000      
> 1.5
> +++ /dev/null 1 Jan 1970 00:00:00 -0000
> @@ -1,12 +0,0 @@
> -$OpenBSD: patch-finch_libgnt_gntwm_c,v 1.5 2008/03/24 08:23:22 steven Exp $
> ---- finch/libgnt/gntwm.c.orig        Fri Feb 29 13:09:19 2008
> -+++ finch/libgnt/gntwm.c     Sat Mar 22 10:28:39 2008
> -@@ -26,7 +26,7 @@
> - #include <Python.h>
> - #else
> - #define _GNU_SOURCE
> --#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__)
> -+#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) && 
> !defined(__OpenBSD__)
> - #define _XOPEN_SOURCE_EXTENDED
> - #endif
> - #endif
> Index: patches/patch-libpurple_nat-pmp_c
> ===================================================================
> RCS file: patches/patch-libpurple_nat-pmp_c
> diff -N patches/patch-libpurple_nat-pmp_c
> --- patches/patch-libpurple_nat-pmp_c 21 Aug 2008 05:59:01 -0000      1.4
> +++ /dev/null 1 Jan 1970 00:00:00 -0000
> @@ -1,12 +0,0 @@
> -$OpenBSD: patch-libpurple_nat-pmp_c,v 1.4 2008/08/21 05:59:01 brad Exp $
> ---- libpurple/nat-pmp.c.orig Mon Aug 18 21:53:31 2008
> -+++ libpurple/nat-pmp.c      Wed Aug 20 00:48:35 2008
> -@@ -47,6 +47,8 @@
> - #include <sys/socket.h>
> - #endif
> - 
> -+#undef NET_RT_DUMP
> -+
> - /* We will need sysctl() and NET_RT_DUMP, both of which are not present
> -  * on all platforms, to continue. */
> - #if defined(HAVE_SYS_SYSCTL_H) && defined(NET_RT_DUMP)
> Index: patches/patch-pidgin_gtkdialogs_c
> ===================================================================
> RCS file: /cvs/ports/net/pidgin/patches/patch-pidgin_gtkdialogs_c,v
> retrieving revision 1.13
> diff -u -p -r1.13 patch-pidgin_gtkdialogs_c
> --- patches/patch-pidgin_gtkdialogs_c 27 Dec 2008 20:48:00 -0000      1.13
> +++ patches/patch-pidgin_gtkdialogs_c 13 Jan 2009 03:06:40 -0000
> @@ -1,7 +1,7 @@
>  $OpenBSD: patch-pidgin_gtkdialogs_c,v 1.13 2008/12/27 20:48:00 steven Exp $
> ---- pidgin/gtkdialogs.c.orig Sat Dec 20 19:38:16 2008
> -+++ pidgin/gtkdialogs.c      Sun Dec 21 23:49:43 2008
> -@@ -572,6 +572,12 @@ g_string_append(str, "<br/>  <b>Library Support</b><br
> +--- pidgin/gtkdialogs.c.orig Mon Jan 12 14:05:39 2009
> ++++ pidgin/gtkdialogs.c      Mon Jan 12 22:06:03 2009
> +@@ -576,6 +576,12 @@ g_string_append(str, "<br/>  <b>Library Support</b><br
>       g_string_append(str, "    <b>GtkSpell:</b> Disabled<br/>");
>   #endif
>   
> 

Reply via email to