Sun Dec 21 14:08:39 2008 UTC ()
Move the avahi option to libpurple where it belongs.
Bump.


(ahoka)
diff -r1.22 -r1.23 pkgsrc/chat/libpurple/Makefile.common
diff -r1.14 -r1.15 pkgsrc/chat/libpurple/PLIST
diff -r1.9 -r1.10 pkgsrc/chat/libpurple/options.mk
diff -r1.5 -r1.6 pkgsrc/chat/pidgin/options.mk

cvs diff -r1.22 -r1.23 pkgsrc/chat/libpurple/Makefile.common (expand / switch to context diff)
--- pkgsrc/chat/libpurple/Makefile.common 2008/12/21 00:12:10 1.22
+++ pkgsrc/chat/libpurple/Makefile.common 2008/12/21 14:08:39 1.23
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2008/12/21 00:12:10 ahoka Exp $
+# $NetBSD: Makefile.common,v 1.23 2008/12/21 14:08:39 ahoka Exp $
 #
 # used by chat/finch/Makefile
 # used by chat/libpurple/Makefile
@@ -6,7 +6,7 @@
 # used by chat/pidgin-silc/Makefile
 
 PIDGIN_VERSION=	2.5.1
-PKGREVISION=	1
+PKGREVISION=	2
 DISTNAME=	pidgin-${PIDGIN_VERSION}
 CATEGORIES=	chat
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=pidgin/}

cvs diff -r1.14 -r1.15 pkgsrc/chat/libpurple/PLIST (expand / switch to context diff)
--- pkgsrc/chat/libpurple/PLIST 2008/09/16 19:54:21 1.14
+++ pkgsrc/chat/libpurple/PLIST 2008/12/21 14:08:39 1.15
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2008/09/16 19:54:21 abs Exp $
+@comment $NetBSD: PLIST,v 1.15 2008/12/21 14:08:39 ahoka Exp $
 include/libpurple/account.h
 include/libpurple/accountopt.h
 include/libpurple/blist.h
@@ -58,6 +58,7 @@
 lib/purple-2/idle.la
 lib/purple-2/joinpart.la
 lib/purple-2/libaim.la
+${PLIST.avahi}lib/purple-2/libbonjour.la
 lib/purple-2/libgg.la
 lib/purple-2/libicq.la
 lib/purple-2/libirc.la

cvs diff -r1.9 -r1.10 pkgsrc/chat/libpurple/options.mk (expand / switch to context diff)
--- pkgsrc/chat/libpurple/options.mk 2008/12/21 00:12:10 1.9
+++ pkgsrc/chat/libpurple/options.mk 2008/12/21 14:08:39 1.10
@@ -1,12 +1,17 @@
-# $NetBSD: options.mk,v 1.9 2008/12/21 00:12:10 ahoka Exp $
+# $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
-PKG_SUGGESTED_OPTIONS+=		gnutls dbus
+PKG_SUPPORTED_OPTIONS+=		gnutls perl tcl debug dbus sasl avahi
+PKG_SUGGESTED_OPTIONS+=		gnutls dbus avahi
 
 .include "../../mk/bsd.options.mk"
 
-PLIST_VARS+=		dbus
+PLIST_VARS+=		dbus avahi
+
+.if !empty(PKG_OPTIONS:Mavahi)
+PLIST.avahi=            yes
+.  include "../../net/avahi/buildlink3.mk"
+.endif
 
 .if !empty(PKG_OPTIONS:Mgnutls)
 CONFIGURE_ARGS+=	--enable-gnutls

cvs diff -r1.5 -r1.6 pkgsrc/chat/pidgin/options.mk (expand / switch to context diff)
--- pkgsrc/chat/pidgin/options.mk 2008/12/21 00:12:10 1.5
+++ pkgsrc/chat/pidgin/options.mk 2008/12/21 14:08:39 1.6
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2008/12/21 00:12:10 ahoka Exp $
+# $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 avahi
-PKG_SUGGESTED_OPTIONS+=		gtkspell dbus gstreamer avahi
+PKG_SUPPORTED_OPTIONS+=		dbus debug gstreamer gtkspell
+PKG_SUGGESTED_OPTIONS+=		gtkspell dbus gstreamer
 
 .include "../../mk/bsd.options.mk"
 
@@ -13,11 +13,6 @@
 PLIST.dbus=		yes
 .  include "../../sysutils/dbus/buildlink3.mk"
 .  include "../../sysutils/dbus-glib/buildlink3.mk"
-.endif
-
-.if !empty(PKG_OPTIONS:Mavahi)
-PLIST.avahi=		yes
-.  include "../../net/avahi/buildlink3.mk"
 .endif
 
 .if !empty(PKG_OPTIONS:Mgtkspell)