void-packages/srcpkgs/iscan/patches/uchar.patch
Đoàn Trần Công Danh 986c0a7d5e srcpkgs/i*: convert patches to -Np1
```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
```
2021-06-20 13:17:29 +07:00

10 lines
274 B
Diff

--- a/sanei/sanei_pio.c 2016-08-19 11:14:06.000000000 +0200
+++ b/sanei/sanei_pio.c 2017-11-12 20:06:53.428389561 +0100
@@ -61,6 +61,7 @@
#define STUBS
#include "sane/sanei_debug.h"
#include <fcntl.h>
+#include <sys/types.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>