summaryrefslogtreecommitdiff
path: root/app-cdr/dvd+rw-tools/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-cdr/dvd+rw-tools/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-cdr/dvd+rw-tools/files')
-rw-r--r--app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-dvddl-r1.patch13
-rw-r--r--app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-glibc2.6.90.patch11
-rw-r--r--app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-reload.patch12
-rw-r--r--app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-sysmacros.patch12
-rw-r--r--app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-wctomb-r1.patch11
-rw-r--r--app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-wexit.patch11
-rw-r--r--app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_pow_freespace.patch14
-rw-r--r--app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_srm+pow.patch12
-rw-r--r--app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-lastshort.patch12
-rw-r--r--app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-noevent.patch19
10 files changed, 0 insertions, 127 deletions
diff --git a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-dvddl-r1.patch b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-dvddl-r1.patch
deleted file mode 100644
index 8975b04d6f9c..000000000000
--- a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-dvddl-r1.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/growisofs_mmc.cpp 2006-04-27 20:45:00.788446635 +0200
-+++ b/growisofs_mmc.cpp 2006-04-27 20:46:01.666824300 +0200
-@@ -1412,9 +1412,7 @@
- blocks += 15, blocks &= ~15;
-
- if (blocks <= split)
-- fprintf (stderr,":-( more than 50%% of space will be *wasted*!\n"
-- " use single layer media for this recording\n"),
-- exit (FATAL_START(EMEDIUMTYPE));
-+ fprintf (stderr,":-? more than 50%% of space will be *wasted*!\n");
-
- blocks /= 16;
- blocks += 1;
diff --git a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-glibc2.6.90.patch b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-glibc2.6.90.patch
deleted file mode 100644
index 49742d3c4db0..000000000000
--- a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-glibc2.6.90.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up dvd+rw-tools-7.0/transport.hxx.glibc2.6.90 dvd+rw-tools-7.0/transport.hxx
---- dvd+rw-tools-7.0/transport.hxx.glibc2.6.90 2007-08-15 12:56:17.000000000 +0200
-+++ dvd+rw-tools-7.0/transport.hxx 2007-08-15 12:56:42.000000000 +0200
-@@ -11,6 +11,7 @@
- #include <stdlib.h>
- #include <unistd.h>
- #include <string.h>
-+#include <limits.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
diff --git a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-reload.patch b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-reload.patch
deleted file mode 100644
index 49352e549a2b..000000000000
--- a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-reload.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nrup dvd+rw-tools-7.0/growisofs_mmc.cpp dvd+rw-tools-7.0_mod/growisofs_mmc.cpp
---- dvd+rw-tools-7.0/growisofs_mmc.cpp 2006-09-23 20:45:49.000000000 +0800
-+++ dvd+rw-tools-7.0_mod/growisofs_mmc.cpp 2007-11-19 18:20:46.000000000 +0800
-@@ -138,7 +138,7 @@ int media_reload (char *name=NULL,struct
- cmd[0] = 0x1B; // START/STOP UNIT
- cmd[4] = 0x2; // "Eject"
- cmd[5] = 0;
-- if (cmd.transport()) return 1;
-+ cmd.transport();
- }
- #if defined(__sun) || defined(sun)
- else if (volmgt_running())
diff --git a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-sysmacros.patch b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-sysmacros.patch
deleted file mode 100644
index b65c4c975183..000000000000
--- a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-sysmacros.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-include sysmacros.h explicitly for major()/minor()/etc...
-
---- a/growisofs.c
-+++ b/growisofs.c
-@@ -408,6 +408,7 @@
- # ifndef _GNU_SOURCE
- # define _GNU_SOURCE
- # endif
-+# include <sys/sysmacros.h>
- #elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || \
- (defined(__APPLE__) && defined(__MACH__))
- # define off64_t off_t
diff --git a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-wctomb-r1.patch b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-wctomb-r1.patch
deleted file mode 100644
index 9a9889756c86..000000000000
--- a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-wctomb-r1.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/transport.hxx 2008-03-25 21:24:47.000000000 -0400
-+++ b/transport.hxx 2008-03-25 21:25:36.000000000 -0400
-@@ -116,7 +116,7 @@
- extern "C" char *plusminus_locale()
- { static class __plusminus {
- private:
-- char str[4];
-+ char str[MB_LEN_MAX];
- public:
- __plusminus() { setlocale(LC_CTYPE,ENV_LOCALE);
- int l = wctomb(str,(wchar_t)(unsigned char)'±');
diff --git a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-wexit.patch b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-wexit.patch
deleted file mode 100644
index e7910cbdd7b8..000000000000
--- a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-wexit.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- dvd+rw-tools-7.0/dvd+rw-format.cpp.wexit 2007-06-21 12:42:30.000000000 +0200
-+++ dvd+rw-tools-7.0/dvd+rw-format.cpp 2007-06-21 12:44:13.000000000 +0200
-@@ -245,7 +245,7 @@ int main (int argc, char *argv[])
- alarm(1);
- while ((waitpid(pid,&i,0) != pid) && !WIFEXITED(i)) ;
- if (WEXITSTATUS(i) == 0) fprintf (stderr,"\n");
-- exit (0);
-+ exit (WEXITSTATUS(i));
- }
- #endif
-
diff --git a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_pow_freespace.patch b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_pow_freespace.patch
deleted file mode 100644
index 3b562822b1ef..000000000000
--- a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_pow_freespace.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -up wrk/growisofs_mmc.cpp.wrk wrk/growisofs_mmc.cpp
---- wrk/growisofs_mmc.cpp.wrk 2014-11-14 13:22:49.579552118 +0100
-+++ wrk/growisofs_mmc.cpp 2014-11-14 13:35:36.779730963 +0100
-@@ -410,7 +410,9 @@ static unsigned int get_2k_capacity (Scs
- }
-
- nwa = 0;
-- if (buf[7]&1 && !bdr_plus_pow) // NWA_V
-+ //if (buf[7]&1 && !bdr_plus_pow) // NWA_V
-+ //!bdr_plus_pow patched out for Fedora
-+ if (buf[7]&1) // NWA_V
- { nwa = buf[12]<<24;
- nwa |= buf[13]<<16;
- nwa |= buf[14]<<8;
diff --git a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_srm+pow.patch b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_srm+pow.patch
deleted file mode 100644
index 8fc1a6d30167..000000000000
--- a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_srm+pow.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up dvd+rw-tools-7.1/growisofs_mmc.cpp.wrk dvd+rw-tools-7.1/growisofs_mmc.cpp
---- dvd+rw-tools-7.1/growisofs_mmc.cpp.wrk 2013-06-24 14:18:38.898344970 +0200
-+++ dvd+rw-tools-7.1/growisofs_mmc.cpp 2013-06-24 14:20:00.428025541 +0200
-@@ -756,6 +756,8 @@ static void bd_r_format (Scsi_Command &c
-
- wait_for_unit (cmd);
-
-+ bdr_plus_pow = 1;
-+
- cmd[0] = 0x35; // FLUSH CACHE
- cmd[9] = 0;
- cmd.transport();
diff --git a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-lastshort.patch b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-lastshort.patch
deleted file mode 100644
index da225d4ebf71..000000000000
--- a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-lastshort.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up dvd+rw-tools-7.1/growisofs_mmc.cpp.lastshort dvd+rw-tools-7.1/growisofs_mmc.cpp
---- dvd+rw-tools-7.1/growisofs_mmc.cpp.lastshort 2012-04-13 18:09:31.047641524 +0200
-+++ dvd+rw-tools-7.1/growisofs_mmc.cpp 2012-04-13 18:09:34.451763587 +0200
-@@ -540,7 +540,7 @@ ssize_t poor_mans_pwrite64 (int fd,const
- // own higher HZ value and disrespects the user-land one.
- // Sending them down as milliseconds is just safer...
- //
-- if (!(errcode=cmd.transport (WRITE,(void *)buff,size)))
-+ if (!(errcode=cmd.transport (WRITE,(void *)buff,nbl*2048)))
- break;
-
- //--- WRITE failed ---//
diff --git a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-noevent.patch b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-noevent.patch
deleted file mode 100644
index 19c8c668869d..000000000000
--- a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-noevent.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -up dvd+rw-tools-7.1/transport.hxx.debug dvd+rw-tools-7.1/transport.hxx
---- dvd+rw-tools-7.1/transport.hxx.debug 2012-03-07 10:55:07.167322839 +0100
-+++ dvd+rw-tools-7.1/transport.hxx 2012-03-07 15:44:34.384202747 +0100
-@@ -1795,9 +1795,12 @@ static int handle_events (Scsi_Command &
- break;
- case 5: ret |= 1<<5; break; // Multiple Initiators
- case 6: // Device Busy
-- if ((event[4]&0xF)==1 && // Timeout occured
-- (event[5]&0x3)!=0)
-- { poll(NULL,0,(descr&0xFFFF)*100+100);
-+ if ((event[4]&0xF)==1) // Timeout occured
-+ {
-+ if ((event[5]&0x3)==0) // No Event
-+ return 0; // Ready to accept any command
-+
-+ poll(NULL,0,(descr&0xFFFF)*100+100);
- cmd[0] = 0; // TEST UNIT READY
- cmd[5] = 0;
- if ((err=cmd.transport()))