summaryrefslogtreecommitdiff
path: root/chat/finch
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-01-13 22:25:38 +0000
committerwiz <wiz@pkgsrc.org>2016-01-13 22:25:38 +0000
commit1faba406989b1552cacffab12174b64805e475cd (patch)
tree4c5aeb37bb8bdb3c2e5cdb27d7938e9198981ee3 /chat/finch
parent624ca50a1d2b4e86d3ae09d275e0ec8bc5990be7 (diff)
downloadpkgsrc-1faba406989b1552cacffab12174b64805e475cd.tar.gz
Update pidgin/finch/libpurple to 2.10.12.
gstreamer is not an option any longer. version 2.10.12 (MM/DD/YY): Windows-Specific Changes: * Updates to dependencies: * Cyrus SASL 2.1.26 * libxml2 2.9.2 * NSS 3.17.3 and NSPR 4.10.7 * Perl 5.20.1 * SILC 1.1.12 * Remove support for Tcl plugins Gadu-Gadu: * Updated internal libgadu to version 1.12.1.
Diffstat (limited to 'chat/finch')
-rw-r--r--chat/finch/Makefile8
-rw-r--r--chat/finch/options.mk8
2 files changed, 8 insertions, 8 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile
index bc61c4e919a..88ea613716e 100644
--- a/chat/finch/Makefile
+++ b/chat/finch/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2015/08/17 17:11:20 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2016/01/13 22:25:38 wiz Exp $
PKGNAME= finch-${PIDGIN_VERSION}
-PKGREVISION= 3
COMMENT= Multi-protocol Instant Messaging client console frontend
@@ -10,6 +9,7 @@ COMMENT= Multi-protocol Instant Messaging client console frontend
USE_TOOLS+= intltool msgfmt perl
CONFIGURE_ARGS+= --enable-consoleui
+CONFIGURE_ARGS+= --without-x
CONFIGURE_ENV+= ac_cv_path_pythonpath=
#CONFIGURE_ARGS+= --disable-plugins
@@ -35,6 +35,10 @@ pre-build:
INSTALL_DIRS= finch doc
+# this was an option, but doesn't seem to be one as of 2.10.12
+. include "../../multimedia/gstreamer1/buildlink3.mk"
+. include "../../multimedia/gst-plugins1-base/buildlink3.mk"
+
BUILDLINK_API_DEPENDS.libpurple+= libpurple-${PIDGIN_VERSION}{,nb*}
.include "../../chat/libpurple/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
diff --git a/chat/finch/options.mk b/chat/finch/options.mk
index c0d632279d2..562ca1ce512 100644
--- a/chat/finch/options.mk
+++ b/chat/finch/options.mk
@@ -1,14 +1,10 @@
-# $NetBSD: options.mk,v 1.5 2015/08/06 19:39:19 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2016/01/13 22:25:38 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.finch
-PKG_SUPPORTED_OPTIONS+= gstreamer debug
+PKG_SUPPORTED_OPTIONS+= debug
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mgstreamer)
-. include "../../multimedia/gstreamer0.10/buildlink3.mk"
-.endif
-
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
.endif