x11/dmenu needs updating to 4.6, but the Xft patch for 4.6 isn't posted: http://tools.suckless.org/dmenu/patches/xft Note that the MOD + P keybinding in x11-wm/dwm is broken until this is updated: it passes '-m 0' to dmenu, which was only added in dmenu-4.6.
A commit references this bug: Author: jbeich Date: Sun Dec 13 06:03:52 UTC 2015 New revision: 403654 URL: https://svnweb.freebsd.org/changeset/ports/403654 Log: x11/dmenu: update to 4.6 - Explicitly track direct fontconfig dependency - Define LICENSE_FILE as MIT has many styles https://fedoraproject.org/wiki/Licensing:MIT Changes: http://lists.suckless.org/dev/1511/27503.html PR: 205236 Reported by: Jakub Lach, Randy Westlund Pointy hat to: jbeich (timeout-happy) Approved by: r403178 regression Changes: head/x11/dmenu/Makefile head/x11/dmenu/distinfo head/x11/dmenu/files/patch-Makefile head/x11/dmenu/files/patch-config.mk
A commit references this bug: Author: jbeich Date: Sun Dec 13 06:04:16 UTC 2015 New revision: 403655 URL: https://svnweb.freebsd.org/changeset/ports/403655 Log: x11/dmenu: simplify patching (like r403180) Override variables instead of trying to fix them, sometimes incorrectly. PR: 205236 Approved by: portmgr blanket Changes: head/x11/dmenu/Makefile head/x11/dmenu/files/patch-Makefile head/x11/dmenu/files/patch-config.mk
Thanks. Commited. Also, ports r403653 and ports r403654 were actually fixing a regressions introduced by ports r338929 but I've noticed too late to squash them into one commit for MFH. ;\