head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.16 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.14 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.12 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.10 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.8 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.6 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.4 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.2 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.2.0.10 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.8 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.3 date 2008.08.19.18.18.10; author bjs; state dead; branches; next 1.2; 1.2 date 2007.08.17.16.39.37; author gdt; state Exp; branches; next 1.1; 1.1 date 2007.07.28.12.10.43; author gdt; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2007.07.28.12.10.43; author gdt; state Exp; branches; next ; desc @@ 1.3 log @Welcome to libpurple, finch, and pidgin version 2.5.0. Bump PKGREVISION of non-bundled plug-ins. Changes for 2.5.0 (08/17/2008) since 2.4.3: libpurple + pidgin: - Lots of bug fixes and improvements for the MSN protocol (MSNP15 support) and MSN "bunny icon" (?). - Miscellaneous bug fixes, a few new icons, etc. - The following API changes: libpurple: Added: * Connection flag PURPLE_CONNECTION_ALLOW_CUSTOM_SMILEY to indicate that the connection supports sending and receiving custom smileys. * PurpleSmiley and the Smiley API. * purple_serv_got_join_chat_failed * chat-join-failed signal (see conversation-signals.dox) * chat-invite-blocked and blocked-im-msg signals (see converation-signals.dox) (Thanks to Stefan Ott) * purple_blist_update_node_icon * purple_buddy_icons_node_has_custom_icon * purple_buddy_icons_node_find_custom_icon * purple_buddy_icons_node_set_custom_icon * purple_buddy_icons_node_set_custom_icon_from_file * purple_notify_user_info_prepend_section_break * purple_notify_user_info_prepend_section_header * "website" and "dev_website" items to the ui_info hash table * purple_cmds_get_handle, purple_cmds_init, purple_cmds_uninit * cmd-added and cmd-removed signals * purple_get_host_name * purple_util_fetch_url_len (temporary function overload to add max_len param) * purple_util_fetch_url_request_len * purple_prpl_send_attention * purple_prpl_got_attention * purple_prpl_got_attention_in_chat Deprecated: * purple_blist_update_buddy_icon * purple_buddy_icons_has_custom_icon * purple_buddy_icons_find_custom_icon * purple_buddy_icons_set_custom_icon * pidgin_set_custom_buddy_icon * purple_util_fetch_url_len * purple_util_fetch_url_request_len * serv_send_attention * serv_got_attention Changed: * xmlnode_copy now copies the prefix and namespace map for nodes. pidgin: Added: * gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's. * pidgin_pixbuf_from_imgstore to create a GdkPixbuf from a PurpleStoredImage. * pidgin_themes_smiley_themeize_custom to associate custom smileys to a GtkIMHtml widget. * GTK_IMHTML_CUSTOM_SMILEY flag for GtkIMHtml. * GTK+ Custom Smiley API. @ text @$NetBSD: patch-ab,v 1.2 2007/08/17 16:39:37 gdt Exp $ We need definitions of NGROUPS, MAXLOGNAME, MAXCOMLEN on NetBSD. --- libpurple/nat-pmp.c.orig 2007-05-09 23:02:58.000000000 -0400 +++ libpurple/nat-pmp.c @@@@ -35,6 +35,12 @@@@ #include "network.h" #ifdef HAVE_SYS_SYSCTL_H +/* + * XXX sysctl.h is a BSD include, and all such systems will have + * sys/param.h. Upstream should probably add a configure test for + * sys/param.h. + */ +#include #include #endif @ 1.2 log @Include sys/param.h before sys/sysctl.h. NetBSD documents that this must be done, and FreeBSD documents sys/types.h. Assume for the moment that because sys/sysctl.h is a BSD44 feature that all such systems will have sys/param.h, pending an upstream fix. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1.1.1 2007/07/28 12:10:43 gdt Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- libpurple/nat-pmp.c.orig 2007-05-28 05:43:18.000000000 +0200 d7 1 a7 2 @@@@ -34,6 +34,10 @@@@ #include "signals.h" d10 6 a15 1 +#ifdef HAVE_SYS_PARAM_H a16 3 +#endif + #ifdef HAVE_SYS_SYSCTL_H d19 1 @ 1.1.1.1 log @libpurple 2.0.1, part of pidgin. From Jan Danielsson via pkgsrc-wip. @ text @@