a03d116397
```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
392 B
Diff
13 lines
392 B
Diff
--- a/config.h 2005-02-19 05:25:39.000000000 -0500
|
|
+++ b/config.h.fixed 2010-01-04 22:02:01.000000000 -0500
|
|
@@ -95,8 +95,8 @@
|
|
#define TUBESIZE 6000 /* Maximum screen size for visual */
|
|
#else /* VMUNIX */
|
|
#define TUBELINES 100
|
|
-#define TUBECOLS 160
|
|
-#define TUBESIZE 16000
|
|
+#define TUBECOLS 320
|
|
+#define TUBESIZE 32000
|
|
#endif /* VMUNIX */
|
|
|
|
/*
|