NetBSD Problem Report #41978

From [email protected]  Wed Sep  2 22:40:35 2009
Return-Path: <[email protected]>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id 93CA063BC1D
	for <[email protected]>; Wed,  2 Sep 2009 22:40:35 +0000 (UTC)
Message-Id: <[email protected]>
Date: Wed,  2 Sep 2009 22:40:35 +0000 (UTC)
From: [email protected]
Reply-To: [email protected]
To: [email protected]
Subject: Update the Pidgin family of packages to 1.6.1 (from 1.5.8)
X-Send-Pr-Version: www-1.0

>Number:         41978
>Category:       pkg
>Synopsis:       Update the Pidgin family of packages to 1.6.1 (from 1.5.8)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    abs
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Sep 02 22:45:00 +0000 2009
>Closed-Date:    Sun Sep 06 21:09:26 +0000 2009
>Last-Modified:  Mon Sep 07 14:05:02 +0000 2009
>Originator:     Joachim Kuebart
>Release:        NetBSD-current
>Organization:
>Environment:
NetBSD yacht 5.99.15 NetBSD 5.99.15 (YACHT) #1: Wed Sep  2 14:17:55 BST 2009  joki@yacht:/usr/obj/usr/src/sys/arch/amd64/compile/YACHT amd64

>Description:
The attached patch updates chat/libpurple, chat/pidgin, chat/finch, chat/pidgin-sametime and chat/pidgin-silc to version 1.6.1 from 1.5.8. The latter two are only checked to compile, the others have also been used (briefly).

The major changes are:
 o addition of farsight support for voice/video chats (untested, new option on by default)
 o addition of dependency on devel/libidn
 o addition of gstreamer option for libpurple (on by default)
 o new PLISTs and distinfos as required.


>How-To-Repeat:
Build any of the packages mentioned above.

>Fix:
Index: chat/libpurple/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/chat/libpurple/Makefile,v
retrieving revision 1.15
diff -p -U8 -r1.15 Makefile
--- chat/libpurple/Makefile	26 Aug 2009 19:58:43 -0000	1.15
+++ chat/libpurple/Makefile	2 Sep 2009 22:29:19 -0000
@@ -1,13 +1,12 @@
 # $NetBSD: Makefile,v 1.15 2009/08/26 19:58:43 sno Exp $
 #

 PKGNAME=	libpurple-${PIDGIN_VERSION}
-PKGREVISION=	1
 COMMENT=	Multi-protocol Instant Messaging client backend

 PKG_DESTDIR_SUPPORT=	user-destdir

 .include		"../../chat/libpurple/Makefile.common"

 CONFIGURE_ENV+=		GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/
 MAKE_ENV+=		GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/
@@ -25,10 +24,11 @@ BUILD_DIRS=	m4macros libpurple po share/

 ## #post-build:
 ## #	cp ${WRKSRC}/libpurple/gconf/purple.schemas ${WRKSRC}/purple.schemas

 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/GConf/schemas.mk"
+.include "../../devel/libidn/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: chat/libpurple/Makefile.common
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/chat/libpurple/Makefile.common,v
retrieving revision 1.28
diff -p -U8 -r1.28 Makefile.common
--- chat/libpurple/Makefile.common	13 Aug 2009 18:58:31 -0000	1.28
+++ chat/libpurple/Makefile.common	2 Sep 2009 22:29:19 -0000
@@ -1,17 +1,17 @@
 # $NetBSD: Makefile.common,v 1.28 2009/08/13 18:58:31 snj Exp $
 #
 # used by chat/finch/Makefile
 # used by chat/libpurple/Makefile
 # used by chat/pidgin/Makefile
 # used by chat/pidgin-sametime/Makefile
 # used by chat/pidgin-silc/Makefile

-PIDGIN_VERSION=	2.5.8
+PIDGIN_VERSION=	2.6.1
 DISTNAME=	pidgin-${PIDGIN_VERSION}
 CATEGORIES=	chat
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=pidgin/}
 EXTRACT_SUFX=	.tar.bz2

 MAINTAINER=	[email protected]
 HOMEPAGE=	http://www.pidgin.im/

@@ -22,16 +22,17 @@ USE_PKGLOCALEDIR=	yes

 PATCHDIR=		${.CURDIR}/../../chat/libpurple/patches
 DISTINFO_FILE?=		${.CURDIR}/../../chat/libpurple/distinfo

 CONFIGURE_ARGS+=	--disable-gevolution
 CONFIGURE_ARGS+=	--disable-gtkui
 CONFIGURE_ARGS+=	--disable-consoleui
 CONFIGURE_ARGS+=	--disable-meanwhile
+CONFIGURE_ARGS+=	--disable-farsight
 CONFIGURE_ARGS+=	--disable-gstreamer
 CONFIGURE_ARGS+=	--disable-avahi
 CONFIGURE_ARGS+=	--disable-perl
 CONFIGURE_ARGS+=	--disable-tcl
 CONFIGURE_ARGS+=	--disable-gnutls
 CONFIGURE_ARGS+=	--disable-nss
 CONFIGURE_ARGS+=	--disable-dbus
 CONFIGURE_ARGS+=	--disable-cyrus-sasl
Index: chat/libpurple/PLIST
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/chat/libpurple/PLIST,v
retrieving revision 1.18
diff -p -U8 -r1.18 PLIST
--- chat/libpurple/PLIST	14 Jun 2009 17:37:47 -0000	1.18
+++ chat/libpurple/PLIST	2 Sep 2009 22:29:19 -0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.18 2009/06/14 17:37:47 joerg Exp $
+@comment $NetBSD$
 include/libpurple/account.h
 include/libpurple/accountopt.h
 include/libpurple/blist.h
 include/libpurple/buddyicon.h
 include/libpurple/certificate.h
 include/libpurple/cipher.h
 include/libpurple/circbuffer.h
 include/libpurple/cmds.h
@@ -16,16 +16,20 @@ include/libpurple/desktopitem.h
 include/libpurple/dnsquery.h
 include/libpurple/dnssrv.h
 include/libpurple/eventloop.h
 include/libpurple/ft.h
 include/libpurple/gaim-compat.h
 include/libpurple/idle.h
 include/libpurple/imgstore.h
 include/libpurple/log.h
+include/libpurple/marshallers.h
+include/libpurple/media-gst.h
+include/libpurple/media.h
+include/libpurple/mediamanager.h
 include/libpurple/mime.h
 include/libpurple/nat-pmp.h
 include/libpurple/network.h
 include/libpurple/notify.h
 include/libpurple/ntlm.h
 include/libpurple/plugin.h
 include/libpurple/pluginpref.h
 include/libpurple/pounce.h
@@ -35,23 +39,29 @@ include/libpurple/proxy.h
 include/libpurple/prpl.h
 include/libpurple/purple.h
 include/libpurple/request.h
 include/libpurple/roomlist.h
 include/libpurple/savedstatuses.h
 include/libpurple/server.h
 include/libpurple/signals.h
 include/libpurple/smiley.h
+include/libpurple/sound-theme-loader.h
+include/libpurple/sound-theme.h
 include/libpurple/sound.h
 include/libpurple/sslconn.h
 include/libpurple/status.h
 include/libpurple/stringref.h
 include/libpurple/stun.h
+include/libpurple/theme-loader.h
+include/libpurple/theme-manager.h
+include/libpurple/theme.h
 include/libpurple/upnp.h
 include/libpurple/util.h
+include/libpurple/valgrind.h
 include/libpurple/value.h
 include/libpurple/version.h
 include/libpurple/whiteboard.h
 include/libpurple/xmlnode.h
 lib/libpurple.la
 lib/pkgconfig/purple.pc
 lib/purple-2/autoaccept.la
 lib/purple-2/buddynote.la
@@ -66,22 +76,25 @@ lib/purple-2/libjabber.la
 lib/purple-2/libmsn.la
 lib/purple-2/libmyspace.la
 lib/purple-2/libnovell.la
 lib/purple-2/liboscar.la
 lib/purple-2/libqq.la
 lib/purple-2/libsimple.la
 lib/purple-2/libxmpp.la
 lib/purple-2/libyahoo.la
+lib/purple-2/libyahoojp.la
+lib/purple-2/libymsg.la
 lib/purple-2/libzephyr.la
 lib/purple-2/log_reader.la
 lib/purple-2/newline.la
 lib/purple-2/offlinemsg.la
 lib/purple-2/psychic.la
-lib/purple-2/ssl-gnutls.la
+${PLIST.gnutls}lib/purple-2/ssl-gnutls.la
+${PLIST.nss}lib/purple-2/ssl-nss.la
 lib/purple-2/ssl.la
 lib/purple-2/statenotify.la
 share/aclocal/purple.m4
 share/gconf/schemas/purple.schemas
 share/locale/af/LC_MESSAGES/pidgin.mo
 share/locale/am/LC_MESSAGES/pidgin.mo
 share/locale/ar/LC_MESSAGES/pidgin.mo
 share/locale/az/LC_MESSAGES/pidgin.mo
@@ -107,16 +120,17 @@ share/locale/fa/LC_MESSAGES/pidgin.mo
 share/locale/fi/LC_MESSAGES/pidgin.mo
 share/locale/fr/LC_MESSAGES/pidgin.mo
 share/locale/ga/LC_MESSAGES/pidgin.mo
 share/locale/gl/LC_MESSAGES/pidgin.mo
 share/locale/gu/LC_MESSAGES/pidgin.mo
 share/locale/he/LC_MESSAGES/pidgin.mo
 share/locale/hi/LC_MESSAGES/pidgin.mo
 share/locale/hu/LC_MESSAGES/pidgin.mo
+share/locale/hy/LC_MESSAGES/pidgin.mo
 share/locale/id/LC_MESSAGES/pidgin.mo
 share/locale/it/LC_MESSAGES/pidgin.mo
 share/locale/ja/LC_MESSAGES/pidgin.mo
 share/locale/ka/LC_MESSAGES/pidgin.mo
 share/locale/km/LC_MESSAGES/pidgin.mo
 share/locale/kn/LC_MESSAGES/pidgin.mo
 share/locale/ko/LC_MESSAGES/pidgin.mo
 share/locale/ku/LC_MESSAGES/pidgin.mo
@@ -139,39 +153,45 @@ share/locale/ro/LC_MESSAGES/pidgin.mo
 share/locale/ru/LC_MESSAGES/pidgin.mo
 share/locale/si/LC_MESSAGES/pidgin.mo
 share/locale/sk/LC_MESSAGES/pidgin.mo
 share/locale/sl/LC_MESSAGES/pidgin.mo
 share/locale/sq/LC_MESSAGES/pidgin.mo
 share/locale/sr/LC_MESSAGES/pidgin.mo
 share/locale/sr@latin/LC_MESSAGES/pidgin.mo
 share/locale/sv/LC_MESSAGES/pidgin.mo
+share/locale/sw/LC_MESSAGES/pidgin.mo
 share/locale/ta/LC_MESSAGES/pidgin.mo
 share/locale/te/LC_MESSAGES/pidgin.mo
 share/locale/th/LC_MESSAGES/pidgin.mo
 share/locale/tr/LC_MESSAGES/pidgin.mo
 share/locale/uk/LC_MESSAGES/pidgin.mo
 share/locale/ur/LC_MESSAGES/pidgin.mo
 share/locale/vi/LC_MESSAGES/pidgin.mo
 share/locale/xh/LC_MESSAGES/pidgin.mo
 share/locale/zh_CN/LC_MESSAGES/pidgin.mo
 share/locale/zh_HK/LC_MESSAGES/pidgin.mo
 share/locale/zh_TW/LC_MESSAGES/pidgin.mo
 share/purple/ca-certs/AOL_Member_CA.pem
 share/purple/ca-certs/America_Online_Root_Certification_Authority_1.pem
 share/purple/ca-certs/CAcert_Class3.pem
 share/purple/ca-certs/CAcert_Root.pem
 share/purple/ca-certs/Equifax_Secure_CA.pem
+share/purple/ca-certs/Equifax_Secure_Global_eBusiness_CA-1.pem
 share/purple/ca-certs/GTE_CyberTrust_Global_Root.pem
 share/purple/ca-certs/Microsoft_Internet_Authority.pem
 share/purple/ca-certs/Microsoft_Secure_Server_Authority.pem
+share/purple/ca-certs/StartCom_Certification_Authority.pem
 share/purple/ca-certs/StartCom_Free_SSL_CA.pem
+share/purple/ca-certs/Thawte_Premium_Server_CA.pem
+share/purple/ca-certs/VeriSign_Class3_Extended_Validation_CA.pem
 share/purple/ca-certs/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
-share/purple/ca-certs/Verisign_Class3_Primary_CA.pem
+share/purple/ca-certs/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5_2.pem
 share/purple/ca-certs/VeriSign_International_Server_Class_3_CA.pem
+share/purple/ca-certs/Verisign_Class3_Primary_CA.pem
 share/purple/ca-certs/Verisign_RSA_Secure_Server_CA.pem
 share/sounds/purple/alert.wav
 share/sounds/purple/login.wav
 share/sounds/purple/logout.wav
 share/sounds/purple/receive.wav
 share/sounds/purple/send.wav
 ${PLIST.dbus}bin/purple-client-example
 ${PLIST.dbus}bin/purple-remote
@@ -181,8 +201,15 @@ ${PLIST.dbus}bin/purple-url-handler
 ${PLIST.dbus}include/libpurple/dbus-bindings.h
 ${PLIST.dbus}include/libpurple/dbus-define-api.h
 ${PLIST.dbus}include/libpurple/dbus-purple.h
 ${PLIST.dbus}include/libpurple/dbus-server.h
 ${PLIST.dbus}include/libpurple/dbus-types.h
 ${PLIST.dbus}include/libpurple/dbus-useful.h
 ${PLIST.dbus}lib/libpurple-client.la
 ${PLIST.dbus}lib/purple-2/dbus-example.la
+${PLIST.perl}lib/purple-2/perl.la
+${PLIST.perl}lib/purple-2/perl/Purple.pm
+${PLIST.perl}lib/purple-2/perl/auto/Purple/.packlist
+${PLIST.perl}lib/purple-2/perl/auto/Purple/Purple.bs
+${PLIST.perl}lib/purple-2/perl/auto/Purple/Purple.so
+${PLIST.perl}lib/purple-2/perl/auto/Purple/autosplit.ix
+${PLIST.perl}man/man3/Purple.3
Index: chat/libpurple/distinfo
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/chat/libpurple/distinfo,v
retrieving revision 1.23
diff -p -U8 -r1.23 distinfo
--- chat/libpurple/distinfo	13 Aug 2009 18:58:31 -0000	1.23
+++ chat/libpurple/distinfo	2 Sep 2009 22:29:19 -0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2009/08/13 18:58:31 snj Exp $
+$NetBSD$

-SHA1 (pidgin-2.5.8.tar.bz2) = 672f7e16c429c210f33f2499520c436db4e2384c
-RMD160 (pidgin-2.5.8.tar.bz2) = b13108331a3da1639f30a76984c3c09529b7d5aa
-Size (pidgin-2.5.8.tar.bz2) = 8246538 bytes
+SHA1 (pidgin-2.6.1.tar.bz2) = f14b1a6d36f3fc168c0e0d5949046eedee56d724
+RMD160 (pidgin-2.6.1.tar.bz2) = f1682e2d37ca272bc10b0c7710e73fb4807749bf
+Size (pidgin-2.6.1.tar.bz2) = 8964827 bytes
 SHA1 (patch-aa) = 1b1e34c7ecf91fb2ac8ddca3376b7803975420c0
Index: chat/libpurple/options.mk
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/chat/libpurple/options.mk,v
retrieving revision 1.10
diff -p -U8 -r1.10 options.mk
--- chat/libpurple/options.mk	21 Dec 2008 14:08:39 -0000	1.10
+++ chat/libpurple/options.mk	2 Sep 2009 22:29:20 -0000
@@ -1,40 +1,44 @@
 # $NetBSD: options.mk,v 1.10 2008/12/21 14:08:39 ahoka Exp $

 PKG_OPTIONS_VAR=		PKG_OPTIONS.libpurple
 PKG_SUPPORTED_OPTIONS+=		gnutls perl tcl debug dbus sasl avahi
-PKG_SUGGESTED_OPTIONS+=		gnutls dbus avahi
+PKG_SUPPORTED_OPTIONS+=		farsight gstreamer
+PKG_SUGGESTED_OPTIONS+=		gnutls dbus avahi farsight gstreamer

 .include "../../mk/bsd.options.mk"

-PLIST_VARS+=		dbus avahi
+PLIST_VARS+=		avahi dbus gnutls nss perl

 .if !empty(PKG_OPTIONS:Mavahi)
 PLIST.avahi=            yes
 .  include "../../net/avahi/buildlink3.mk"
 .endif

 .if !empty(PKG_OPTIONS:Mgnutls)
+PLIST.gnutls=		yes
 CONFIGURE_ARGS+=	--enable-gnutls
 CONFIGURE_ARGS+= --with-gnutls-includes=${BUILDLINK_PREFIX.gnutls}/include
 CONFIGURE_ARGS+= --with-gnutls-libs=${BUILDLINK_PREFIX.gnutls}/lib

 .  include "../../security/gnutls/buildlink3.mk"
 .else
+PLIST.nss=		yes
 CONFIGURE_ARGS+=	--enable-nss
 CONFIGURE_ARGS+= --with-nspr-includes=${BUILDLINK_PREFIX.nspr}/include/nspr
 CONFIGURE_ARGS+= --with-nspr-libs=${BUILDLINK_PREFIX.nspr}/lib/nspr
 CONFIGURE_ARGS+= --with-nss-includes=${BUILDLINK_PREFIX.nss}/include/nss/nss
 CONFIGURE_ARGS+= --with-nss-libs=${BUILDLINK_PREFIX.nss}/lib/nss

 .  include "../../devel/nss/buildlink3.mk"
 .endif

 .if !empty(PKG_OPTIONS:Mperl)
+PLIST.perl=		yes
 CONFIGURE_ARGS+=	--enable-perl
 USE_TOOLS+=		perl:run
 .  include "../../lang/perl5/buildlink3.mk"
 .endif

 .if !empty(PKG_OPTIONS:Mtcl)
 CONFIGURE_ARGS+=	--with-tclconfig=${BUILDLINK_PREFIX.tcl}/lib
 .  include "../../lang/tcl/buildlink3.mk"
@@ -57,8 +61,18 @@ REPLACE_PYTHON+=	libpurple/purple-url-ha
 .if !empty(PKG_OPTIONS:Mdebug)
 CONFIGURE_ARGS+=	--enable-debug
 .endif

 .if !empty(PKG_OPTIONS:Msasl)
 CONFIGURE_ARGS+=	--enable-cyrus-sasl
 .  include "../../security/cyrus-sasl/buildlink3.mk"
 .endif
+
+.if !empty(PKG_OPTIONS:Mfarsight)
+CONFIGURE_ARGS+=	--enable-farsight
+.  include "../../multimedia/farsight2/buildlink3.mk"
+.endif
+
+.if !empty(PKG_OPTIONS:Mgstreamer)
+CONFIGURE_ARGS+=	--enable-gstreamer
+.  include "../../multimedia/gstreamer0.10/buildlink3.mk"
+.endif
Index: chat/pidgin/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/chat/pidgin/Makefile,v
retrieving revision 1.18
diff -p -U8 -r1.18 Makefile
--- chat/pidgin/Makefile	26 Aug 2009 19:57:16 -0000	1.18
+++ chat/pidgin/Makefile	2 Sep 2009 22:29:24 -0000
@@ -3,50 +3,49 @@
 # XXX appease pkglint
 #PKGNAME=		pidgin-${PIDGIN_VERSION}
 COMMENT=		Multi-protocol Instant Messaging client GTK frontend

 PKG_DESTDIR_SUPPORT=	user-destdir

 .include		"../../chat/libpurple/Makefile.common"

-PKGREVISION=		1
-
 USE_TOOLS+=		msgfmt intltool

 PKGCONFIG_OVERRIDE+=	gaim.pc.in
 PKGCONFIG_OVERRIDE+=	libpurple/purple.pc.in
 PKGCONFIG_OVERRIDE+=	pidgin/pidgin.pc.in

 CONFIGURE_ARGS+=	--enable-gtkui

 BUILD_DIRS=		pidgin
+INSTALLATION_DIRS=	share/applications

 # includes "Arguments to configure" as string
 CHECK_WRKREF_SKIP=	bin/pidgin

 .include "options.mk"

 pre-build:
 	# XXX Find a cleaner way.
 	${TEST} -r ${WRKSRC}/libpurple/libpurple.la || \
 	  ln -s ${BUILDLINK_DIR}/lib/libpurple.la ${WRKSRC}/libpurple/.
 	cd ${WRKSRC} && ${BUILD_MAKE_CMD} pidgin.desktop

 post-install:
-	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/applications
 	${INSTALL_DATA} ${WRKSRC}/pidgin.desktop \
 	  ${DESTDIR}${PREFIX}/share/applications

 # XXX install pidgin.1 via doc/Makefile

 BUILDLINK_API_DEPENDS.libpurple+=	libpurple-${PIDGIN_VERSION}{,nb*}
 .include "../../chat/libpurple/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libidn/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/libXScrnSaver/buildlink3.mk"
 .include "../../x11/startup-notification/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: chat/pidgin/PLIST
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/chat/pidgin/PLIST,v
retrieving revision 1.13
diff -p -U8 -r1.13 PLIST
--- chat/pidgin/PLIST	14 Jun 2009 17:37:48 -0000	1.13
+++ chat/pidgin/PLIST	2 Sep 2009 22:29:24 -0000
@@ -1,12 +1,14 @@
-@comment $NetBSD: PLIST,v 1.13 2009/06/14 17:37:48 joerg Exp $
+@comment $NetBSD$
 bin/pidgin
 include/pidgin/eggtrayicon.h
 include/pidgin/gtkaccount.h
+include/pidgin/gtkblist-theme-loader.h
+include/pidgin/gtkblist-theme.h
 include/pidgin/gtkblist.h
 include/pidgin/gtkcelllayout.h
 include/pidgin/gtkcellrendererexpander.h
 include/pidgin/gtkcellrendererprogress.h
 include/pidgin/gtkcellview.h
 include/pidgin/gtkcellviewmenuitem.h
 include/pidgin/gtkcertmgr.h
 include/pidgin/gtkconn.h
@@ -15,20 +17,23 @@ include/pidgin/gtkconvwin.h
 include/pidgin/gtkdebug.h
 include/pidgin/gtkdialogs.h
 include/pidgin/gtkdnd-hints.h
 include/pidgin/gtkdocklet.h
 include/pidgin/gtkeventloop.h
 include/pidgin/gtkexpander.h
 include/pidgin/gtkft.h
 include/pidgin/gtkgaim-compat.h
+include/pidgin/gtkicon-theme-loader.h
+include/pidgin/gtkicon-theme.h
 include/pidgin/gtkidle.h
 include/pidgin/gtkimhtml.h
 include/pidgin/gtkimhtmltoolbar.h
 include/pidgin/gtklog.h
+include/pidgin/gtkmedia.h
 include/pidgin/gtkmenutray.h
 include/pidgin/gtknickcolors.h
 include/pidgin/gtknotify.h
 include/pidgin/gtkplugin.h
 include/pidgin/gtkpluginpref.h
 include/pidgin/gtkpounce.h
 include/pidgin/gtkprefs.h
 include/pidgin/gtkprivacy.h
@@ -37,16 +42,17 @@ include/pidgin/gtkroomlist.h
 include/pidgin/gtksavedstatuses.h
 include/pidgin/gtkscrollbook.h
 include/pidgin/gtksession.h
 include/pidgin/gtksmiley.h
 include/pidgin/gtksound.h
 include/pidgin/gtksourceiter.h
 include/pidgin/gtksourceundomanager.h
 include/pidgin/gtksourceview-marshal.h
+include/pidgin/gtkstatus-icon-theme.h
 include/pidgin/gtkstatusbox.h
 include/pidgin/gtkthemes.h
 include/pidgin/gtkutils.h
 include/pidgin/gtkwhiteboard.h
 include/pidgin/minidialog.h
 include/pidgin/pidgin.h
 include/pidgin/pidgincombobox.h
 include/pidgin/pidginstock.h
@@ -59,27 +65,30 @@ lib/pidgin/history.la
 lib/pidgin/iconaway.la
 lib/pidgin/markerline.la
 ${PLIST.dbus}lib/pidgin/musicmessaging.la
 lib/pidgin/notify.la
 lib/pidgin/pidginrc.la
 lib/pidgin/relnot.la
 lib/pidgin/sendbutton.la
 lib/pidgin/spellchk.la
+lib/pidgin/themeedit.la
 lib/pidgin/ticker.la
 lib/pidgin/timestamp.la
 lib/pidgin/timestamp_format.la
 lib/pidgin/xmppconsole.la
+lib/pidgin/xmppdisco.la
 lib/pkgconfig/pidgin.pc
 share/applications/pidgin.desktop
 share/icons/hicolor/16x16/apps/pidgin.png
 share/icons/hicolor/22x22/apps/pidgin.png
 share/icons/hicolor/24x24/apps/pidgin.png
 share/icons/hicolor/32x32/apps/pidgin.png
 share/icons/hicolor/48x48/apps/pidgin.png
+share/icons/hicolor/scalable/apps/pidgin.svg
 share/pixmaps/pidgin/animations/16/connect0.png
 share/pixmaps/pidgin/animations/16/connect1.png
 share/pixmaps/pidgin/animations/16/connect2.png
 share/pixmaps/pidgin/animations/16/connect3.png
 share/pixmaps/pidgin/animations/16/connect4.png
 share/pixmaps/pidgin/animations/16/connect5.png
 share/pixmaps/pidgin/animations/16/connect6.png
 share/pixmaps/pidgin/animations/16/connect7.png
@@ -137,16 +146,23 @@ share/pixmaps/pidgin/dialogs/16/question
 share/pixmaps/pidgin/dialogs/64/auth.png
 share/pixmaps/pidgin/dialogs/64/cool.png
 share/pixmaps/pidgin/dialogs/64/dialog.png
 share/pixmaps/pidgin/dialogs/64/error.png
 share/pixmaps/pidgin/dialogs/64/info.png
 share/pixmaps/pidgin/dialogs/64/mail.png
 share/pixmaps/pidgin/dialogs/64/question.png
 share/pixmaps/pidgin/dialogs/64/warning.png
+share/pixmaps/pidgin/dialogs/scalable/auth.svg
+share/pixmaps/pidgin/dialogs/scalable/cool.svg
+share/pixmaps/pidgin/dialogs/scalable/dialog.svg
+share/pixmaps/pidgin/dialogs/scalable/error.svg
+share/pixmaps/pidgin/dialogs/scalable/info.svg
+share/pixmaps/pidgin/dialogs/scalable/question.svg
+share/pixmaps/pidgin/dialogs/scalable/warning.svg
 share/pixmaps/pidgin/emblems/16/aol-client.png
 share/pixmaps/pidgin/emblems/16/birthday.png
 share/pixmaps/pidgin/emblems/16/blocked.png
 share/pixmaps/pidgin/emblems/16/bot.png
 share/pixmaps/pidgin/emblems/16/external.png
 share/pixmaps/pidgin/emblems/16/female.png
 share/pixmaps/pidgin/emblems/16/founder.png
 share/pixmaps/pidgin/emblems/16/free-for-chat.png
@@ -158,16 +174,32 @@ share/pixmaps/pidgin/emblems/16/mobile.p
 share/pixmaps/pidgin/emblems/16/music.png
 share/pixmaps/pidgin/emblems/16/not-authorized.png
 share/pixmaps/pidgin/emblems/16/operator.png
 share/pixmaps/pidgin/emblems/16/qq-member.png
 share/pixmaps/pidgin/emblems/16/secure.png
 share/pixmaps/pidgin/emblems/16/unavailable.png
 share/pixmaps/pidgin/emblems/16/video.png
 share/pixmaps/pidgin/emblems/16/voice.png
+share/pixmaps/pidgin/emblems/scalable/aol-client.svg
+share/pixmaps/pidgin/emblems/scalable/blocked.svg
+share/pixmaps/pidgin/emblems/scalable/bot.svg
+share/pixmaps/pidgin/emblems/scalable/external.svg
+share/pixmaps/pidgin/emblems/scalable/female.svg
+share/pixmaps/pidgin/emblems/scalable/free-for-chat.svg
+share/pixmaps/pidgin/emblems/scalable/game.svg
+share/pixmaps/pidgin/emblems/scalable/male.svg
+share/pixmaps/pidgin/emblems/scalable/mobile.svg
+share/pixmaps/pidgin/emblems/scalable/music.svg
+share/pixmaps/pidgin/emblems/scalable/not-authorized.svg
+share/pixmaps/pidgin/emblems/scalable/qq-member.svg
+share/pixmaps/pidgin/emblems/scalable/secure.svg
+share/pixmaps/pidgin/emblems/scalable/unavailable.svg
+share/pixmaps/pidgin/emblems/scalable/video.svg
+share/pixmaps/pidgin/emblems/scalable/voice.svg
 share/pixmaps/pidgin/emotes/default/act-up.png
 share/pixmaps/pidgin/emotes/default/airplane.png
 share/pixmaps/pidgin/emotes/default/alien.png
 share/pixmaps/pidgin/emotes/default/angel.png
 share/pixmaps/pidgin/emotes/default/angry.png
 share/pixmaps/pidgin/emotes/default/arrogant.png
 share/pixmaps/pidgin/emotes/default/at-wits-end.png
 share/pixmaps/pidgin/emotes/default/bad.png
@@ -440,16 +472,31 @@ share/pixmaps/pidgin/protocols/48/meanwh
 share/pixmaps/pidgin/protocols/48/msn.png
 share/pixmaps/pidgin/protocols/48/myspace.png
 share/pixmaps/pidgin/protocols/48/novell.png
 share/pixmaps/pidgin/protocols/48/qq.png
 share/pixmaps/pidgin/protocols/48/silc.png
 share/pixmaps/pidgin/protocols/48/simple.png
 share/pixmaps/pidgin/protocols/48/yahoo.png
 share/pixmaps/pidgin/protocols/48/zephyr.png
+share/pixmaps/pidgin/protocols/scalable/aim.svg
+share/pixmaps/pidgin/protocols/scalable/bonjour.svg
+share/pixmaps/pidgin/protocols/scalable/gadu-gadu.svg
+share/pixmaps/pidgin/protocols/scalable/google-talk.svg
+share/pixmaps/pidgin/protocols/scalable/icq.svg
+share/pixmaps/pidgin/protocols/scalable/irc.svg
+share/pixmaps/pidgin/protocols/scalable/jabber.svg
+share/pixmaps/pidgin/protocols/scalable/meanwhile.svg
+share/pixmaps/pidgin/protocols/scalable/msn.svg
+share/pixmaps/pidgin/protocols/scalable/novell.svg
+share/pixmaps/pidgin/protocols/scalable/qq.svg
+share/pixmaps/pidgin/protocols/scalable/silc.svg
+share/pixmaps/pidgin/protocols/scalable/simple.svg
+share/pixmaps/pidgin/protocols/scalable/yahoo.svg
+share/pixmaps/pidgin/protocols/scalable/zephyr.svg
 share/pixmaps/pidgin/status/11/available.png
 share/pixmaps/pidgin/status/11/away.png
 share/pixmaps/pidgin/status/11/busy.png
 share/pixmaps/pidgin/status/11/chat.png
 share/pixmaps/pidgin/status/11/extended-away.png
 share/pixmaps/pidgin/status/11/invisible.png
 share/pixmaps/pidgin/status/11/log-in.png
 share/pixmaps/pidgin/status/11/log-out.png
@@ -505,31 +552,40 @@ share/pixmaps/pidgin/status/48/extended-
 share/pixmaps/pidgin/status/48/invisible.png
 share/pixmaps/pidgin/status/48/log-in.png
 share/pixmaps/pidgin/status/48/log-out.png
 share/pixmaps/pidgin/status/48/offline.png
 share/pixmaps/pidgin/status/48/person.png
 share/pixmaps/pidgin/status/48/rtl/extended-away.png
 share/pixmaps/pidgin/status/48/rtl/log-in.png
 share/pixmaps/pidgin/status/48/rtl/log-out.png
+share/pixmaps/pidgin/toolbar/11/message-new.png
+share/pixmaps/pidgin/toolbar/16/audio-call.png
 share/pixmaps/pidgin/toolbar/16/change-bgcolor.png
 share/pixmaps/pidgin/toolbar/16/change-fgcolor.png
 share/pixmaps/pidgin/toolbar/16/emote-select.png
 share/pixmaps/pidgin/toolbar/16/font-face.png
 share/pixmaps/pidgin/toolbar/16/font-size-down.png
 share/pixmaps/pidgin/toolbar/16/font-size-up.png
 share/pixmaps/pidgin/toolbar/16/insert-image.png
 share/pixmaps/pidgin/toolbar/16/insert-link.png
 share/pixmaps/pidgin/toolbar/16/insert.png
 share/pixmaps/pidgin/toolbar/16/message-new.png
 share/pixmaps/pidgin/toolbar/16/plugins.png
 share/pixmaps/pidgin/toolbar/16/send-file.png
 share/pixmaps/pidgin/toolbar/16/transfer.png
 share/pixmaps/pidgin/toolbar/16/unblock.png
+share/pixmaps/pidgin/toolbar/16/video-call.png
 share/pixmaps/pidgin/toolbar/22/select-avatar.png
+share/pixmaps/pidgin/toolbar/22/video-call.png
+share/pixmaps/pidgin/toolbar/22/voice-call.png
+share/pixmaps/pidgin/toolbar/32/video-call.png
+share/pixmaps/pidgin/toolbar/32/voice-call.png
+share/pixmaps/pidgin/toolbar/48/video-call.png
+share/pixmaps/pidgin/toolbar/48/voice-call.png
 share/pixmaps/pidgin/tray/16/available_4bit.ico
 share/pixmaps/pidgin/tray/16/away_4bit.ico
 share/pixmaps/pidgin/tray/16/busy_4bit.ico
 share/pixmaps/pidgin/tray/16/connecting_4bit.ico
 share/pixmaps/pidgin/tray/16/extended-away_4bit.ico
 share/pixmaps/pidgin/tray/16/invisible_4bit.ico
 share/pixmaps/pidgin/tray/16/message_4bit.ico
 share/pixmaps/pidgin/tray/16/offline_4bit.ico
@@ -551,19 +607,21 @@ share/pixmaps/pidgin/tray/22/tray-messag
 share/pixmaps/pidgin/tray/22/tray-new-im.png
 share/pixmaps/pidgin/tray/22/tray-offline.png
 share/pixmaps/pidgin/tray/22/tray-online.png
 share/pixmaps/pidgin/tray/32/tray-away.png
 share/pixmaps/pidgin/tray/32/tray-busy.png
 share/pixmaps/pidgin/tray/32/tray-connecting.png
 share/pixmaps/pidgin/tray/32/tray-extended-away.png
 share/pixmaps/pidgin/tray/32/tray-invisible.png
+share/pixmaps/pidgin/tray/32/tray-message.png
 share/pixmaps/pidgin/tray/32/tray-new-im.png
 share/pixmaps/pidgin/tray/32/tray-offline.png
 share/pixmaps/pidgin/tray/32/tray-online.png
 share/pixmaps/pidgin/tray/48/tray-away.png
 share/pixmaps/pidgin/tray/48/tray-busy.png
 share/pixmaps/pidgin/tray/48/tray-connecting.png
 share/pixmaps/pidgin/tray/48/tray-extended-away.png
 share/pixmaps/pidgin/tray/48/tray-invisible.png
+share/pixmaps/pidgin/tray/48/tray-message.png
 share/pixmaps/pidgin/tray/48/tray-new-im.png
 share/pixmaps/pidgin/tray/48/tray-offline.png
 share/pixmaps/pidgin/tray/48/tray-online.png
Index: chat/pidgin/options.mk
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/chat/pidgin/options.mk,v
retrieving revision 1.6
diff -p -U8 -r1.6 options.mk
--- chat/pidgin/options.mk	21 Dec 2008 14:08:39 -0000	1.6
+++ chat/pidgin/options.mk	2 Sep 2009 22:29:24 -0000
@@ -1,25 +1,30 @@
 # $NetBSD: options.mk,v 1.6 2008/12/21 14:08:39 ahoka Exp $

 PKG_OPTIONS_VAR=		PKG_OPTIONS.pidgin
-PKG_SUPPORTED_OPTIONS+=		dbus debug gstreamer gtkspell
-PKG_SUGGESTED_OPTIONS+=		gtkspell dbus gstreamer
+PKG_SUPPORTED_OPTIONS+=		dbus debug farsight gstreamer gtkspell
+PKG_SUGGESTED_OPTIONS+=		gtkspell dbus farsight gstreamer

 .include "../../mk/bsd.options.mk"

 PLIST_VARS+=		dbus

 .if !empty(PKG_OPTIONS:Mdbus)
 CONFIGURE_ARGS+=	--enable-dbus
 PLIST.dbus=		yes
 .  include "../../sysutils/dbus/buildlink3.mk"
 .  include "../../sysutils/dbus-glib/buildlink3.mk"
 .endif

+.if !empty(PKG_OPTIONS:Mfarsight)
+CONFIGURE_ARGS+=	--enable-farsight
+.  include "../../multimedia/farsight2/buildlink3.mk"
+.endif
+
 .if !empty(PKG_OPTIONS:Mgtkspell)
 CONFIGURE_ARGS+=	--enable-gtkspell
 .  include "../../textproc/gtkspell/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=	--disable-gtkspell
 .endif

 .if !empty(PKG_OPTIONS:Mgstreamer)
Index: chat/finch/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/chat/finch/Makefile,v
retrieving revision 1.17
diff -p -U8 -r1.17 Makefile
--- chat/finch/Makefile	4 Feb 2009 16:16:41 -0000	1.17
+++ chat/finch/Makefile	2 Sep 2009 22:29:29 -0000
@@ -44,11 +44,12 @@ post-install:
 	${INSTALL_MAN_DIR} ${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR:Q}/man1
 	${INSTALL_MAN} ${WRKSRC}/doc/finch.1 \
 		${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR:Q}/man1

 BUILDLINK_API_DEPENDS.libpurple+=	libpurple-${PIDGIN_VERSION}{,nb*}
 .include "../../chat/libpurple/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libidn/buildlink3.mk"
 .include "../../devel/ncursesw/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: chat/finch/PLIST
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/chat/finch/PLIST,v
retrieving revision 1.7
diff -p -U8 -r1.7 PLIST
--- chat/finch/PLIST	14 Jun 2009 17:37:44 -0000	1.7
+++ chat/finch/PLIST	2 Sep 2009 22:29:29 -0000
@@ -1,20 +1,21 @@
-@comment $NetBSD: PLIST,v 1.7 2009/06/14 17:37:44 joerg Exp $
+@comment $NetBSD$
 bin/finch
 include/finch/finch.h
 include/finch/gntaccount.h
 include/finch/gntblist.h
 include/finch/gntcertmgr.h
 include/finch/gntconn.h
 include/finch/gntconv.h
 include/finch/gntdebug.h
 include/finch/gntft.h
 include/finch/gntidle.h
 include/finch/gntlog.h
+include/finch/gntmedia.h
 include/finch/gntnotify.h
 include/finch/gntplugin.h
 include/finch/gntpounce.h
 include/finch/gntprefs.h
 include/finch/gntrequest.h
 include/finch/gntroomlist.h
 include/finch/gntsound.h
 include/finch/gntstatus.h
@@ -31,28 +32,30 @@ include/gnt/gntentry.h
 include/gnt/gntfilesel.h
 include/gnt/gntkeys.h
 include/gnt/gntlabel.h
 include/gnt/gntline.h
 include/gnt/gntmarshal.h
 include/gnt/gntmenu.h
 include/gnt/gntmenuitem.h
 include/gnt/gntmenuitemcheck.h
+include/gnt/gntprogressbar.h
 include/gnt/gntslider.h
 include/gnt/gntstyle.h
 include/gnt/gnttextview.h
 include/gnt/gnttree.h
 include/gnt/gntutils.h
 include/gnt/gntwidget.h
 include/gnt/gntwindow.h
 include/gnt/gntwm.h
 include/gnt/gntws.h
 lib/finch/gntclipboard.la
 lib/finch/gntgf.la
 lib/finch/gnthistory.la
 lib/finch/gntlastlog.la
+lib/finch/gnttinyurl.la
 lib/finch/grouping.la
 lib/gnt/irssi.la
 lib/gnt/s.la
 lib/libgnt.la
 lib/pkgconfig/finch.pc
 lib/pkgconfig/gnt.pc
 man/man1/finch.1
Index: chat/pidgin-sametime/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/chat/pidgin-sametime/Makefile,v
retrieving revision 1.7
diff -p -U8 -r1.7 Makefile
--- chat/pidgin-sametime/Makefile	9 Feb 2009 18:36:11 -0000	1.7
+++ chat/pidgin-sametime/Makefile	2 Sep 2009 22:29:35 -0000
@@ -15,10 +15,11 @@ CONFIGURE_ARGS+=	--enable-meanwhile
 BUILD_DIRS=		libpurple/protocols/sametime

 BUILDLINK_API_DEPENDS.libpurple+=	libpurple-${PIDGIN_VERSION}{,nb*}
 .include "../../chat/libpurple/buildlink3.mk"
 .include "../../chat/meanwhile/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/GConf/schemas.mk"
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libidn/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: chat/pidgin-silc/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/chat/pidgin-silc/Makefile,v
retrieving revision 1.10
diff -p -U8 -r1.10 Makefile
--- chat/pidgin-silc/Makefile	9 Feb 2009 18:36:11 -0000	1.10
+++ chat/pidgin-silc/Makefile	2 Sep 2009 22:29:39 -0000
@@ -42,11 +42,12 @@ SUBST_SED.linkage=	-e 's/-lsilcclient -l

 .endif

 BUILDLINK_API_DEPENDS.libpurple+=	libpurple-${PIDGIN_VERSION}{,nb*}
 .include "../../chat/libpurple/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/GConf/schemas.mk"
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libidn/buildlink3.mk"
 #.include "../../devel/silc-toolkit/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: chat/pidgin-silc/distinfo
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/chat/pidgin-silc/distinfo,v
retrieving revision 1.19
diff -p -U8 -r1.19 distinfo
--- chat/pidgin-silc/distinfo	13 Aug 2009 18:58:31 -0000	1.19
+++ chat/pidgin-silc/distinfo	2 Sep 2009 22:29:39 -0000
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.19 2009/08/13 18:58:31 snj Exp $

-SHA1 (pidgin-2.5.8.tar.bz2) = 672f7e16c429c210f33f2499520c436db4e2384c
-RMD160 (pidgin-2.5.8.tar.bz2) = b13108331a3da1639f30a76984c3c09529b7d5aa
-Size (pidgin-2.5.8.tar.bz2) = 8246538 bytes
+SHA1 (pidgin-2.6.1.tar.bz2) = f14b1a6d36f3fc168c0e0d5949046eedee56d724
+RMD160 (pidgin-2.6.1.tar.bz2) = f1682e2d37ca272bc10b0c7710e73fb4807749bf
+Size (pidgin-2.6.1.tar.bz2) = 8964827 bytes
 SHA1 (silc-toolkit-1.1.7.tar.gz) = a25918e83d5070ff75b7d6f296698dada76a92ca
 RMD160 (silc-toolkit-1.1.7.tar.gz) = 783297f44d577d5ec7dcff7952996944e4b1d5c6
 Size (silc-toolkit-1.1.7.tar.gz) = 2678989 bytes
 SHA1 (patch-aa) = 1b1e34c7ecf91fb2ac8ddca3376b7803975420c0
Index: mk/defaults/options.description
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/mk/defaults/options.description,v
retrieving revision 1.285
diff -p -U8 -r1.285 options.description
--- mk/defaults/options.description	19 Aug 2009 06:18:42 -0000	1.285
+++ mk/defaults/options.description	2 Sep 2009 22:35:38 -0000
@@ -123,16 +123,17 @@ exim-lookup-pgsql	Perform lookups in Pos
 exim-lookup-sqlite	Perform lookups in SQLite database.
 exim-lookup-whoson	Lookup in whoson dynamic IP address.
 exim-old-demime		Use deprecated "demime" condition in the DATA ACL.
 expat			Use the expat library for XML parsing.
 ezmlm-althash		Patch to hash subscriber list case-insensitively.
 faac			Enable AAC decoding support using faac.
 faad			Enable AAC decoding support using faad2.
 fam			Support using File Alteration Monitor (FAM).
+farsight		Enable farsight2 support.
 fastcgi			Use FastCGI as the CGI manager.
 fd-small		Build smaller misc/fd package.
 ffmpeg			Enable ffmpeg support.
 fftw			Use the fftw library for Discrete Fourier Transforms.
 finger			Enable finger support.
 firefox			Use firefox as gecko rendering engine.
 firefox3		Use firefox3 as gecko rendering engine.
 flac			Enable FLAC support.
@@ -430,16 +431,17 @@ streamtuner-local	Enable local metadata 
 streamtuner-xiph	Enable the Xiph plugin	
 suhosin			Enable suhosin security enhancements for PHP.
 sun-jre-jce		Use unlimited strength cryptography extension.
 svg			Enable SVG support.
 svn			Enable subversion support
 syncdir			Force synchronous link() and related syscalls.
 syslog			Enable syslog support.
 syslogng-spoof		Spoof the original source address of forwarded packets
+tcl			Enable Tcl scripting support.
 tcpwrappers		Enable tcpwrappers support.
 theora			Use the theora codecs.
 threads			Enable threads support.
 tin-use-inn-spool	Use the INN spool directories.
 tls			Enable TLS support.
 trn-inn			Use INN as NNTP client.
 trn-nntpclnt		Use nntpclnt as NNTP client.
 typolight-liveupdate	Allow using TYPOlight Live Update service.

>Release-Note:

>Audit-Trail:
From: David Brownlee <[email protected]>
To: [email protected]
Cc: 
Subject: PR/41978 CVS commit: pkgsrc/mk/defaults
Date: Sun, 6 Sep 2009 21:04:10 +0000

 Module Name:	pkgsrc
 Committed By:	abs
 Date:		Sun Sep  6 21:04:10 UTC 2009

 Modified Files:
 	pkgsrc/mk/defaults: options.description

 Log Message:
 Add farsight and tcl options - part of PR 41978 from Joachim Kuebart


 To generate a diff of this commit:
 cvs rdiff -u -r1.285 -r1.286 pkgsrc/mk/defaults/options.description

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

Responsible-Changed-From-To: pkg-manager->abs
Responsible-Changed-By: [email protected]
Responsible-Changed-When: Sun, 06 Sep 2009 21:09:26 +0000
Responsible-Changed-Why:
Packages update - many thanks for the patch


State-Changed-From-To: open->closed
State-Changed-By: [email protected]
State-Changed-When: Sun, 06 Sep 2009 21:09:26 +0000
State-Changed-Why:


From: David Brownlee <[email protected]>
To: [email protected]
Cc: 
Subject: PR/41978 CVS commit: pkgsrc/chat
Date: Sun, 6 Sep 2009 21:06:45 +0000

 Module Name:	pkgsrc
 Committed By:	abs
 Date:		Sun Sep  6 21:06:45 UTC 2009

 Modified Files:
 	pkgsrc/chat/finch: Makefile PLIST
 	pkgsrc/chat/libpurple: Makefile Makefile.common PLIST distinfo
 	    options.mk
 	pkgsrc/chat/libpurple/patches: patch-aa
 	pkgsrc/chat/pidgin: Makefile PLIST options.mk
 	pkgsrc/chat/pidgin-sametime: Makefile
 	pkgsrc/chat/pidgin-silc: Makefile distinfo

 Log Message:
 PR 41978 from Joachim Kuebart

 Update:
     chat/finch to 2.6.1
     chat/libpurple to 2.6.1
     chat/pidgin to 2.6.1
     chat/pidgin-sametime to 2.6.1
     chat/pidgin-silc to 2.6.1

 major changes:
  o addition of farsight support for voice/video chats (untested, new option on by default)
  o addition of dependency on devel/libidn
  o addition of gstreamer option for libpurple (on by default)


 To generate a diff of this commit:
 cvs rdiff -u -r1.17 -r1.18 pkgsrc/chat/finch/Makefile
 cvs rdiff -u -r1.7 -r1.8 pkgsrc/chat/finch/PLIST
 cvs rdiff -u -r1.15 -r1.16 pkgsrc/chat/libpurple/Makefile
 cvs rdiff -u -r1.28 -r1.29 pkgsrc/chat/libpurple/Makefile.common
 cvs rdiff -u -r1.18 -r1.19 pkgsrc/chat/libpurple/PLIST
 cvs rdiff -u -r1.23 -r1.24 pkgsrc/chat/libpurple/distinfo
 cvs rdiff -u -r1.10 -r1.11 pkgsrc/chat/libpurple/options.mk
 cvs rdiff -u -r1.12 -r1.13 pkgsrc/chat/libpurple/patches/patch-aa
 cvs rdiff -u -r1.18 -r1.19 pkgsrc/chat/pidgin/Makefile
 cvs rdiff -u -r1.13 -r1.14 pkgsrc/chat/pidgin/PLIST
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/chat/pidgin/options.mk
 cvs rdiff -u -r1.7 -r1.8 pkgsrc/chat/pidgin-sametime/Makefile
 cvs rdiff -u -r1.10 -r1.11 pkgsrc/chat/pidgin-silc/Makefile
 cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/pidgin-silc/distinfo

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: Joachim Kuebart <[email protected]>
To: [email protected]
Cc: [email protected], [email protected], [email protected],  [email protected]
Subject: Re: pkg/41978 (Update the Pidgin family of packages to 1.6.1 (from
 1.5.8))
Date: Mon, 07 Sep 2009 13:18:09 +0100

 David,

 Am Sunday, den 06.09.2009, 21:09 +0000 schrieb [email protected]:
 > Synopsis: Update the Pidgin family of packages to 1.6.1 (from 1.5.8)
 > 
 > Responsible-Changed-From-To: pkg-manager->abs
 > Responsible-Changed-By: [email protected]
 > Responsible-Changed-When: Sun, 06 Sep 2009 21:09:26 +0000
 > Responsible-Changed-Why:
 > Packages update - many thanks for the patch

 thanks a lot for importing this. Incidentally, version 2.6.2 was
 released on Saturday, so I made a new set of patches: pkg/42005.

 The biggest change is that I can now actually see the voice/video chat
 UI in Pidgin, but it's greyed-out (possibly because I don't have anyone
 to test it with -- if anyone is keen, I can be reached on Jabber via my
 e-mail address).

 Best regards,

 Joachim


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.