OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
2.0 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../cdrtools/no-junk.patch
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. We neither want Solaris or commercial flavour advertising, nor needless
  17. delays and everything is a /dev file bitching ...
  18. - Rebe Rebe <rene@exactcode.de>
  19. diff -r -U 1 cdrtools-2.01/cdrecord/cdrecord.c cdrtools-2.01-nonverb/cdrecord/cdrecord.c
  20. --- cdrtools-2.01/cdrecord/cdrecord.c 2004-09-08 19:26:35.000000000 +0200
  21. +++ cdrtools-2.01-nonverb/cdrecord/cdrecord.c 2006-01-13 16:06:23.000000000 +0100
  22. @@ -666,5 +666,3 @@
  23. errmsgno(EX_BAD,
  24. - "If you need DVD-R/DVD-RW support, ask the Author for cdrecord-ProDVD.\n");
  25. - errmsgno(EX_BAD,
  26. - "Free test versions and free keys for personal use are at ftp://ftp.berlios.de/pub/cdrecord/ProDVD/\n");
  27. + "Try dvd+rwtools instead.\n");
  28. }
  29. @@ -3584,4 +3582,6 @@
  30. errmsgno(EX_BAD, "Future versions of cdrecord may have different drive dependent defaults.\n");
  31. +#if 0
  32. errmsgno(EX_BAD, "Continuing in 5 seconds...\n");
  33. sleep(5);
  34. +#endif
  35. tao = 1;
  36. @@ -4680,3 +4680,3 @@
  37. {
  38. -#if defined(linux) || defined(__linux) || defined(__linux__)
  39. +#if 0
  40. #ifdef HAVE_UNAME
  41. diff -r -U 1 cdrtools-2.01/libscg/scsi-linux-sg.c cdrtools-2.01-nonverb/libscg/scsi-linux-sg.c
  42. --- cdrtools-2.01/libscg/scsi-linux-sg.c 2004-05-20 15:42:12.000000000 +0200
  43. +++ cdrtools-2.01-nonverb/libscg/scsi-linux-sg.c 2006-01-13 15:26:47.000000000 +0100
  44. @@ -499,2 +499,3 @@
  45. }
  46. +#if 0
  47. if (scgp->overbose) {
  48. @@ -512,2 +513,3 @@
  49. }
  50. +#endif
  51. /* O_NONBLOCK is dangerous */