Here is an update to Pidgin 2.14.13.

version 2.14.13 (02/23/2024):
        * Fix compile warning (Wcast-function-type). (RR 2225) (Markus Fischer)
        * Fix memory leak originating in purple_prefs_connect_callback. (RR 
2226)
          (Markus Fisher)
        * Don't use the Real name as a candidate for the SASL username in IRC.
          (RR 2535) (Gary Kramlich)
        * Don't link with libgadu unnecessarily. (RR 2684) (Elliott Sales de
          Andrade)
        * Make collapsed groups searchable in the buddy list. (PIDGIN-7877)
          (RR 1494) (Belgin \xc8\x98tirbu)
        * Fix incompatible type conversion errors. (PIDGIN-17850) (RR 2944)
          (Jaroslav \xc5\xa0karvada, Elliott Sales de Andrade)
        * Stop removing -Wall from CFLAGS. (PIDGIN-16593) (RR 2946) (Elliott 
Sales
          de Andrade)
        * Updated the spell checking dictionaries on Windows. (Gary Kramlich)
        * Resolved the crash on exit under Windows by reverting to the old
          toolchain. (PIDGIN-17710) (Gary Kramlich)


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/pidgin/Makefile,v
retrieving revision 1.161
diff -u -p -u -p -r1.161 Makefile
--- Makefile    27 Sep 2023 14:18:28 -0000      1.161
+++ Makefile    11 Apr 2024 05:29:56 -0000
@@ -2,7 +2,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.14.12
+VERSION=       2.14.13
 DISTNAME=      pidgin-${VERSION}
 PKGNAME-main=  pidgin-${VERSION}
 PKGNAME-finch= finch-${VERSION}
@@ -26,18 +26,18 @@ MAINTAINER= Brad Smith <b...@comstyle.co
 # GPLv2+
 PERMIT_PACKAGE=        Yes
 
-COMPILER=      base-clang ports-gcc base-gcc
+COMPILER=      base-clang ports-gcc
 
-WANTLIB=       c dbus-1 dbus-glib-1 execinfo ffi gadu gio-2.0 glib-2.0 \
-               gmodule-2.0 gobject-2.0 gthread-2.0 iconv idn intl lzma m \
-               pcre2-8 pthread xml2 z
-WANTLIB-main=  X11 ICE SM Xcomposite Xcursor Xdamage Xext Xfixes Xi \
-               Xinerama Xrandr Xrender Xss atk-1.0 cairo expat fontconfig \
+WANTLIB=       c dbus-1 dbus-glib-1 execinfo ffi gio-2.0 glib-2.0 gmodule-2.0 \
+               gobject-2.0 gthread-2.0 iconv idn intl lzma m pcre2-8 pthread \
+               xml2 z
+WANTLIB-main=  X11 Xau Xdmcp ICE SM Xcomposite Xcursor Xdamage Xext Xfixes \
+               Xi Xinerama Xrandr Xrender Xss atk-1.0 cairo expat fontconfig \
                freetype fribidi gdk-x11-2.0 gdk_pixbuf-2.0 graphite2 \
-               gtk-x11-2.0 harfbuzz jpeg pango-1.0 pangocairo-1.0 pangoft2-1.0 
\
-               pixman-1 png purple ${COMPILER_LIBCXX} xcb-render xcb-shm \
-               xcb ${WANTLIB} Xau Xdmcp
-WANTLIB-libpurple= crypto meanwhile ssl silc silcclient ${WANTLIB}
+               gtk-x11-2.0 harfbuzz jpeg pango-1.0 pangocairo-1.0 \
+               pangoft2-1.0 pixman-1 png purple xcb-render xcb-shm xcb \
+               ${COMPILER_LIBCXX} ${WANTLIB}
+WANTLIB-libpurple= crypto gadu meanwhile ssl silc silcclient ${WANTLIB}
 WANTLIB-finch= X11 curses gnt panel purple xcb ${WANTLIB}
 
 MODULES=       textproc/intltool \
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/pidgin/distinfo,v
retrieving revision 1.56
diff -u -p -u -p -r1.56 distinfo
--- distinfo    11 Jun 2023 08:02:39 -0000      1.56
+++ distinfo    11 Apr 2024 05:29:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (pidgin-2.14.12.tar.bz2) = KwUka+IIYF7buTrp7cB5WD1EniqXENttNI0X9ZAgpLc=
-SIZE (pidgin-2.14.12.tar.bz2) = 8226145
+SHA256 (pidgin-2.14.13.tar.bz2) = EgBJ3I4X4JoqfSVq/yGR/4SRq7hAyMfrMZoWHi3xa6g=
+SIZE (pidgin-2.14.13.tar.bz2) = 8230755
Index: patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/net/pidgin/patches/patch-configure_ac,v
retrieving revision 1.38
diff -u -p -u -p -r1.38 patch-configure_ac
--- patches/patch-configure_ac  11 Mar 2022 19:46:55 -0000      1.38
+++ patches/patch-configure_ac  11 Apr 2024 05:29:56 -0000
@@ -1,7 +1,7 @@
 Index: configure.ac
 --- configure.ac.orig
 +++ configure.ac
-@@ -1335,7 +1335,6 @@ if test "x$GCC" = "xyes"; then
+@@ -1334,7 +1334,6 @@ if test "x$GCC" = "xyes"; then
        fi
  
        DEBUG_CFLAGS="-Wall $DEBUG_CFLAGS"
@@ -9,7 +9,7 @@ Index: configure.ac
  fi
  
  if test "x$SUNCC" = "xyes"; then
-@@ -1706,6 +1705,11 @@ AM_CONDITIONAL(INSTALL_SSL_CERTIFICATES, test "x$SSL_C
+@@ -1705,6 +1704,11 @@ AM_CONDITIONAL(INSTALL_SSL_CERTIFICATES, test "x$SSL_C
  
  dnl These two are inverses of each other <-- stolen from evolution!
  
@@ -21,7 +21,7 @@ Index: configure.ac
  AC_ARG_ENABLE(gnutls,
        [  --enable-gnutls=[yes,no]  attempt to use GnuTLS for SSL support 
[default=yes]],
        [enable_gnutls="$enableval"],
-@@ -1716,10 +1720,98 @@ AC_ARG_ENABLE(nss,
+@@ -1715,10 +1719,98 @@ AC_ARG_ENABLE(nss,
        [enable_nss="$enableval"],
        [enable_nss="yes"])
  
@@ -122,7 +122,7 @@ Index: configure.ac
  dnl #
  if test "x$enable_gnutls" != "xno"; then
        enable_gnutls="no"
-@@ -2117,17 +2209,32 @@ fi
+@@ -2116,17 +2208,32 @@ fi
  
  AM_CONDITIONAL(USE_NSS, test "x$enable_nss" = "xyes")
  

Reply via email to