Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (6c7b17a6024c698804bf5227440b945a3756ccbd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (6c7b17a6024c698804bf5227440b945a3756ccbd)
  • Date: Sun, 17 Feb 2008 14:16:06 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

disk/cdrdao/BUILD | 7 ++++++-
disk/cdrdao/HISTORY | 5 ++++-
2 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit 9cc4452fc7b628bd04d0bbdbd59de8eaf51945f3
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

disk/cdrdao: fixed cvs build, added missed HISTORY entry

diff --git a/disk/cdrdao/BUILD b/disk/cdrdao/BUILD
index e6ddb53..83a2ead 100755
--- a/disk/cdrdao/BUILD
+++ b/disk/cdrdao/BUILD
@@ -7,7 +7,12 @@ if [ "${ARCH:0:6}" = "x86_64" ]; then
fi &&
################################################

-if [ "$CVS" == "y" ]; then ./autogen.sh ; fi &&
+if [ "$CVS" == "y" ]
+then
+ sedit "/^AM_GCONF_SOURCE_2$/d" configure.ac &&
+ touch xdao/gcdmaster.schemas.in &&
+ ./autogen.sh
+fi &&

sed -i 's:/usr/src/linux/include::' scsilib/DEFAULTS/Defaults.linux &&
sed -i 's/xdao=xdao/xdao=no/' configure &&
diff --git a/disk/cdrdao/HISTORY b/disk/cdrdao/HISTORY
index 29f868d..f096f1a 100644
--- a/disk/cdrdao/HISTORY
+++ b/disk/cdrdao/HISTORY
@@ -1,8 +1,11 @@
+2008-02-17 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: fixed cvs build
+
2007-09-15 Pol Vinogradov <vin.public AT gmail.com>
* PREPARE, DETAILS: added autoupdate option

2006-09-22 Flavien Bridault <vlaaad AT sourcemage.org>
- *
+ * DETAILS: updated to 1.2.2

2006-05-26 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Corrected sourceforge cvs url (bug #11880)



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (6c7b17a6024c698804bf5227440b945a3756ccbd), Pol Vinogradov, 02/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page