diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-07 10:45:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-07 10:45:31 +0000 |
commit | ec1b2d16edeedc0bda532cc44f668ce6b6a8a8dd (patch) | |
tree | 1d344968c5ecdfe759d80ad4c74aa976f7d4f8fa /comms | |
parent | Activate the tiff port and deactivate tiff34. (diff) |
The tiff port now lives in ports/graphics/tiff.
Notes
Notes:
svn path=/head/; revision=21367
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hylafax/Makefile | 2 | ||||
-rw-r--r-- | comms/hylafax/files/patch-ab | 12 |
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 |