From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 23 14:40:06 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D29B61065679 for ; Fri, 23 Oct 2009 14:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 91A9A8FC14 for ; Fri, 23 Oct 2009 14:40:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9NEe6Ox058614 for ; Fri, 23 Oct 2009 14:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9NEe6l6058613; Fri, 23 Oct 2009 14:40:06 GMT (envelope-from gnats) Resent-Date: Fri, 23 Oct 2009 14:40:06 GMT Resent-Message-Id: <200910231440.n9NEe6l6058613@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tijl Coosemans Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B8F9106566C for ; Fri, 23 Oct 2009 14:35:06 +0000 (UTC) (envelope-from tijl@kalimero.kotnet.org) Received: from mailrelay001.isp.belgacom.be (mailrelay001.isp.belgacom.be [195.238.6.51]) by mx1.freebsd.org (Postfix) with ESMTP id DD7638FC08 for ; Fri, 23 Oct 2009 14:35:05 +0000 (UTC) Received: from 81.207-243-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.243.207.81]) by relay.skynet.be with ESMTP; 23 Oct 2009 16:35:04 +0200 Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.3/8.14.3) with ESMTP id n9NEWXDr061898 for ; Fri, 23 Oct 2009 16:32:33 +0200 (CEST) (envelope-from tijl@kalimero.kotnet.org) Received: (from tijl@localhost) by kalimero.kotnet.org (8.14.3/8.14.3/Submit) id n9NEWX2H061897; Fri, 23 Oct 2009 16:32:33 +0200 (CEST) (envelope-from tijl) Message-Id: <200910231432.n9NEWX2H061897@kalimero.kotnet.org> Date: Fri, 23 Oct 2009 16:32:33 +0200 (CEST) From: Tijl Coosemans To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/139864: graphics/tiff: add dependency on graphics/jbigkit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tijl Coosemans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2009 14:40:06 -0000 >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: