Gabriel Hondet <gabriel.hon...@laposte.net> writes: > Hi! > > I have updated the Makefile of xbindkeys > (https://www.nongnu.org/xbindkeys/xbindkeys.html). > > xbindkeys is a window manager agnostic key binding utility. It reads > a configuration file (either a Guile scheme file or an ad-hoc syntax) > to bind keys to actions. > > Previously, xbindkeys was systematically built with the `--disable-guile` > option and thus would not read guile scheme files. This update > removes the flag and adds a flavour "noguile" that uses it. > > Of course, I'd be happy to fix any issue on my contribution, > cheers, > Gabriel
Hello :) Please send (unified) diffs for ports updates/tweaking. If you checked out the port tree using cvs, just run `cvs diff > /tmp/xbindkeys.diff` in the port directory and attach that file, otherwise you can also use git/got to clone from the github mirror https://github.com/openbsd/ports Anyway, I'd do the opposite regarding the flavor: add a -guile flavor to enable guile support. `no_*' flavors are treated especially (see bsd.port.mk(5)) and for what I can see flavors usually add stuff (see mail/mutt for instance). Thanks, Omar Polo