Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] SVK Change 9153 to grimoire.svk

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: root <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] SVK Change 9153 to grimoire.svk
  • Date: Fri, 2 Jun 2006 02:59:23 -0500

Group: defaults
Subject: r9153 - in test/disk: . arson

Author: fbridault
Date: Mon May 29 17:41:23 2006
New Revision: 9153

Added:
test/disk/arson/PRE_BUILD (contents, props changed)
test/disk/arson/gcc41.patch
Removed:
test/disk/arson/BUILD
Modified:
test/disk/ (props changed)
test/disk/arson/HISTORY

Log:
r9165@Frodon: vlaaad | 1970-01-01 01:00:00 +0200
Fixed gcc41 compiling.


Deleted: test/disk/arson/BUILD
==============================================================================
--- test/disk/arson/BUILD Mon May 29 17:41:23 2006
+++ (empty file)
@@ -1,4 +0,0 @@
-patch -p0 < ${SCRIPT_DIRECTORY}/startup.patch &&
-patch -p0 < ${SCRIPT_DIRECTORY}/iso2cd.patch &&
-patch -p0 < ${SCRIPT_DIRECTORY}/programpage.patch &&
-default_build

Modified: test/disk/arson/HISTORY
==============================================================================
--- test/disk/arson/HISTORY (original)
+++ test/disk/arson/HISTORY Mon May 29 17:41:23 2006
@@ -1,4 +1,9 @@
2006-05-30 Flavien Bridault <disk AT sourcemage.org>
+ * BUILD: Removed, don't apply patches here
+ * PRE_BUILD: Apply patches there
+ * gcc41.patch: fixes compiling
+
+2006-05-30 Flavien Bridault <disk AT sourcemage.org>
* DEPENDS: Added arts (bug #12402)

2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>

Added: test/disk/arson/PRE_BUILD
==============================================================================
--- (empty file)
+++ test/disk/arson/PRE_BUILD Mon May 29 17:41:23 2006
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p0 < ${SCRIPT_DIRECTORY}/startup.patch &&
+patch -p0 < ${SCRIPT_DIRECTORY}/iso2cd.patch &&
+patch -p0 < ${SCRIPT_DIRECTORY}/programpage.patch &&
+patch -p1 < ${SCRIPT_DIRECTORY}/gcc41.patch

Added: test/disk/arson/gcc41.patch
==============================================================================
--- (empty file)
+++ test/disk/arson/gcc41.patch Mon May 29 17:41:23 2006
@@ -0,0 +1,11 @@
+--- arson-0.9.7-kde3.old/src/process.h 2006-05-30 00:14:44.000000000 +0200
++++ arson-0.9.7-kde3/src/process.h 2006-05-30 00:16:00.000000000 +0200
+@@ -253,7 +253,7 @@
+ const char *oper = NULL,
+ const QString &type = QString::null);
+
+- static uint ArsonCdrdaoProcess::calcTime(
++ static uint calcTime(
+ uint hrs, uint mins, uint secs);
+
+ private:



  • [SM-Commit] SVK Change 9153 to grimoire.svk, root, 06/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page