void-packages/srcpkgs/git-annex/patches/ghc8.8.3.patch
Đoàn Trần Công Danh 7fc9190f0e srcpkgs/g*: convert patches to -Np1
* gcc is kept at -Np0, because of void-cross

```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

18 lines
596 B
Diff

--- a/git-annex.cabal 2020-04-01 21:09:23.653315424 +0200
+++ b/git-annex.cabal 2020-04-01 20:50:23.080838029 +0200
@@ -304,6 +304,7 @@
Build-Depends:
base (>= 4.11.1.0 && < 5.0),
network-uri (>= 2.6),
+ network-bsd,
optparse-applicative (>= 0.14.1),
containers (>= 0.5.8),
exceptions (>= 0.6),
@@ -404,3 +404,3 @@ if flag(NetworkBSD)
Build-Depends: network-bsd, network (>= 3.0.0.0)
else
- Build-Depends: network (< 3.0.0.0), network (>= 2.6.3.0)
+ Build-Depends: network (< 3.2.0.0), network (>= 2.6.3.0)
if flag(S3)
Build-Depends: aws (>= 0.20)