From abf57c2986d5dfce40b342c11621864d3b4e7692 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 8 Apr 2012 03:25:03 +0000 Subject: Hack this to build against libtiff 4.x. With luck, it'll still work. Because it depends on changes to the API in libtiff 4.x, set the minimum BUILDLINK_API_DEPENDS accordingly. And, even though it wasn't building, bump PKGREVISION to 7; the new package depending on tiff>=4.0 needs to be distinguishable from the old package depending on tiff<4.0. XXX: This package desperately needs to be updated. It is years out of XXX: date with respect to upstream. --- comms/hylafax/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'comms/hylafax/Makefile') diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 22e937b8f36..6774130b2f5 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.64 2012/02/16 17:18:50 hans Exp $ +# $NetBSD: Makefile,v 1.65 2012/04/08 03:25:03 dholland Exp $ VERS= 4.2.5 DISTNAME= hylafax-${VERS} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= comms MASTER_SITES_BETA= ftp://ftp.hylafax.org/source/BETA/ MASTER_SITES_RELEASE= ftp://ftp.hylafax.org/source/ @@ -64,6 +64,9 @@ CONFIGURE_ARGS+= --disable-pam CONFIGURE_ENV+= MACHDEPLIBS=-lrt .endif +# Affected by TIFFHeader -> TIFFHeaderClassic change in 4.x. +BUILDLINK_API_DEPENDS.libtiff+= tiff>=4.0.0 + .include "../../devel/zlib/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" -- cgit v1.2.3