pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/hylafax



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Jun 16 01:02:39 UTC 2022

Modified Files:
        pkgsrc/comms/hylafax: distinfo
        pkgsrc/comms/hylafax/patches: patch-ae

Log Message:
hylafax: fix builds with tiff 4.4

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


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/comms/hylafax/distinfo
cvs rdiff -u -r1.22 -r1.23 pkgsrc/comms/hylafax/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/hylafax/distinfo
diff -u pkgsrc/comms/hylafax/distinfo:1.35 pkgsrc/comms/hylafax/distinfo:1.36
--- pkgsrc/comms/hylafax/distinfo:1.35  Thu May  5 13:37:07 2022
+++ pkgsrc/comms/hylafax/distinfo       Thu Jun 16 01:02:39 2022
@@ -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-aa) = 54f34633757a4925084d9e
 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

Index: pkgsrc/comms/hylafax/patches/patch-ae
diff -u pkgsrc/comms/hylafax/patches/patch-ae:1.22 pkgsrc/comms/hylafax/patches/patch-ae:1.23
--- pkgsrc/comms/hylafax/patches/patch-ae:1.22  Sun Jun 20 06:38:55 2021
+++ pkgsrc/comms/hylafax/patches/patch-ae       Thu Jun 16 01:02:39 2022
@@ -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 @@ the .a file) to match the other internal
 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 @@ symbols aren't resolved at link time.
                                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