void-packages/srcpkgs/jigdo/patches/md5sum.patch
Đoàn Trần Công Danh 1a06b0d5d7 srcpkgs/j*: 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
350 B
Diff

--- a/src/util/md5sum.hh 2016-12-14 02:01:19.734059134 +0100
+++ b/src/util/md5sum.hh 2016-12-14 02:01:52.943060147 +0100
@@ -35,6 +35,7 @@
#include <bstream.hh>
#include <debug.hh>
#include <md5sum.fh>
+#include <string.h>
//______________________________________________________________________
/** Container for an already computed MD5Sum.