Timo, I'd like to drop one patch which I had added to update x11/stumpwm.
With this diff I don't need it anymore. Ok? Index: x11/stumpwm/Makefile =================================================================== RCS file: /home/cvs/ports/x11/stumpwm/Makefile,v diff -u -p -r1.29 Makefile --- x11/stumpwm/Makefile 29 Dec 2024 13:41:00 -0000 1.29 +++ x11/stumpwm/Makefile 22 Jan 2025 16:20:40 -0000 @@ -2,7 +2,7 @@ COMMENT= easily hackable Common LISP wi VERSION= 24.11 DISTNAME= stumpwm-${VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= x11 @@ -36,6 +36,7 @@ CONFIGURE_ARGS+= --with-module-dir=${LOC USE_GMAKE= yes MAKE_ENV= MAKEINFO=${PREFIX}/bin/gmakeinfo \ + CL_SOURCE_REGISTRY=${WRKSRC} \ ASDF_OUTPUT_TRANSLATIONS=/: MAKE_FLAGS= '-e' Index: x11/stumpwm/patches/patch-load-stumpwm_lisp_in =================================================================== RCS file: x11/stumpwm/patches/patch-load-stumpwm_lisp_in diff -N x11/stumpwm/patches/patch-load-stumpwm_lisp_in --- x11/stumpwm/patches/patch-load-stumpwm_lisp_in 3 Dec 2024 13:46:28 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ -https://github.com/stumpwm/stumpwm/pull/1218 - -Index: load-stumpwm.lisp.in ---- load-stumpwm.lisp.in.orig -+++ load-stumpwm.lisp.in -@@ -5,5 +5,9 @@ - - (require 'asdf) - --(asdf:load-asd #p"@STUMPWM_ASDF_DIR@/stumpwm.asd") -+(asdf:initialize-source-registry -+ '(:source-registry -+ (:directory "@STUMPWM_ASDF_DIR@") -+ :inherit-configuration)) -+ - (asdf:load-system "stumpwm") -- wbr, Kirill