head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.24 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.22 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.20 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.18 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.16 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.14 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.12 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.10 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.8 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.6 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.4 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.2 pkgsrc-2007Q3-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2007.08.13.12.42.09; author tnn; state dead; branches; next 1.1; 1.1 date 2007.07.28.12.10.45; author gdt; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2007.07.28.12.10.45; author gdt; state Exp; branches; next ; desc @@ 1.2 log @Update to libpurple 2.1.0. Updates of pidgin and finch will follow shortly. pkgsrc changes are some cleanup and removal of the 900kB patch-ac. I'm not sure if this will break anything, but nobody knew the reason of it's existence. Any fallout should be dealt with appropriately instead. Maintainer reset to pkgsrc-users@@ at previous maintainer's wish. version 2.1.0 (07/28/2007): libpurple: * Core changes to allow UIs to use second-granularity for scheduling. Pidgin and Finch, which use the glib event loop, were changed to use g_timeout_add_seconds() on glib >= 2.14 when possible. This allows glib to better group our longer timers to increase power efficiency. (Arjan van de Ven with Intel Corporation) * No longer linkifies screennames containing @@ signs in join/part notifications in chats * With the HTML logger, images in conversations are now saved. NOTE: Saved images are not yet displayed when loading logs. * Added support for QIP logs to the Log Reader plugin (Michael Shkutkov) version 2.0.2 (06/14/2007): libpurple: * Moving an ICQ buddy from one group to another no longer re-requests authorization from that person (Rene Hausleitner) * Added nullprpl, an example protocol plugin (Ryan Barrett) * Fixed SOCKS5 bug which caused Jabber file receiving to fail * Remove MSN's random "Authorization Failed" dialogs * Fix MSN to correctly detect incorrect passwords and disable the account * Get User Info on MSN is now more reliable & accurate * Updated SILC protocol to support SILC Toolkit 1.1 (Pekka Riikonen) * Fix for some QQ authentication problems * Fix for building on FreeBSD * Prevent "Logged in:" times for AIM buddies being ridiculously high * Updates and fixes to Bonjour support * Improve ICQ encoding support for some non-latin languages @ text @$NetBSD: patch-ad,v 1.1 2007/07/28 12:10:45 gdt Exp $ HAVE_SYS_PARAM_H was missing, see patch for configure.ac. --- config.h.in.orig 2007-05-25 18:28:50.000000000 +0200 +++ config.h.in @@@@ -39,6 +39,10 @@@@ /* Define to 1 if you have the `dcgettext' function. */ #undef HAVE_DCGETTEXT +/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. + */ +#undef HAVE_DECL_TZNAME + /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H @@@@ -255,6 +259,9 @@@@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_MSGBUF_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PARAM_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SELECT_H @@@@ -350,7 +357,7 @@@@ /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE -/* The size of a `time_t', as computed by sizeof. */ +/* The size of `time_t', as computed by sizeof. */ #undef SIZEOF_TIME_T /* Loads static protocol plugin module initialization functions. */ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @libpurple 2.0.1, part of pidgin. From Jan Danielsson via pkgsrc-wip. @ text @@