From 25c4307da135103ea810d65f96f2f1c21e0547b4 Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Mon, 29 Apr 2013 22:07:27 +0000 Subject: Update to 2.3.0 Changelog: https://opensource.conformal.com/fluxbb/viewtopic.php?pid=2444#p2444 Add a local patch to not look for xlock and throw and error on startup if it's not there [1] PR: ports/177754 (in response to) [1] Submitted by: Carlo Strub [1] --- x11-wm/spectrwm/files/patch-spectrwm.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11-wm/spectrwm/files/patch-spectrwm.c (limited to 'x11-wm/spectrwm/files/patch-spectrwm.c') diff --git a/x11-wm/spectrwm/files/patch-spectrwm.c b/x11-wm/spectrwm/files/patch-spectrwm.c new file mode 100644 index 000000000000..74f48047480f --- /dev/null +++ b/x11-wm/spectrwm/files/patch-spectrwm.c @@ -0,0 +1,11 @@ +--- spectrwm.c.orig 2013-04-29 23:55:24.573913339 +0200 ++++ spectrwm.c 2013-04-29 23:55:44.031914326 +0200 +@@ -6316,7 +6316,7 @@ + void + setup_spawn(void) + { +- setconfspawn("lock", "xlock", 0); ++ setconfspawn("lock", "xlock", SWM_SPAWN_OPTIONAL); + + setconfspawn("term", "xterm", 0); + setconfspawn("spawn_term", "xterm", 0); -- cgit v1.2.3