Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/hylafaxplus/files/
Date: Sat, 28 Aug 2021 02:54:06
Message-Id: 1630119221.ee5dc88f451e30eacac2a50c55ede8df81474173.sam@gentoo
1 commit: ee5dc88f451e30eacac2a50c55ede8df81474173
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 28 02:53:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 28 02:53:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5dc88f
7
8 net-misc/hylafaxplus: allow newer libtiff
9
10 Bug: https://bugs.gentoo.org/706154
11 Closes: https://bugs.gentoo.org/810658
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-misc/hylafaxplus/files/hylafaxplus-7.0.2-tiff-4.2.patch | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/net-misc/hylafaxplus/files/hylafaxplus-7.0.2-tiff-4.2.patch b/net-misc/hylafaxplus/files/hylafaxplus-7.0.2-tiff-4.2.patch
18 index 97623b85080..8c4dbda35cc 100644
19 --- a/net-misc/hylafaxplus/files/hylafaxplus-7.0.2-tiff-4.2.patch
20 +++ b/net-misc/hylafaxplus/files/hylafaxplus-7.0.2-tiff-4.2.patch
21 @@ -1,4 +1,5 @@
22 https://bugs.gentoo.org/706154
23 +https://bugs.gentoo.org/810658
24 --- a/configure
25 +++ b/configure
26 @@ -2583,7 +2583,7 @@ EOF
27 @@ -6,7 +7,7 @@ https://bugs.gentoo.org/706154
28 echo '#define TIFFVERSION TIFF_VERSION'
29 echo '#define TIFFHEADER TIFFHeader';;
30 - 4.[01]) tiff_runlen_t="uint32"
31 -+ 4.[012]) tiff_runlen_t="uint32"
32 ++ 4.[0123456789]) tiff_runlen_t="uint32"
33 tiff_offset_t="uint64"
34 echo '#define TIFFSTRIPBYTECOUNTS uint64'
35 echo '#define TIFFVERSION TIFF_VERSION_CLASSIC'