OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Feb-2004 15:41:42
Branch: HEAD Handle: 2004020914414100
Added files:
openpkg-src/cdrecord cdrecord.patch
Modified files:
openpkg-src/cdrecord cdrecord.spec
Log:
same problem as mkisofs, same solution
Summary:
Revision Changes Path
1.3 +13 -0 openpkg-src/cdrecord/cdrecord.patch
1.12 +3 -1 openpkg-src/cdrecord/cdrecord.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cdrecord/cdrecord.patch
============================================================================
$ cvs diff -u -r0 -r1.3 cdrecord.patch
--- /dev/null 2004-02-09 15:41:42.000000000 +0100
+++ cdrecord.patch 2004-02-09 15:41:42.000000000 +0100
@@ -0,0 +1,13 @@
+--- libscg/scsi-linux-sg.c.orig 2002-10-21 18:20:35.000000000 +0200
++++ libscg/scsi-linux-sg.c 2004-02-08 16:31:52.001002000 +0100
+@@ -58,6 +58,9 @@
+ */
+
+ #include <linux/version.h>
++#ifndef u8
++typedef unsigned char u8; /* undefined on Gentoo 1.4.3 (iX86) */
++#endif
+
+ #ifndef LINUX_VERSION_CODE /* Very old kernel? */
+ # define LINUX_VERSION_CODE 0
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cdrecord/cdrecord.spec
============================================================================
$ cvs diff -u -r1.11 -r1.12 cdrecord.spec
--- openpkg-src/cdrecord/cdrecord.spec 7 Feb 2004 17:54:03 -0000 1.11
+++ openpkg-src/cdrecord/cdrecord.spec 9 Feb 2004 14:41:41 -0000 1.12
@@ -34,10 +34,11 @@
Group: Filesystem
License: GPL
Version: 2.00.3
-Release: 20040207
+Release: 20040209
# list of sources
Source0: ftp://ftp.berlios.de/pub/cdrecord/cdrtools-%{version}.tar.gz
+Patch0: cdrecord.patch
# build information
Prefix: %{l_prefix}
@@ -60,6 +61,7 @@
%prep
%setup -q -n cdrtools-%{version}
+ %patch -p0
%build
%{l_make} %{l_mflags -O} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]