Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2001 09:41:50 -0500
From:      Yarema <yds@dppl.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        billf@freebsd.org, Dirk Froemberg <dirk@freebsd.org>
Subject:   ports/32228: Update port: print/pdflib3 to include TIFF image support
Message-ID:  <courier.3BFE602E.00013F14@dppl.com>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?courier.3BFE602E.00013F14>