pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/hylafax hylafax: fix builds with tiff 4.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a9993b97e8e
branches:  trunk
changeset: 380824:9a9993b97e8e
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Jun 16 01:02:39 2022 +0000

description:
hylafax: fix builds with tiff 4.4

(While here, also note the patch in question adds DragonFly support.)

diffstat:

 comms/hylafax/distinfo         |  4 ++--
 comms/hylafax/patches/patch-ae |  5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r 725d54ba6ae0 -r 9a9993b97e8e comms/hylafax/distinfo
--- a/comms/hylafax/distinfo    Thu Jun 16 00:30:24 2022 +0000
+++ b/comms/hylafax/distinfo    Thu Jun 16 01:02:39 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.35 2022/05/05 13:37:07 nia Exp $
+$NetBSD: distinfo,v 1.36 2022/06/16 01:02:39 gutteridge Exp $
 
 BLAKE2s (hylafax-6.0.7.tar.gz) = f70778040fdf08fd33da6d8648fd722655c74414eb2cb8800e5b0563595aafd5
 SHA512 (hylafax-6.0.7.tar.gz) = fc57feb416772a7a4bfaf5c3c76a0c2254ead2f63a72b3dfa465444327d440345a0402b7c7dad14f6d03029302ef39cf160c8ef5bfdee2c966fd15fbaac230a3
@@ -7,7 +7,7 @@
 SHA1 (patch-ab) = 5ee930814178223fa66dd308f365ff400559fd1d
 SHA1 (patch-ac) = b2051ac2e43d0635797043605d96f128e535c976
 SHA1 (patch-ad) = a7e361980c94a025be0b326c1cf694cce3cbff72
-SHA1 (patch-ae) = 5e5d1f36af88b215baf109ecd1c5f3c12571162d
+SHA1 (patch-ae) = 0a7091e326af612cc3f4e7c59a47aea08e7852f6
 SHA1 (patch-af) = 9ec5625f52527e6e78cbe47d1ecfed563e0f32f3
 SHA1 (patch-ag) = 4faf87821e02b97d4d14b5f1e214165df58de58b
 SHA1 (patch-ah) = 8558a0f9d970ce1cddbeb76fc87a1c450bd0941d
diff -r 725d54ba6ae0 -r 9a9993b97e8e comms/hylafax/patches/patch-ae
--- a/comms/hylafax/patches/patch-ae    Thu Jun 16 00:30:24 2022 +0000
+++ b/comms/hylafax/patches/patch-ae    Thu Jun 16 01:02:39 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.22 2021/06/20 06:38:55 jnemeth Exp $
+$NetBSD: patch-ae,v 1.23 2022/06/16 01:02:39 gutteridge Exp $
 
 * Customize paths.
 * Configure for pkgsrc.
@@ -7,6 +7,7 @@
 wrappers reorder it relative to the other internal libraries and some
 symbols aren't resolved at link time.
 * Allow newer libtiff.
+* Support DragonFly BSD.
 
 --- configure.orig     2012-06-06 00:58:38.000000000 +0000
 +++ configure
@@ -152,7 +153,7 @@
                                tiff_bytecount_t="uint32"
                                ;;
 -              4.[0])          tiff_runlen_t="uint32"
-+              4.[0123])       tiff_runlen_t="uint32"
++              4.[01234])      tiff_runlen_t="uint32"
                                tiff_offset_t="uint64"
                                tiff_bytecount_t="uint64"
                                echo '#define TIFFHeader        TIFFHeaderClassic'



Home | Main Index | Thread Index | Old Index