pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/finch Update to finch-2.4.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/dba2f2cd333a
branches: trunk
changeset: 542463:dba2f2cd333a
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun May 18 00:06:46 2008 +0000
description:
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).
diffstat:
chat/finch/Makefile | 6 +-----
chat/finch/options.mk | 6 +-----
2 files changed, 2 insertions(+), 10 deletions(-)
diffs (44 lines):
diff -r 0192b9a98526 -r dba2f2cd333a chat/finch/Makefile
--- a/chat/finch/Makefile Sat May 17 23:53:29 2008 +0000
+++ b/chat/finch/Makefile Sun May 18 00:06:46 2008 +0000
@@ -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+= 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 -r 0192b9a98526 -r dba2f2cd333a chat/finch/options.mk
--- a/chat/finch/options.mk Sat May 17 23:53:29 2008 +0000
+++ b/chat/finch/options.mk Sun May 18 00:06:46 2008 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index