pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat Add dbus, gstreamer and avahi (new) to default op...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc6bbcf41d65
branches:  trunk
changeset: 551901:fc6bbcf41d65
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Sun Dec 21 00:12:10 2008 +0000

description:
Add dbus, gstreamer and avahi (new) to default options.
This will enable better gnome integration and cooperation with
other freedesktop software.
Bump revision.

diffstat:

 chat/libpurple/Makefile.common |   3 ++-
 chat/libpurple/options.mk      |   4 ++--
 chat/pidgin/options.mk         |  11 ++++++++---
 3 files changed, 12 insertions(+), 6 deletions(-)

diffs (58 lines):

diff -r d328d951e7c9 -r fc6bbcf41d65 chat/libpurple/Makefile.common
--- a/chat/libpurple/Makefile.common    Sun Dec 21 00:10:13 2008 +0000
+++ b/chat/libpurple/Makefile.common    Sun Dec 21 00:12:10 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2008/09/20 16:13:00 obache Exp $
+# $NetBSD: Makefile.common,v 1.22 2008/12/21 00:12:10 ahoka Exp $
 #
 # used by chat/finch/Makefile
 # used by chat/libpurple/Makefile
@@ -6,6 +6,7 @@
 # used by chat/pidgin-silc/Makefile
 
 PIDGIN_VERSION=        2.5.1
+PKGREVISION=   1
 DISTNAME=      pidgin-${PIDGIN_VERSION}
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pidgin/}
diff -r d328d951e7c9 -r fc6bbcf41d65 chat/libpurple/options.mk
--- a/chat/libpurple/options.mk Sun Dec 21 00:10:13 2008 +0000
+++ b/chat/libpurple/options.mk Sun Dec 21 00:12:10 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.8 2008/05/17 23:26:06 tnn Exp $
+# $NetBSD: options.mk,v 1.9 2008/12/21 00:12:10 ahoka Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.libpurple
 PKG_SUPPORTED_OPTIONS+=                gnutls perl tcl debug dbus sasl
-PKG_SUGGESTED_OPTIONS+=                gnutls
+PKG_SUGGESTED_OPTIONS+=                gnutls dbus
 
 .include "../../mk/bsd.options.mk"
 
diff -r d328d951e7c9 -r fc6bbcf41d65 chat/pidgin/options.mk
--- a/chat/pidgin/options.mk    Sun Dec 21 00:10:13 2008 +0000
+++ b/chat/pidgin/options.mk    Sun Dec 21 00:12:10 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.4 2008/05/17 23:45:47 tnn Exp $
+# $NetBSD: options.mk,v 1.5 2008/12/21 00:12:10 ahoka Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.pidgin
-PKG_SUPPORTED_OPTIONS+=                dbus debug gstreamer gtkspell
-PKG_SUGGESTED_OPTIONS+=                gtkspell
+PKG_SUPPORTED_OPTIONS+=                dbus debug gstreamer gtkspell avahi
+PKG_SUGGESTED_OPTIONS+=                gtkspell dbus gstreamer avahi
 
 .include "../../mk/bsd.options.mk"
 
@@ -15,6 +15,11 @@
 .  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)
 CONFIGURE_ARGS+=       --enable-gtkspell
 .  include "../../textproc/gtkspell/buildlink3.mk"



Home | Main Index | Thread Index | Old Index