pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11 Update xbindkeys{,-tk} to 1.7.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67efae13e7ca
branches:  trunk
changeset: 522388:67efae13e7ca
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Dec 08 16:16:12 2006 +0000

description:
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:

 x11/xbindkeys-tk/Makefile     |  5 ++---
 x11/xbindkeys/Makefile        |  4 +---
 x11/xbindkeys/Makefile.common |  4 ++--
 x11/xbindkeys/distinfo        |  8 ++++----
 4 files changed, 9 insertions(+), 12 deletions(-)

diffs (60 lines):

diff -r 80b5b91d509f -r 67efae13e7ca x11/xbindkeys-tk/Makefile
--- a/x11/xbindkeys-tk/Makefile Fri Dec 08 14:59:35 2006 +0000
+++ b/x11/xbindkeys-tk/Makefile Fri Dec 08 16:16:12 2006 +0000
@@ -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 -r 80b5b91d509f -r 67efae13e7ca x11/xbindkeys/Makefile
--- a/x11/xbindkeys/Makefile    Fri Dec 08 14:59:35 2006 +0000
+++ b/x11/xbindkeys/Makefile    Fri Dec 08 16:16:12 2006 +0000
@@ -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 -r 80b5b91d509f -r 67efae13e7ca x11/xbindkeys/Makefile.common
--- a/x11/xbindkeys/Makefile.common     Fri Dec 08 14:59:35 2006 +0000
+++ b/x11/xbindkeys/Makefile.common     Fri Dec 08 16:16:12 2006 +0000
@@ -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 -r 80b5b91d509f -r 67efae13e7ca x11/xbindkeys/distinfo
--- a/x11/xbindkeys/distinfo    Fri Dec 08 14:59:35 2006 +0000
+++ b/x11/xbindkeys/distinfo    Fri Dec 08 16:16:12 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index