diff options
author | obache <obache> | 2006-12-08 16:16:12 +0000 |
---|---|---|
committer | obache <obache> | 2006-12-08 16:16:12 +0000 |
commit | 5d624dd733788d6e72ddf276aefb6312e70bff04 (patch) | |
tree | 31db8daba122a13d8440342d99081931b63f2bab /x11 | |
parent | 3cc21951c713e71c88d6e83a2a5bc1da78a6a042 (diff) | |
download | pkgsrc-5d624dd733788d6e72ddf276aefb6312e70bff04.tar.gz |
Update xbindkeys{,-tk} to 1.7.3.
Version 1.7.3 : A bug under Solaris was fixed. This bug caused an XBindKeys
built with -DFORK_FLAG=1 to fail to wait for the processes it spawns, leaving
lots of defunct processes.
Thanks to Ciaran Anscomb for the patch.
Version 1.7.2 : Changes to grab keys in all display screens and not only in the
default root window (Xinerama suport).
Bugfix for the Guile support in configure.ac.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xbindkeys-tk/Makefile | 5 | ||||
-rw-r--r-- | x11/xbindkeys/Makefile | 4 | ||||
-rw-r--r-- | x11/xbindkeys/Makefile.common | 4 | ||||
-rw-r--r-- | x11/xbindkeys/distinfo | 8 |
4 files changed, 9 insertions, 12 deletions
diff --git a/x11/xbindkeys-tk/Makefile b/x11/xbindkeys-tk/Makefile index 48d04c97f8b..a9ea3a8b4b0 100644 --- a/x11/xbindkeys-tk/Makefile +++ b/x11/xbindkeys-tk/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2006/02/05 23:11:45 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/12/08 16:16:12 obache Exp $ # .include "../../x11/xbindkeys/Makefile.common" PKGNAME= ${DISTNAME:S/xbindkeys/xbindkeys-tk/} -PKGREVISION= 2 COMMENT+= (Tk interface) -DEPENDS+= xbindkeys>=1.7.1:../../x11/xbindkeys +DEPENDS+= xbindkeys>=1.7.3:../../x11/xbindkeys DEPENDS+= tk>=8.3.4:../../x11/tk NO_CONFIGURE= yes diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index fee0f6f8b29..60073d28f4d 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:11:45 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/12/08 16:16:12 obache Exp $ # .include "Makefile.common" -PKGREVISION= 1 - CONFIGURE_ARGS+= --disable-tk .include "../../lang/guile/buildlink3.mk" diff --git a/x11/xbindkeys/Makefile.common b/x11/xbindkeys/Makefile.common index 61c2e8f0e72..59cc872623b 100644 --- a/x11/xbindkeys/Makefile.common +++ b/x11/xbindkeys/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.9 2006/03/04 21:31:12 jlam Exp $ +# $NetBSD: Makefile.common,v 1.10 2006/12/08 16:16:12 obache Exp $ # -DISTNAME= xbindkeys-1.7.1 +DISTNAME= xbindkeys-1.7.3 CATEGORIES= x11 MASTER_SITES= http://hocwp.free.fr/xbindkeys/ diff --git a/x11/xbindkeys/distinfo b/x11/xbindkeys/distinfo index df79a4080e1..7254a484498 100644 --- a/x11/xbindkeys/distinfo +++ b/x11/xbindkeys/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2005/02/23 17:36:21 wiz Exp $ +$NetBSD: distinfo,v 1.9 2006/12/08 16:16:12 obache Exp $ -SHA1 (xbindkeys-1.7.1.tar.gz) = 989e4ae10cb16928ed673cabca9fae2068b45556 -RMD160 (xbindkeys-1.7.1.tar.gz) = 002bb78eb91deee71ff6f82494dca5704595816c -Size (xbindkeys-1.7.1.tar.gz) = 115892 bytes +SHA1 (xbindkeys-1.7.3.tar.gz) = ccbc30d27d9a65cf2531c41e5d2db106e9029e7a +RMD160 (xbindkeys-1.7.3.tar.gz) = 134207d4370c98f74d39aeb0cf79d94cbbaeae38 +Size (xbindkeys-1.7.3.tar.gz) = 110561 bytes |