Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (0f1f104b6374633d560ef52cc20a4e7f8ff77e2b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (0f1f104b6374633d560ef52cc20a4e7f8ff77e2b)
  • Date: Wed, 24 Oct 2007 09:44:22 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

disk/dvd+rw-tools/HISTORY | 4 ++++
disk/dvd+rw-tools/PRE_BUILD | 3 +++
disk/dvd+rw-tools/linux-2.6.23-headers.patch | 20 ++++++++++++++++++++
3 files changed, 27 insertions(+)

New commits:
commit 0f1f104b6374633d560ef52cc20a4e7f8ff77e2b
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

dvd+rw-tools fixed undefined INT_MAX from newer glibc headers

diff --git a/disk/dvd+rw-tools/HISTORY b/disk/dvd+rw-tools/HISTORY
index 0c0acab..7be2039 100644
--- a/disk/dvd+rw-tools/HISTORY
+++ b/disk/dvd+rw-tools/HISTORY
@@ -1,3 +1,7 @@
+2007-10-24 David Brown <dmlb2000 AT gmail.com>
+ * PRE_BUILD: added for patching
+ * linux-2.6.23-headers.patch: added to fix undefined INT_MAX
+
2006-09-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 7.0

diff --git a/disk/dvd+rw-tools/PRE_BUILD b/disk/dvd+rw-tools/PRE_BUILD
new file mode 100755
index 0000000..1858e23
--- /dev/null
+++ b/disk/dvd+rw-tools/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SPELL_DIRECTORY/linux-2.6.23-headers.patch
diff --git a/disk/dvd+rw-tools/linux-2.6.23-headers.patch
b/disk/dvd+rw-tools/linux-2.6.23-headers.patch
new file mode 100644
index 0000000..fad8914
--- /dev/null
+++ b/disk/dvd+rw-tools/linux-2.6.23-headers.patch
@@ -0,0 +1,20 @@
+--- a/growisofs.c 2007-10-24 07:40:22.000000000 -0700
++++ b/growisofs.c 2007-10-24 07:39:33.000000000 -0700
+@@ -560,6 +560,7 @@
+ #if defined(__linux)
+
+ #include <linux/types.h>
++#include <limits.h>
+ #include <linux/cdrom.h>
+ #include <sys/ioctl.h>
+ #include <sys/prctl.h>
+--- a/transport.hxx 2007-10-24 07:40:57.000000000 -0700
++++ b/transport.hxx 2007-10-24 07:39:54.000000000 -0700
+@@ -132,6 +132,7 @@
+ #if defined(__linux)
+
+ #include <sys/ioctl.h>
++#include <limits.h>
+ #include <linux/cdrom.h>
+ #include <mntent.h>
+ #include <sys/wait.h>



  • [SM-Commit] GIT changes to master grimoire by David Brown (0f1f104b6374633d560ef52cc20a4e7f8ff77e2b), David Brown, 10/24/2007

Archive powered by MHonArc 2.6.24.

Top of Page