Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (89aafa4ffc771fa5744a44393aeebecdf20bc340)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (89aafa4ffc771fa5744a44393aeebecdf20bc340)
  • Date: Wed, 27 Jun 2012 15:32:57 -0500

GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:

disk/cdrdao/HISTORY | 4 ++++
disk/cdrdao/PRE_BUILD | 6 ++++++
disk/cdrdao/stat.patch | 13 +++++++++++++
3 files changed, 23 insertions(+)

New commits:
commit 89aafa4ffc771fa5744a44393aeebecdf20bc340
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

cdrdao: fix compilation of stable branch by adding stat headers
* PRE_BUILD: added, to apply patch for stable branch
* stat.patch: added, add stat headers to fix compilation

diff --git a/disk/cdrdao/HISTORY b/disk/cdrdao/HISTORY
index bca480f..c38c65d 100644
--- a/disk/cdrdao/HISTORY
+++ b/disk/cdrdao/HISTORY
@@ -1,3 +1,7 @@
+2012-06-27 Sukneet Basuta <sukneet AT sourcemage.org>
+ * PRE_BUILD: added, to apply patch for stable branch
+ * stat.patch: added, add stat headers to fix compilation
+
2012-03-04 Robin Cook <rcook AT wyrms.net>
* PRE_BUILD: removed as patch no longer needed for scm build

diff --git a/disk/cdrdao/PRE_BUILD b/disk/cdrdao/PRE_BUILD
new file mode 100755
index 0000000..7a7823c
--- /dev/null
+++ b/disk/cdrdao/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+if [[ "$CDRDAO_BRANCH" == "stable" ]]; then
+ patch -p1 < $SPELL_DIRECTORY/stat.patch
+fi
diff --git a/disk/cdrdao/stat.patch b/disk/cdrdao/stat.patch
new file mode 100644
index 0000000..4d9c24c
--- /dev/null
+++ b/disk/cdrdao/stat.patch
@@ -0,0 +1,13 @@
+--- cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat 2010-01-20 20:11:36.000000000
+0100
++++ cdrdao-1.2.3/dao/ScsiIf-linux.cc 2010-01-20 20:14:07.000000000 +0100
+@@ -19,6 +19,9 @@
+
+ #include <config.h>
+
++#include <sys/types.h>
++#include <sys/stat.h>
++
+ #include <stdio.h>
+ #include <fcntl.h>
+ #include <unistd.h>
+



  • [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (89aafa4ffc771fa5744a44393aeebecdf20bc340), Sukneet Basuta, 06/27/2012

Archive powered by MHonArc 2.6.24.

Top of Page