summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjnemeth <jnemeth@pkgsrc.org>2021-06-20 06:38:55 +0000
committerjnemeth <jnemeth@pkgsrc.org>2021-06-20 06:38:55 +0000
commitd24fdacd0829956859b548a925c1b9a0dbf51488 (patch)
treec1b43640a868174eedc6112926f928b2f85aa3a1 /comms
parent0657bb699af11966db6215ce89e82df7f7aace20 (diff)
downloadpkgsrc-d24fdacd0829956859b548a925c1b9a0dbf51488.tar.gz
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 (limited to 'comms')
-rw-r--r--comms/hylafax/distinfo4
-rw-r--r--comms/hylafax/patches/patch-ae4
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/hylafax/distinfo b/comms/hylafax/distinfo
index 33f33d047a0..08f92badcb2 100644
--- a/comms/hylafax/distinfo
+++ b/comms/hylafax/distinfo
@@ -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-aa) = 54f34633757a4925084d9e7e4c1e743bca48e4ba
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 --git a/comms/hylafax/patches/patch-ae b/comms/hylafax/patches/patch-ae
index e031bc0da51..3fe61e2db16 100644
--- a/comms/hylafax/patches/patch-ae
+++ b/comms/hylafax/patches/patch-ae
@@ -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 @@ symbols aren't resolved at link time.
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'