Subject: CVS commit: pkgsrc/x11
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 12/03/2003 12:52:59
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Wed Dec  3 12:52:59 UTC 2003

Modified Files:
	pkgsrc/x11/xbindkeys: Makefile Makefile.common distinfo
	pkgsrc/x11/xbindkeys-tk: Makefile
Removed Files:
	pkgsrc/x11/xbindkeys/patches: patch-aa patch-ab

Log Message:
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'.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/x11/xbindkeys/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/xbindkeys/Makefile.common
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/xbindkeys/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/xbindkeys-tk/Makefile
cvs rdiff -r1.3 -r0 pkgsrc/x11/xbindkeys/patches/patch-aa
cvs rdiff -r1.1 -r0 pkgsrc/x11/xbindkeys/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.