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:           Sun Feb 28 22:16:52 UTC 2021

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

Log Message:
hylafax: fix builds with tiff 4.2


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/comms/hylafax/distinfo
cvs rdiff -u -r1.20 -r1.21 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.29 pkgsrc/comms/hylafax/distinfo:1.30
--- pkgsrc/comms/hylafax/distinfo:1.29  Thu May 14 19:17:45 2020
+++ pkgsrc/comms/hylafax/distinfo       Sun Feb 28 22:16:52 2021
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.29 2020/05/14 19:17:45 joerg Exp $
+$NetBSD: distinfo,v 1.30 2021/02/28 22:16:52 gutteridge Exp $
 
 SHA1 (hylafax-6.0.6.tar.gz) = 8d8cc9a5f242ef83d7bc6f5cd200fec1351b280e
 RMD160 (hylafax-6.0.6.tar.gz) = 1f6e3022fe9886f2cde9fb406277d5496ee24f1c
@@ -8,7 +8,7 @@ SHA1 (patch-aa) = 54f34633757a4925084d9e
 SHA1 (patch-ab) = 5ee930814178223fa66dd308f365ff400559fd1d
 SHA1 (patch-ac) = b2051ac2e43d0635797043605d96f128e535c976
 SHA1 (patch-ad) = a7e361980c94a025be0b326c1cf694cce3cbff72
-SHA1 (patch-ae) = 0c54469c43434590f00372b71af31eb526c79be6
+SHA1 (patch-ae) = ae094450e3c55f65992cea06a390f4971c49cb55
 SHA1 (patch-af) = f1dd817fcd086bfdd354351dc0b92027250edcba
 SHA1 (patch-ag) = 52024e0184e2607c6cfb2c6c19c9f31b3c37ec95
 SHA1 (patch-ah) = 8558a0f9d970ce1cddbeb76fc87a1c450bd0941d

Index: pkgsrc/comms/hylafax/patches/patch-ae
diff -u pkgsrc/comms/hylafax/patches/patch-ae:1.20 pkgsrc/comms/hylafax/patches/patch-ae:1.21
--- pkgsrc/comms/hylafax/patches/patch-ae:1.20  Thu May 14 19:17:45 2020
+++ pkgsrc/comms/hylafax/patches/patch-ae       Sun Feb 28 22:16:52 2021
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.20 2020/05/14 19:17:45 joerg Exp $
+$NetBSD: patch-ae,v 1.21 2021/02/28 22:16:52 gutteridge Exp $
 
 * Customize paths.
 * Configure for pkgsrc.
@@ -6,6 +6,7 @@ $NetBSD: patch-ae,v 1.20 2020/05/14 19:1
 the .a file) to match the other internal libraries. Otherwise the
 wrappers reorder it relative to the other internal libraries and some
 symbols aren't resolved at link time.
+* Allow newer libtiff.
 
 --- configure.orig     2012-06-06 00:58:38.000000000 +0000
 +++ configure
@@ -151,7 +152,7 @@ symbols aren't resolved at link time.
                                tiff_bytecount_t="uint32"
                                ;;
 -              4.[0])          tiff_runlen_t="uint32"
-+              4.[01])         tiff_runlen_t="uint32"
++              4.[012])        tiff_runlen_t="uint32"
                                tiff_offset_t="uint64"
                                tiff_bytecount_t="uint64"
                                echo '#define TIFFHeader        TIFFHeaderClassic'



Home | Main Index | Thread Index | Old Index