Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (0234d7a9510c34b15886d5379903f215359cc522)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (0234d7a9510c34b15886d5379903f215359cc522)
  • Date: Sat, 7 Feb 2009 00:19:07 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

utils/kbd/HISTORY | 6 ++++++
utils/kbd/PRE_BUILD | 3 +++
utils/kbd/fgconsole-serial.patch | 11 +++++++++++
3 files changed, 20 insertions(+)

New commits:
commit 0234d7a9510c34b15886d5379903f215359cc522
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

kbd: Include linux/types.h before linux/serial.h
Based on Julien's hal/probe-serial.patch
Fixes Bug#15064

diff --git a/utils/kbd/HISTORY b/utils/kbd/HISTORY
index c397f89..8edd101 100644
--- a/utils/kbd/HISTORY
+++ b/utils/kbd/HISTORY
@@ -1,3 +1,9 @@
+2009-02-06 Eric Sandall <sandalle AT sourcemage.org>
+ * fgconsole-serial.patch: Include linux/types.h before linux/serial.h
+ Based on Julien's hal/probe-serial.patch
+ Fixes Bug#15064
+ * PRE_BUILD: Apply fgconsole-serial.patch
+
2008-12-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.15
* PRE_BUILD, configure.patch: removed
diff --git a/utils/kbd/PRE_BUILD b/utils/kbd/PRE_BUILD
new file mode 100755
index 0000000..dbdaee4
--- /dev/null
+++ b/utils/kbd/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SPELL_DIRECTORY/fgconsole-serial.patch
diff --git a/utils/kbd/fgconsole-serial.patch
b/utils/kbd/fgconsole-serial.patch
new file mode 100644
index 0000000..d3ac176
--- /dev/null
+++ b/utils/kbd/fgconsole-serial.patch
@@ -0,0 +1,11 @@
+diff -Naur kbd-1.15.orig/src/fgconsole.c kbd-1.15/src/fgconsole.c
+--- kbd-1.15.orig/src/fgconsole.c 2009-02-06 22:13:57.437214875 -0800
++++ kbd-1.15/src/fgconsole.c 2009-02-06 22:15:17.832978146 -0800
+@@ -6,6 +6,7 @@
+ #include <sys/ioctl.h>
+ #include <getopt.h>
+ #include <linux/vt.h>
++#include <linux/types.h>
+ #include <linux/serial.h>
+ #include "getfd.h"
+ #include "nls.h"



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (0234d7a9510c34b15886d5379903f215359cc522), Eric Sandall, 02/07/2009

Archive powered by MHonArc 2.6.24.

Top of Page