ports/139864: graphics/tiff: add dependency on graphics/jbigkit

Tijl Coosemans tijl at ulyssis.org
Fri Oct 23 14:40:06 UTC 2009


>Number:         139864
>Category:       ports
>Synopsis:       graphics/tiff: add dependency on graphics/jbigkit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 23 14:40:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Tijl Coosemans
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
>Description:
The graphics/tiff port depends on libjbig when found by configure.
>How-To-Repeat:
>Fix:
The dependency is optional but so is the jpeg dependency
so I just added it to LIB_DEPENDS in this patch.

--- patch-tiff begins here ---
--- Makefile.orig	2009-10-23 16:21:13.000000000 +0200
+++ Makefile	2009-10-23 16:21:27.000000000 +0200
@@ -9,6 +9,7 @@
 
 PORTNAME=	tiff
 PORTVERSION=	3.9.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.remotesensing.org/pub/libtiff/ \
 		http://dl1.maptools.org/dl/libtiff/
@@ -16,7 +17,8 @@
 MAINTAINER=	dinoex at FreeBSD.org
 COMMENT=	Tools and library routines for working with TIFF images
 
-LIB_DEPENDS=	jpeg.10:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS=	jpeg.10:${PORTSDIR}/graphics/jpeg \
+		jbig.1:${PORTSDIR}/graphics/jbigkit
 
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool:22
--- patch-tiff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list