Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (86c754fa987cb4387c1488a1e1f3ccae6ee4a714)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (86c754fa987cb4387c1488a1e1f3ccae6ee4a714)
  • Date: Sun, 4 Mar 2012 19:05:36 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

disk/cdrdao/HISTORY | 3 +++
disk/cdrdao/PRE_BUILD | 6 ------
disk/cdrdao/stat.patch | 12 ------------
3 files changed, 3 insertions(+), 18 deletions(-)

New commits:
commit 86c754fa987cb4387c1488a1e1f3ccae6ee4a714
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

cdrdao: removed PRE_BUILD as no longer needed

diff --git a/disk/cdrdao/HISTORY b/disk/cdrdao/HISTORY
index 9d8ae51..bca480f 100644
--- a/disk/cdrdao/HISTORY
+++ b/disk/cdrdao/HISTORY
@@ -1,3 +1,6 @@
+2012-03-04 Robin Cook <rcook AT wyrms.net>
+ * PRE_BUILD: removed as patch no longer needed for scm build
+
2011-09-20 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, PREPARE, PRE_BUILD: Use
prepare_select_branch

diff --git a/disk/cdrdao/PRE_BUILD b/disk/cdrdao/PRE_BUILD
deleted file mode 100755
index 55a1bdc..0000000
--- a/disk/cdrdao/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-if [[ "$CDRDAO_BRANCH" == "scm" ]]; then
- patch -p0 < "$SPELL_DIRECTORY/stat.patch"
-fi
diff --git a/disk/cdrdao/stat.patch b/disk/cdrdao/stat.patch
deleted file mode 100644
index cc2544a..0000000
--- a/disk/cdrdao/stat.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- dao/ScsiIf-linux.cc.orig
-+++ dao/ScsiIf-linux.cc
-@@ -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 Robin Cook (86c754fa987cb4387c1488a1e1f3ccae6ee4a714), Robin Cook, 03/04/2012

Archive powered by MHonArc 2.6.24.

Top of Page