Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (66d98046f94d9e4051bf113d6d5999dca302f2aa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (66d98046f94d9e4051bf113d6d5999dca302f2aa)
  • Date: Tue, 7 Apr 2026 16:02:58 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

mail/neomutt/HISTORY | 4 ++++
mail/neomutt/PRE_BUILD | 4 ++++
mail/neomutt/patches-for-stable/0001-missing-const.patch | 12 ++++++++++++
3 files changed, 20 insertions(+)

New commits:
commit 66d98046f94d9e4051bf113d6d5999dca302f2aa
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

mail/neomutt: fixed stable build

diff --git a/mail/neomutt/HISTORY b/mail/neomutt/HISTORY
index d74c310..6e83def 100644
--- a/mail/neomutt/HISTORY
+++ b/mail/neomutt/HISTORY
@@ -1,3 +1,7 @@
+2026-04-07 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD, patches-for-stable/0001-missing-const.patch: added a
snippet from
+ upstream commit to fix stable build
+
2026-04-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 20260406, separated source and signature urls

diff --git a/mail/neomutt/PRE_BUILD b/mail/neomutt/PRE_BUILD
new file mode 100755
index 0000000..12141f3
--- /dev/null
+++ b/mail/neomutt/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+apply_patch_dir "patches-for-${NEOMUTT_BRANCH}"
diff --git a/mail/neomutt/patches-for-stable/0001-missing-const.patch
b/mail/neomutt/patches-for-stable/0001-missing-const.patch
new file mode 100644
index 0000000..2ae9512
--- /dev/null
+++ b/mail/neomutt/patches-for-stable/0001-missing-const.patch
@@ -0,0 +1,12 @@
+diff --git a/autosetup/jimsh0.c b/autosetup/jimsh0.c
+--- a/autosetup/jimsh0.c
++++ b/autosetup/jimsh0.c
+@@ -2600,7 +2600,7 @@ static int aio_cmd_gets(Jim_Interp *interp, int argc,
Jim_Obj *const *argv)
+ Jim_Obj *objPtr = NULL;
+ int len;
+ int nb;
+- char *nl = NULL;
++ const char *nl = NULL;
+ int offset = 0;
+
+ errno = 0;


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (66d98046f94d9e4051bf113d6d5999dca302f2aa), Pavel Vinogradov, 04/07/2026

Archive powered by MHonArc 2.6.24.

Top of Page