pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/hylafax Fix configure to allow build with libtif...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9393e1d3212
branches:  trunk
changeset: 486825:b9393e1d3212
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Jan 03 22:58:14 2005 +0000

description:
Fix configure to allow build with libtiff 3.7.

diffstat:

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

diffs (46 lines):

diff -r d6151a0429f9 -r b9393e1d3212 comms/hylafax/distinfo
--- a/comms/hylafax/distinfo    Mon Jan 03 22:53:40 2005 +0000
+++ b/comms/hylafax/distinfo    Mon Jan 03 22:58:14 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2004/07/08 20:27:56 heinz Exp $
+$NetBSD: distinfo,v 1.12 2005/01/03 22:58:14 markd Exp $
 
 SHA1 (hylafax/hylafax-4.1.8.tar.gz) = e720bc964ecad84146f4ea2cdcdc374af66e2ce5
 Size (hylafax/hylafax-4.1.8.tar.gz) = 1285536 bytes
@@ -6,7 +6,7 @@
 SHA1 (patch-ab) = 5ee930814178223fa66dd308f365ff400559fd1d
 SHA1 (patch-ac) = 3f7173b784df070b6103d808287e5fb21ebe1d16
 SHA1 (patch-ad) = a7e361980c94a025be0b326c1cf694cce3cbff72
-SHA1 (patch-ae) = 4369604712e64a887541416f07f346079dc9757c
+SHA1 (patch-ae) = 423246af7c2473309c6080cb04c1080e01d20704
 SHA1 (patch-af) = efa0af45eaa8eeee354bdecfe7e9ea8db2b0ffcb
 SHA1 (patch-ag) = e1a38918cadf1d1cca7765ee2c050e99dfed0b7f
 SHA1 (patch-ah) = 3641a5cdb3a4ab44d25c0bbaa4e7609f7f8d162b
diff -r d6151a0429f9 -r b9393e1d3212 comms/hylafax/patches/patch-ae
--- a/comms/hylafax/patches/patch-ae    Mon Jan 03 22:53:40 2005 +0000
+++ b/comms/hylafax/patches/patch-ae    Mon Jan 03 22:58:14 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ae,v 1.8 2004/07/08 20:27:56 heinz Exp $
+$NetBSD: patch-ae,v 1.9 2005/01/03 22:58:14 markd Exp $
 
---- configure.orig     Fri May 23 04:28:51 2003
+--- configure.orig     2003-05-23 15:28:51.000000000 +1200
 +++ configure
 @@ -37,23 +37,23 @@
  #
@@ -74,6 +74,15 @@
  PATH=$PATH:$OPATH
  
  POSIXLY_CORRECT=1; export POSIXLY_CORRECT             # disable GNU extensions
+@@ -2327,7 +2328,7 @@ EOF
+       if [ ${header_ver} -ge 19960307 ]; then
+           if [ "${lib_ver}" = "3.4" ]; then
+               tiff_runlen_t="uint16"
+-          elif [ "${lib_ver}" = "3.5" -o "${lib_ver}" = "3.6" ]; then
++          elif [ "${lib_ver}" = "3.5" -o "${lib_ver}" = "3.6" -o "${lib_ver}" = "3.7" ]; then
+               tiff_runlen_t="uint32"
+           fi
+       fi
 @@ -3042,13 +3043,7 @@ main()
          printf("old include files: version %u\n", ZLIB_VERSION);
          exit(-1);



Home | Main Index | Thread Index | Old Index