b6bcd8cd34
* daemontools and dmraid is kept at -Np0 ```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
13 lines
476 B
Diff
13 lines
476 B
Diff
--- a/growisofs_mmc.cpp.joe 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;
|