Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 2009 16:32:33 +0200 (CEST)
From:      Tijl Coosemans <tijl@ulyssis.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/139864: graphics/tiff: add dependency on graphics/jbigkit
Message-ID:  <200910231432.n9NEWX2H061897@kalimero.kotnet.org>
Resent-Message-ID: <200910231440.n9NEe6l6058613@freefall.freebsd.org>

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

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910231432.n9NEWX2H061897>