summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn>2008-05-18 00:06:46 +0000
committertnn <tnn>2008-05-18 00:06:46 +0000
commit128b20a87be341c4cf22852be3baaad541446fde (patch)
tree5ae260a241e05ea41be81833ef434afc6908f8fd
parentab6af6d875a1d91885e59f6a83e44434c0bc8e25 (diff)
downloadpkgsrc-128b20a87be341c4cf22852be3baaad541446fde.tar.gz
Update to finch-2.4.2.
* New default binding ctrl+x to open context menus. * Menu triggers and other bindings will no longer conflict. * Middle click pastes the internal clipboard (when mouse support is enabled).
-rw-r--r--chat/finch/Makefile6
-rw-r--r--chat/finch/options.mk6
2 files changed, 2 insertions, 10 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile
index dd2a879bfe1..31bbb305809 100644
--- a/chat/finch/Makefile
+++ b/chat/finch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2008/03/04 17:48:50 tnn Exp $
+# $NetBSD: Makefile,v 1.13 2008/05/18 00:06:46 tnn Exp $
#
PKGNAME= finch-${PIDGIN_VERSION}
@@ -17,12 +17,8 @@ PKGCONFIG_OVERRIDE+= gaim.pc.in
PKGCONFIG_OVERRIDE+= libpurple/purple.pc.in
PKGCONFIG_OVERRIDE+= pidgin/pidgin.pc.in
-CONFIGURE_ARGS+= --disable-gevolution
-CONFIGURE_ARGS+= --disable-gtkui
CONFIGURE_ARGS+= --enable-consoleui
-CONFIGURE_ARGS+= --disable-gnutls
-CONFIGURE_ARGS+= --disable-nss
#CONFIGURE_ARGS+= --disable-plugins
# The configure script uses an incredibly stupid way to detect if the
diff --git a/chat/finch/options.mk b/chat/finch/options.mk
index 7fe4382694c..4e9f32cbd75 100644
--- a/chat/finch/options.mk
+++ b/chat/finch/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2007/08/04 14:01:01 tnn Exp $
+# $NetBSD: options.mk,v 1.3 2008/05/18 00:06:46 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.finch
PKG_SUPPORTED_OPTIONS+= gstreamer debug
@@ -8,12 +8,8 @@ PKG_SUGGESTED_OPTIONS+=
.if !empty(PKG_OPTIONS:Mgstreamer)
. include "../../multimedia/gstreamer0.10/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-gstreamer
.endif
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
-.else
-CONFIGURE_ARGS+= --disable-debug
.endif