pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/hylafax Allow for tiff 4.3 as requested by Musta...
details: https://anonhg.NetBSD.org/pkgsrc/rev/82160b9eb235
branches: trunk
changeset: 454797:82160b9eb235
user: jnemeth <jnemeth%pkgsrc.org@localhost>
date: Sun Jun 20 06:38:55 2021 +0000
description:
Allow for tiff 4.3 as requested by Mustafa Dogan. Skipping
PKG_REVISION bumped as it simply would have not built in the
prescence for tiff 4.3, so there is no functional change for versions
that did build.
diffstat:
comms/hylafax/distinfo | 4 ++--
comms/hylafax/patches/patch-ae | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r dea7b176729d -r 82160b9eb235 comms/hylafax/distinfo
--- a/comms/hylafax/distinfo Sat Jun 19 15:51:49 2021 +0000
+++ b/comms/hylafax/distinfo Sun Jun 20 06:38:55 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.31 2021/06/14 05:30:35 jnemeth Exp $
+$NetBSD: distinfo,v 1.32 2021/06/20 06:38:55 jnemeth Exp $
SHA1 (hylafax-6.0.7.tar.gz) = ffc5b3d5ae0dd68f4703626002fdfdb2dd92754c
RMD160 (hylafax-6.0.7.tar.gz) = 2629c538103ee7542071bb1f0d43a9c0d8c7d7d1
@@ -8,7 +8,7 @@
SHA1 (patch-ab) = 5ee930814178223fa66dd308f365ff400559fd1d
SHA1 (patch-ac) = b2051ac2e43d0635797043605d96f128e535c976
SHA1 (patch-ad) = a7e361980c94a025be0b326c1cf694cce3cbff72
-SHA1 (patch-ae) = ae094450e3c55f65992cea06a390f4971c49cb55
+SHA1 (patch-ae) = 5e5d1f36af88b215baf109ecd1c5f3c12571162d
SHA1 (patch-af) = f1dd817fcd086bfdd354351dc0b92027250edcba
SHA1 (patch-ag) = 52024e0184e2607c6cfb2c6c19c9f31b3c37ec95
SHA1 (patch-ah) = 8558a0f9d970ce1cddbeb76fc87a1c450bd0941d
diff -r dea7b176729d -r 82160b9eb235 comms/hylafax/patches/patch-ae
--- a/comms/hylafax/patches/patch-ae Sat Jun 19 15:51:49 2021 +0000
+++ b/comms/hylafax/patches/patch-ae Sun Jun 20 06:38:55 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.21 2021/02/28 22:16:52 gutteridge Exp $
+$NetBSD: patch-ae,v 1.22 2021/06/20 06:38:55 jnemeth Exp $
* Customize paths.
* Configure for pkgsrc.
@@ -152,7 +152,7 @@
tiff_bytecount_t="uint32"
;;
- 4.[0]) tiff_runlen_t="uint32"
-+ 4.[012]) tiff_runlen_t="uint32"
++ 4.[0123]) tiff_runlen_t="uint32"
tiff_offset_t="uint64"
tiff_bytecount_t="uint64"
echo '#define TIFFHeader TIFFHeaderClassic'
Home |
Main Index |
Thread Index |
Old Index