Re: UPDATE: Pidgin 2.10.2

2012-03-15 Thread Ryan Freeman
On Thu, Mar 15, 2012 at 01:18:51AM -0400, Brad Smith wrote:
 An update to Pidgin 2.10.2

builds/runs good on i386-current, i use this 24/7 and so far
(~10 hours?) its been running and operating as normal.

 
 
 Index: Makefile
 ===
 RCS file: /home/cvs/ports/net/pidgin/Makefile,v
 retrieving revision 1.102
 diff -u -p -r1.102 Makefile
 --- Makefile  13 Dec 2011 14:42:55 -  1.102
 +++ Makefile  15 Mar 2012 03:47:56 -
 @@ -6,7 +6,7 @@ COMMENT-main= multi-protocol instant mes
  COMMENT-finch=   multi-protocol instant messaging client, console client
  COMMENT-libpurple= multi-protocol instant messaging library
  
 -VERSION= 2.10.1
 +VERSION= 2.10.2
  DISTNAME=pidgin-${VERSION}
  PKGNAME-main=pidgin-${VERSION}
  PKGNAME-finch=   finch-${VERSION}
 Index: distinfo
 ===
 RCS file: /home/cvs/ports/net/pidgin/distinfo,v
 retrieving revision 1.40
 diff -u -p -r1.40 distinfo
 --- distinfo  13 Dec 2011 14:42:55 -  1.40
 +++ distinfo  15 Mar 2012 03:48:22 -
 @@ -1,5 +1,5 @@
 -MD5 (pidgin-2.10.1.tar.bz2) = 6vsGtAg6IB/iLTEOiXoZ3Q==
 -RMD160 (pidgin-2.10.1.tar.bz2) = 9zxVQP0B9irioK4jZDbwZ3Colu8=
 -SHA1 (pidgin-2.10.1.tar.bz2) = BF7Q/X3+2tpuCC56RWRki1WVAGQ=
 -SHA256 (pidgin-2.10.1.tar.bz2) = Lyi93F7c1xTWB9dBJsiViufCWGArOSnj5ueD08sb6sg=
 -SIZE (pidgin-2.10.1.tar.bz2) = 9961580
 +MD5 (pidgin-2.10.2.tar.bz2) = 8rIQ8lYoZdhw8ZP/H+jqdQ==
 +RMD160 (pidgin-2.10.2.tar.bz2) = SBTxFiq1KC5X9jcvQCMoiT2tD3w=
 +SHA1 (pidgin-2.10.2.tar.bz2) = XsCopRqdI38erye/iFhZno+m7M4=
 +SHA256 (pidgin-2.10.2.tar.bz2) = 5c3SkFbTZnfLgSJcOzaxvN5kYF4gFJL24v3yf/JNMrg=
 +SIZE (pidgin-2.10.2.tar.bz2) = 9967172
 Index: patches/patch-configure_ac
 ===
 RCS file: /home/cvs/ports/net/pidgin/patches/patch-configure_ac,v
 retrieving revision 1.28
 diff -u -p -r1.28 patch-configure_ac
 --- patches/patch-configure_ac22 Aug 2011 07:35:34 -  1.28
 +++ patches/patch-configure_ac15 Mar 2012 03:51:47 -
 @@ -1,7 +1,7 @@
  $OpenBSD: patch-configure_ac,v 1.28 2011/08/22 07:35:34 jasper Exp $
  configure.ac.origThu Aug 18 04:51:00 2011
 -+++ configure.ac Sun Aug 21 02:16:14 2011
 -@@ -969,7 +969,7 @@ else
 +--- configure.ac.origWed Mar 14 01:27:57 2012
  configure.ac Wed Mar 14 23:51:35 2012
 +@@ -975,7 +975,7 @@ else
   if test $ac_silc_libs != no; then
   SILC_LIBS=-L$ac_silc_libs
   fi
 @@ -10,7 +10,7 @@ $OpenBSD: patch-configure_ac,v 1.28 2011
   AC_CHECK_LIB(silcclient, silc_client_init, [silcclient=yes], , 
 $SILC_LIBS)
   
   if test x$silcincludes = xyes -a x$silcclient = xyes; then
 -@@ -1322,7 +1322,6 @@ if test x$GCC = xyes; then
 +@@ -1328,7 +1328,6 @@ if test x$GCC = xyes; then
   fi
   
   DEBUG_CFLAGS=-Wall $DEBUG_CFLAGS
 @@ -18,7 +18,7 @@ $OpenBSD: patch-configure_ac,v 1.28 2011
   fi
   
   if test x$SUNCC = xyes; then
 -@@ -1489,7 +1488,17 @@ if test x$enable_consoleui = xyes -a ! -z $PYTHON
 +@@ -1495,7 +1494,17 @@ if test x$enable_consoleui = xyes -a ! -z $PYTHON
   changequote([, ])dnl
   if test -f $PY_PREFIX/include/python$PY_VERSION/Python.h -a $PY_MAJOR 
 = 2.; then
   AC_MSG_RESULT()
 @@ -37,7 +37,7 @@ $OpenBSD: patch-configure_ac,v 1.28 2011
   AC_CHECK_LIB(util, openpty, )
   AC_CHECK_LIB(db, dbopen, )
   PY_LIBS=-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config 
 -lpython$PY_VERSION
 -@@ -1691,6 +1700,11 @@ AM_CONDITIONAL(INSTALL_SSL_CERTIFICATES, test x$SSL_C
 +@@ -1697,6 +1706,11 @@ AM_CONDITIONAL(INSTALL_SSL_CERTIFICATES, test x$SSL_C
   
   dnl These two are inverses of each other -- stolen from evolution!
   
 @@ -49,7 +49,7 @@ $OpenBSD: patch-configure_ac,v 1.28 2011
   AC_ARG_ENABLE(gnutls,
   [  --enable-gnutls=[yes,no]  attempt to use GnuTLS for SSL support 
 [default=yes]],
   [enable_gnutls=$enableval],
 -@@ -1701,10 +1715,98 @@ AC_ARG_ENABLE(nss,
 +@@ -1707,10 +1721,98 @@ AC_ARG_ENABLE(nss,
   [enable_nss=$enableval],
   [enable_nss=yes])
   
 @@ -150,7 +150,7 @@ $OpenBSD: patch-configure_ac,v 1.28 2011
   dnl #
   if test x$enable_gnutls != xno; then
   enable_gnutls=no
 -@@ -2102,17 +2204,32 @@ fi
 +@@ -2108,17 +2210,32 @@ fi
   
   AM_CONDITIONAL(USE_NSS, test x$enable_nss = xyes)
   
 Index: patches/patch-pidgin_gtkdialogs_c
 ===
 RCS file: /home/cvs/ports/net/pidgin/patches/patch-pidgin_gtkdialogs_c,v
 retrieving revision 1.24
 diff -u -p -r1.24 patch-pidgin_gtkdialogs_c
 --- patches/patch-pidgin_gtkdialogs_c 22 Aug 2011 07:35:34 -  1.24
 +++ patches/patch-pidgin_gtkdialogs_c 15 Mar 2012 03:52:02 -
 @@ -1,7 +1,7 @@
  $OpenBSD: patch-pidgin_gtkdialogs_c,v 1.24 2011/08/22 07:35:34 jasper Exp $
  pidgin/gtkdialogs.c.orig Thu Aug 18 04:51:04 2011
 

UPDATE: Pidgin 2.10.2

2012-03-14 Thread Brad Smith
An update to Pidgin 2.10.2


Index: Makefile
===
RCS file: /home/cvs/ports/net/pidgin/Makefile,v
retrieving revision 1.102
diff -u -p -r1.102 Makefile
--- Makefile13 Dec 2011 14:42:55 -  1.102
+++ Makefile15 Mar 2012 03:47:56 -
@@ -6,7 +6,7 @@ COMMENT-main=   multi-protocol instant mes
 COMMENT-finch= multi-protocol instant messaging client, console client
 COMMENT-libpurple= multi-protocol instant messaging library
 
-VERSION=   2.10.1
+VERSION=   2.10.2
 DISTNAME=  pidgin-${VERSION}
 PKGNAME-main=  pidgin-${VERSION}
 PKGNAME-finch= finch-${VERSION}
Index: distinfo
===
RCS file: /home/cvs/ports/net/pidgin/distinfo,v
retrieving revision 1.40
diff -u -p -r1.40 distinfo
--- distinfo13 Dec 2011 14:42:55 -  1.40
+++ distinfo15 Mar 2012 03:48:22 -
@@ -1,5 +1,5 @@
-MD5 (pidgin-2.10.1.tar.bz2) = 6vsGtAg6IB/iLTEOiXoZ3Q==
-RMD160 (pidgin-2.10.1.tar.bz2) = 9zxVQP0B9irioK4jZDbwZ3Colu8=
-SHA1 (pidgin-2.10.1.tar.bz2) = BF7Q/X3+2tpuCC56RWRki1WVAGQ=
-SHA256 (pidgin-2.10.1.tar.bz2) = Lyi93F7c1xTWB9dBJsiViufCWGArOSnj5ueD08sb6sg=
-SIZE (pidgin-2.10.1.tar.bz2) = 9961580
+MD5 (pidgin-2.10.2.tar.bz2) = 8rIQ8lYoZdhw8ZP/H+jqdQ==
+RMD160 (pidgin-2.10.2.tar.bz2) = SBTxFiq1KC5X9jcvQCMoiT2tD3w=
+SHA1 (pidgin-2.10.2.tar.bz2) = XsCopRqdI38erye/iFhZno+m7M4=
+SHA256 (pidgin-2.10.2.tar.bz2) = 5c3SkFbTZnfLgSJcOzaxvN5kYF4gFJL24v3yf/JNMrg=
+SIZE (pidgin-2.10.2.tar.bz2) = 9967172
Index: patches/patch-configure_ac
===
RCS file: /home/cvs/ports/net/pidgin/patches/patch-configure_ac,v
retrieving revision 1.28
diff -u -p -r1.28 patch-configure_ac
--- patches/patch-configure_ac  22 Aug 2011 07:35:34 -  1.28
+++ patches/patch-configure_ac  15 Mar 2012 03:51:47 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure_ac,v 1.28 2011/08/22 07:35:34 jasper Exp $
 configure.ac.orig  Thu Aug 18 04:51:00 2011
-+++ configure.ac   Sun Aug 21 02:16:14 2011
-@@ -969,7 +969,7 @@ else
+--- configure.ac.orig  Wed Mar 14 01:27:57 2012
 configure.ac   Wed Mar 14 23:51:35 2012
+@@ -975,7 +975,7 @@ else
if test $ac_silc_libs != no; then
SILC_LIBS=-L$ac_silc_libs
fi
@@ -10,7 +10,7 @@ $OpenBSD: patch-configure_ac,v 1.28 2011
AC_CHECK_LIB(silcclient, silc_client_init, [silcclient=yes], , 
$SILC_LIBS)
  
if test x$silcincludes = xyes -a x$silcclient = xyes; then
-@@ -1322,7 +1322,6 @@ if test x$GCC = xyes; then
+@@ -1328,7 +1328,6 @@ if test x$GCC = xyes; then
fi
  
DEBUG_CFLAGS=-Wall $DEBUG_CFLAGS
@@ -18,7 +18,7 @@ $OpenBSD: patch-configure_ac,v 1.28 2011
  fi
  
  if test x$SUNCC = xyes; then
-@@ -1489,7 +1488,17 @@ if test x$enable_consoleui = xyes -a ! -z $PYTHON
+@@ -1495,7 +1494,17 @@ if test x$enable_consoleui = xyes -a ! -z $PYTHON
changequote([, ])dnl
if test -f $PY_PREFIX/include/python$PY_VERSION/Python.h -a $PY_MAJOR 
= 2.; then
AC_MSG_RESULT()
@@ -37,7 +37,7 @@ $OpenBSD: patch-configure_ac,v 1.28 2011
AC_CHECK_LIB(util, openpty, )
AC_CHECK_LIB(db, dbopen, )
PY_LIBS=-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config 
-lpython$PY_VERSION
-@@ -1691,6 +1700,11 @@ AM_CONDITIONAL(INSTALL_SSL_CERTIFICATES, test x$SSL_C
+@@ -1697,6 +1706,11 @@ AM_CONDITIONAL(INSTALL_SSL_CERTIFICATES, test x$SSL_C
  
  dnl These two are inverses of each other -- stolen from evolution!
  
@@ -49,7 +49,7 @@ $OpenBSD: patch-configure_ac,v 1.28 2011
  AC_ARG_ENABLE(gnutls,
[  --enable-gnutls=[yes,no]  attempt to use GnuTLS for SSL support 
[default=yes]],
[enable_gnutls=$enableval],
-@@ -1701,10 +1715,98 @@ AC_ARG_ENABLE(nss,
+@@ -1707,10 +1721,98 @@ AC_ARG_ENABLE(nss,
[enable_nss=$enableval],
[enable_nss=yes])
  
@@ -150,7 +150,7 @@ $OpenBSD: patch-configure_ac,v 1.28 2011
  dnl #
  if test x$enable_gnutls != xno; then
enable_gnutls=no
-@@ -2102,17 +2204,32 @@ fi
+@@ -2108,17 +2210,32 @@ fi
  
  AM_CONDITIONAL(USE_NSS, test x$enable_nss = xyes)
  
Index: patches/patch-pidgin_gtkdialogs_c
===
RCS file: /home/cvs/ports/net/pidgin/patches/patch-pidgin_gtkdialogs_c,v
retrieving revision 1.24
diff -u -p -r1.24 patch-pidgin_gtkdialogs_c
--- patches/patch-pidgin_gtkdialogs_c   22 Aug 2011 07:35:34 -  1.24
+++ patches/patch-pidgin_gtkdialogs_c   15 Mar 2012 03:52:02 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-pidgin_gtkdialogs_c,v 1.24 2011/08/22 07:35:34 jasper Exp $
 pidgin/gtkdialogs.c.orig   Thu Aug 18 04:51:04 2011
-+++ pidgin/gtkdialogs.cSun Aug 21 02:16:05 2011
-@@ -617,6 +617,12 @@ g_string_append(str, br/  bLibrary Support/bbr
+--- pidgin/gtkdialogs.c.orig   Wed Mar 14 01:28:02 2012
 pidgin/gtkdialogs.cWed Mar 14 23:51:26 2012
+@@ -618,6 +618,12 @@