summaryrefslogtreecommitdiff
path: root/x11/xbindkeys-tk
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-12-03 12:52:59 +0000
committerjmmv <jmmv@pkgsrc.org>2003-12-03 12:52:59 +0000
commitf6eac3daf8b5121f265cd064b2d4126718f61552 (patch)
treedb261ed947c6be1faea5e820205538704149dd07 /x11/xbindkeys-tk
parentb785a02c4ba5dfbef184943c3900812e1c465c0d (diff)
downloadpkgsrc-f6eac3daf8b5121f265cd064b2d4126718f61552.tar.gz
Update xbindkeys{,-tk} to 1.6.5:
1.6.5: Add a --disable-tk option to prevent xbindkeys_show install. So no tcl/tk dependency is needed. Add a NOTE in xbindkeys man page to say that xbindkeys can reread its config file with a -HUP signal (killall -HUP xbindkeys). Add two verbose tests (forgotten in other versions). 1.6.4: Add an option at compile time to launch programs with a system call instead of a fork+exec call (see ./configure --help). Remove an umask(022) in the daemonize function which cause troubles. 1.6.3: Change to switch to autoconf2.5X and automake >= 1.6. Xbindkeys doesn't move anymore to /tmp after the daemonize function. 1.6.2: Minor change in the configure.in to prevent rebuild of Makefile when doing a make. 1.6.1: Minor bugfix: use strtol instead of atoi for hexadecimal modifier. 1.6.0: Add a 'Release' modifier to catch release events of keys or mouse buttons instead of press events. Xbindkeys doesn't use pthreads+system any more to start commands, it use fork+exec instead. Some modifications to make the code 'cleaner'.
Diffstat (limited to 'x11/xbindkeys-tk')
-rw-r--r--x11/xbindkeys-tk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xbindkeys-tk/Makefile b/x11/xbindkeys-tk/Makefile
index 751d227ba72..517a3fa9429 100644
--- a/x11/xbindkeys-tk/Makefile
+++ b/x11/xbindkeys-tk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/09/17 15:12:14 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2003/12/03 12:52:59 jmmv Exp $
#
.include "../../x11/xbindkeys/Makefile.common"
@@ -6,7 +6,7 @@
PKGNAME= ${DISTNAME:S/xbindkeys/xbindkeys-tk/}
COMMENT+= (Tk interface)
-DEPENDS+= xbindkeys>=1.5.5nb1:../../x11/xbindkeys
+DEPENDS+= xbindkeys>=1.6.5:../../x11/xbindkeys
NO_CONFIGURE= # defined
NO_BUILD= # defined