pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/libpurple Add an option "sametime", to enable the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea58151a81e3
branches:  trunk
changeset: 532160:ea58151a81e3
user:      dan <dan%pkgsrc.org@localhost>
date:      Mon Aug 13 05:32:09 2007 +0000

description:
Add an option "sametime", to enable the sametime protocol
via ../chat/meanwhile

diffstat:

 chat/libpurple/PLIST      |   3 ++-
 chat/libpurple/options.mk |  11 +++++++++--
 2 files changed, 11 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 39965273c7dd -r ea58151a81e3 chat/libpurple/PLIST
--- a/chat/libpurple/PLIST      Mon Aug 13 05:29:27 2007 +0000
+++ b/chat/libpurple/PLIST      Mon Aug 13 05:32:09 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2007/08/02 13:43:32 gdt Exp $
+@comment $NetBSD: PLIST,v 1.3 2007/08/13 05:32:09 dan Exp $
 include/libpurple/account.h
 include/libpurple/accountopt.h
 include/libpurple/blist.h
@@ -63,6 +63,7 @@
 lib/purple-2/libnovell.la
 lib/purple-2/liboscar.la
 lib/purple-2/libqq.la
+${SAMETIME}lib/purple-2/libsametime.la
 ${SILC}lib/purple-2/libsilcpurple.la
 lib/purple-2/libsimple.la
 lib/purple-2/libxmpp.la
diff -r 39965273c7dd -r ea58151a81e3 chat/libpurple/options.mk
--- a/chat/libpurple/options.mk Mon Aug 13 05:29:27 2007 +0000
+++ b/chat/libpurple/options.mk Mon Aug 13 05:32:09 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.2 2007/08/04 13:30:25 joerg Exp $
+# $NetBSD: options.mk,v 1.3 2007/08/13 05:32:11 dan Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.libpurple
-PKG_SUPPORTED_OPTIONS+=                gnutls silc perl tcl debug dbus
+PKG_SUPPORTED_OPTIONS+=                gnutls sametime silc perl tcl debug dbus
 PKG_SUGGESTED_OPTIONS+=                gnutls silc
 
 .include "../../mk/bsd.options.mk"
@@ -22,6 +22,13 @@
 .  include "../../devel/nss/buildlink3.mk"
 .endif
 
+.if !empty(PKG_OPTIONS:Msametime)
+PLIST_SUBST+=          SAMETIME=
+. include "../../chat/meanwhile/buildlink3.mk"
+.else
+PLIST_SUBST+=          SAMETIME="@comment "
+.endif
+
 .if !empty(PKG_OPTIONS:Msilc)
 PLIST_SUBST+=          SILC=
 CONFIGURE_ARGS+= --with-silc-includes=${BUILDLINK_PREFIX.silc-toolkit}/include/silc



Home | Main Index | Thread Index | Old Index