Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (884b0e11ea1b569c990cdd48b69fd98417f7623c)
  • Date: Sat, 10 Sep 2022 19:01:01 +0000

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

disk/efivar/HISTORY | 5 +++--
disk/efivar/patches/no-mandoc-use.patch | 14 ++++++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)

New commits:
commit 884b0e11ea1b569c990cdd48b69fd98417f7623c
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

disk/efivar: disabled mandoc usage

diff --git a/disk/efivar/HISTORY b/disk/efivar/HISTORY
index 827fc2b..a97384e 100644
--- a/disk/efivar/HISTORY
+++ b/disk/efivar/HISTORY
@@ -1,7 +1,8 @@
2022-09-10 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 38
- * PRE_BUILD, patches/glibc-2.36.patch: adapted file location for sed
- scripts/fixes, added upstream patch allowing to build with glibc
2.36
+ * PRE_BUILD, patches/{glibc-2.36,no-mandoc-use}.patch: adapted file
location
+ for sed scripts/fixes, added upstream patch allowing to build with
+ glibc 2.36, disabled mandoc usage

2021-09-22 Florian Franzmann <bwlf AT bandrate.org>
* BUILD: work around build errors
diff --git a/disk/efivar/patches/no-mandoc-use.patch
b/disk/efivar/patches/no-mandoc-use.patch
new file mode 100644
index 0000000..6f6cd5f
--- /dev/null
+++ b/disk/efivar/patches/no-mandoc-use.patch
@@ -0,0 +1,14 @@
+diff --git a/docs/Makefile b/docs/Makefile
+index c9bf585..19d328e 100644
+--- a/docs/Makefile
++++ b/docs/Makefile
+@@ -5,8 +5,7 @@ include $(TOPDIR)/src/include/version.mk
+ include $(TOPDIR)/src/include/rules.mk
+ include $(TOPDIR)/src/include/defaults.mk
+
+-MAN1TARGETS = efisecdb.1 \
+- efivar.1
++MAN1TARGETS = efivar.1
+
+ MAN3TARGETS = efi_append_variable.3 \
+ efi_del_variable.3 \



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (884b0e11ea1b569c990cdd48b69fd98417f7623c), Pavel Vinogradov, 09/10/2022

Archive powered by MHonArc 2.6.24.

Top of Page