Skip to Content.
Sympa Menu

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

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 (f3f4271e17cf9bd5b199640d1e84aef74efdf096)
  • Date: Mon, 6 Mar 2017 23:45:40 +0000

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

disk/eudev/HISTORY | 4 ++++
disk/eudev/PRE_BUILD | 1 +
disk/eudev/gperf.patch | 23 +++++++++++++++++++++++
3 files changed, 28 insertions(+)

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

disk/eudev: fixed building with gperf 3.1

diff --git a/disk/eudev/HISTORY b/disk/eudev/HISTORY
index 7b70094..354c30c 100644
--- a/disk/eudev/HISTORY
+++ b/disk/eudev/HISTORY
@@ -1,3 +1,7 @@
+2017-03-06 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD, gperf.patch: added upstream fix for gperf 3.1
+ incompatibility
+
2016-12-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.2.1

diff --git a/disk/eudev/PRE_BUILD b/disk/eudev/PRE_BUILD
index 5e1b2ac..ba1e18a 100755
--- a/disk/eudev/PRE_BUILD
+++ b/disk/eudev/PRE_BUILD
@@ -1,5 +1,6 @@
create_group input &&
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+patch -Np1 < ${SPELL_DIRECTORY}/gperf.patch &&
cp ${SPELL_DIRECTORY}/udev.conf ${SOURCE_DIRECTORY}/src/udev/ &&
autoreconf -f -i --symlink
diff --git a/disk/eudev/gperf.patch b/disk/eudev/gperf.patch
new file mode 100644
index 0000000..d81e0d5
--- /dev/null
+++ b/disk/eudev/gperf.patch
@@ -0,0 +1,23 @@
+From 5bab4d8de0dcbb8e2e7d4d5125b4aea1652a0d60 Mon Sep 17 00:00:00 2001
+From: "Anthony G. Basile" <blueness AT gentoo.org>
+Date: Thu, 5 Jan 2017 16:21:17 -0500
+Subject: [PATCH] src/udev/udev-builtin-keyboard.c: fix build with gperf 3.1
+
+Signed-off-by: Anthony G. Basile <blueness AT gentoo.org>
+---
+ src/udev/udev-builtin-keyboard.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/udev/udev-builtin-keyboard.c
b/src/udev/udev-builtin-keyboard.c
+index 73171c3..fad3520 100644
+--- a/src/udev/udev-builtin-keyboard.c
++++ b/src/udev/udev-builtin-keyboard.c
+@@ -28,7 +28,6 @@
+
+ #include "udev.h"
+
+-static const struct key *keyboard_lookup_key(const char *str, unsigned len);
+ #include "keyboard-keys-from-name.h"
+ #include "keyboard-keys-to-name.h"
+
+



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f3f4271e17cf9bd5b199640d1e84aef74efdf096), Pavel Vinogradov, 03/06/2017

Archive powered by MHonArc 2.6.24.

Top of Page