pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/hylafax Fix build against tiff-3.9 by allowing i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/302de1d5a32d
branches:  trunk
changeset: 398258:302de1d5a32d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 27 17:09:55 2009 +0000

description:
Fix build against tiff-3.9 by allowing it in the configure script (duh).

Problem reported by hasso.

diffstat:

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

diffs (36 lines):

diff -r 858da925cbb2 -r 302de1d5a32d comms/hylafax/distinfo
--- a/comms/hylafax/distinfo    Thu Aug 27 17:04:14 2009 +0000
+++ b/comms/hylafax/distinfo    Thu Aug 27 17:09:55 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2006/05/15 19:02:47 joerg Exp $
+$NetBSD: distinfo,v 1.20 2009/08/27 17:09:55 wiz Exp $
 
 SHA1 (hylafax-4.2.5.tar.gz) = b3bfd492dcb85e8aa1ddff9e6dcec3c31e00fccc
 RMD160 (hylafax-4.2.5.tar.gz) = aef5e7a8ff32bafa43b5efc431b9fd8c334ddb3a
@@ -7,7 +7,7 @@
 SHA1 (patch-ab) = 5ee930814178223fa66dd308f365ff400559fd1d
 SHA1 (patch-ac) = 6f89cc0c9e7a0e789c23b0dfc604376e457091b7
 SHA1 (patch-ad) = a7e361980c94a025be0b326c1cf694cce3cbff72
-SHA1 (patch-ae) = 3531b9f76d38af9c2246a12c4bc77f2a5247b286
+SHA1 (patch-ae) = c6720fa1ddd3b733827847e7f57b6c807641c5a7
 SHA1 (patch-af) = 5c2429d08f2f4c6f5af19dd4775277434abc7ac4
 SHA1 (patch-ag) = e1a38918cadf1d1cca7765ee2c050e99dfed0b7f
 SHA1 (patch-ah) = 084a99cfe21d7090fca33d9e068036e19707f441
diff -r 858da925cbb2 -r 302de1d5a32d comms/hylafax/patches/patch-ae
--- a/comms/hylafax/patches/patch-ae    Thu Aug 27 17:04:14 2009 +0000
+++ b/comms/hylafax/patches/patch-ae    Thu Aug 27 17:09:55 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.13 2006/05/15 19:02:47 joerg Exp $
+$NetBSD: patch-ae,v 1.14 2009/08/27 17:09:55 wiz Exp $
 
 --- configure.orig     2005-12-16 22:40:30.000000000 +0000
 +++ configure
@@ -81,7 +81,7 @@
            case ${lib_ver} in
                3.4)            tiff_runlen_t="uint16" ;;
 -              3.[567])        tiff_runlen_t="uint32" ;;
-+              3.[5678])       tiff_runlen_t="uint32" ;;
++              3.[56789])      tiff_runlen_t="uint32" ;;
            esac
        fi
      else



Home | Main Index | Thread Index | Old Index