aboutsummaryrefslogtreecommitdiff
path: root/comms/hylafax
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-07 10:45:31 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-07 10:45:31 +0000
commitec1b2d16edeedc0bda532cc44f668ce6b6a8a8dd (patch)
tree1d344968c5ecdfe759d80ad4c74aa976f7d4f8fa /comms/hylafax
parent99249f70296a7c82fcf6e43aea94158863b10a3a (diff)
downloadports-ec1b2d16edeedc0bda532cc44f668ce6b6a8a8dd.tar.gz
ports-ec1b2d16edeedc0bda532cc44f668ce6b6a8a8dd.zip
The tiff port now lives in ports/graphics/tiff.
Notes
Notes: svn path=/head/; revision=21367
Diffstat (limited to 'comms/hylafax')
-rw-r--r--comms/hylafax/Makefile2
-rw-r--r--comms/hylafax/files/patch-ab12
2 files changed, 12 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile
index 95d177c8dd9e..dcaf1c5b7112 100644
--- a/comms/hylafax/Makefile
+++ b/comms/hylafax/Makefile
@@ -25,7 +25,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \
# no dependency on ghostscript because we don't know which
# version the user prefers
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
-LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 \
+LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
jpeg.9:${PORTSDIR}/graphics/jpeg
DIST_SUBDIR= hylafax
diff --git a/comms/hylafax/files/patch-ab b/comms/hylafax/files/patch-ab
index 7ed37b7565da..f2a012e7adc4 100644
--- a/comms/hylafax/files/patch-ab
+++ b/comms/hylafax/files/patch-ab
@@ -15,7 +15,17 @@
PATH=$PATH:$OPATH
POSIXLY_CORRECT=1; export POSIXLY_CORRECT # disable GNU extensions
-@@ -3928,7 +3934,8 @@
+@@ -2820,7 +2820,8 @@
+ printf("old include files: version %u\n", TIFFLIB_VERSION);
+ exit(-1);
+ }
+- if (strncmp(TIFFGetVersion(), "LIBTIFF, Version 3.4", 20) != 0) {
++ if (strncmp(TIFFGetVersion(), "LIBTIFF, Version 3.4", 20) != 0 &&
++ strncmp(TIFFGetVersion(), "LIBTIFF, Version 3.5", 20) != 0) {
+ printf("old library: version %s\n", TIFFGetVersion());
+ exit(-1);
+ } else
+@@ -3966,7 +3967,8 @@
printConfig
checkForExecutable $PATH_SENDMAIL
checkForExecutable $PATH_GETTY