pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/mu/patches
Module Name: pkgsrc
Committed By: ktnb
Date: Mon Mar 3 02:29:41 UTC 2025
Added Files:
pkgsrc/mail/mu/patches: patch-mu4e_meson.build patch-mu4e_mu4e.texi
Log Message:
mu: forgot patches
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/mu/patches/patch-mu4e_meson.build \
pkgsrc/mail/mu/patches/patch-mu4e_mu4e.texi
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/mail/mu/patches/patch-mu4e_meson.build
diff -u /dev/null pkgsrc/mail/mu/patches/patch-mu4e_meson.build:1.1
--- /dev/null Mon Mar 3 02:29:41 2025
+++ pkgsrc/mail/mu/patches/patch-mu4e_meson.build Mon Mar 3 02:29:41 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-mu4e_meson.build,v 1.1 2025/03/03 02:29:41 ktnb Exp $
+
+Don't care about info errors
+
+--- mu4e/meson.build.orig 2025-02-27 21:15:32.748538946 +0000
++++ mu4e/meson.build
+@@ -143,6 +143,7 @@ if makeinfo.found()
+ install_dir: infodir,
+ install: true,
+ command: [makeinfo,
++ '--force', '--no-validate',
+ '-o', join_paths(meson.current_build_dir(), 'mu4e.info'),
+ join_paths(meson.current_source_dir(), 'mu4e.texi'),
+ '-I', join_paths(meson.current_build_dir(), '..')])
Index: pkgsrc/mail/mu/patches/patch-mu4e_mu4e.texi
diff -u /dev/null pkgsrc/mail/mu/patches/patch-mu4e_mu4e.texi:1.1
--- /dev/null Mon Mar 3 02:29:41 2025
+++ pkgsrc/mail/mu/patches/patch-mu4e_mu4e.texi Mon Mar 3 02:29:41 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-mu4e_mu4e.texi,v 1.1 2025/03/03 02:29:41 ktnb Exp $
+
+Org-mode node requires an unnumbed subsec or else it fails to build
+
+--- mu4e/mu4e.texi.orig 2025-02-26 16:53:07.000000000 +0000
++++ mu4e/mu4e.texi
+@@ -3454,6 +3454,7 @@ It is possible to get information about
+ You can enable this by setting @t{mu4e-eldoc-support} to non-@t{nil}.
+
+ @node Org-mode
++@unnumberedsubsec Org-mode
+
+ Org-mode is a popular and powerful way to deal with todo-lists, agendas inside
+ Emacs. It's only natural to integrate it with @t{mu4e}, and
Home |
Main Index |
Thread Index |
Old Index