From owner-freebsd-ports Fri Nov 23 6:50: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0377D37B418 for ; Fri, 23 Nov 2001 06:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fANEo1r64443; Fri, 23 Nov 2001 06:50:01 -0800 (PST) (envelope-from gnats) Received: from dppl.com (cc375212-a.union1.nj.home.com [24.253.222.7]) by hub.freebsd.org (Postfix) with ESMTP id B756F37B418; Fri, 23 Nov 2001 06:41:51 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) (uid 1001) by dppl.com with local; Fri, 23 Nov 2001 09:41:50 -0500 Message-Id: Date: Fri, 23 Nov 2001 09:41:50 -0500 From: Yarema Reply-To: Yarema To: FreeBSD-gnats-submit@freebsd.org Cc: billf@freebsd.org, Dirk Froemberg X-Send-Pr-Version: 3.113 Subject: ports/32228: Update port: print/pdflib3 to include TIFF image support Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32228 >Category: ports >Synopsis: Update port: print/pdflib3 to include TIFF image support >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 23 06:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Yarema >Release: FreeBSD 4.4-STABLE i386 >Organization: Digital Page Publishers, Ltd. >Environment: System: FreeBSD volyn.dppl.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Tue Nov 20 04:10:02 EST 2001 root@volyn.dppl.net:/usr/obj/usr/src/sys/INTELSMP i386 >Description: jpeg and png are supported. Why not TIFF? >How-To-Repeat: >Fix: diff -ruN pdflib3~/Makefile pdflib3/Makefile --- pdflib3~/Makefile Thu Sep 13 10:18:46 2001 +++ pdflib3/Makefile Fri Nov 23 09:32:27 2001 @@ -14,6 +14,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + tiff.4:${PORTSDIR}/graphics/tiff \ png.5:${PORTSDIR}/graphics/png RESTRICTED= "many odd restrictions on usage and distribution" @@ -22,6 +23,7 @@ CONFIGURE_ARGS= --with-perl5=${PERL} \ --with-jpeg=${PREFIX} \ --with-pnglib=${PREFIX} \ + --with-tifflib=${PREFIX} \ --enable-shared-pdflib \ --enable-cxx \ --with-zlib=/usr >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message