From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 4 00:50:13 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6835A16A40F for ; Thu, 4 Jan 2007 00:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 280CC13C457 for ; Thu, 4 Jan 2007 00:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l040oDPB043332 for ; Thu, 4 Jan 2007 00:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l040oCgF043331; Thu, 4 Jan 2007 00:50:12 GMT (envelope-from gnats) Resent-Date: Thu, 4 Jan 2007 00:50:12 GMT Resent-Message-Id: <200701040050.l040oCgF043331@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, Jonathan Liu Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D39F16A407 for ; Thu, 4 Jan 2007 00:46:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 4DE2013C441 for ; Thu, 4 Jan 2007 00:46:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l040k5vx090513 for ; Thu, 4 Jan 2007 00:46:05 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l040k5HA090510; Thu, 4 Jan 2007 00:46:05 GMT (envelope-from nobody) Message-Id: <200701040046.l040k5HA090510@www.freebsd.org> Date: Thu, 4 Jan 2007 00:46:05 GMT From: Jonathan Liu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/107501: [ports] [gimp] [patch] gimp-help does not build due to incorrect lib dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jan 2007 00:50:13 -0000 >Number: 107501 >Category: ports >Synopsis: [ports] [gimp] [patch] gimp-help does not build due to incorrect lib dependency >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 04 00:50:12 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Jonathan Liu >Release: 6.2-RC1 >Organization: >Environment: FreeBSD freebsd 6.2-RC1 FreeBSD 6.2-RC1 #0: Thu Nov 16 05:12:08 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: gimp-help does not build due to incorrect lib dependency. The dependency refers to a library gimp-2.0.0, but in the latest version the library is gimp-2.0. >How-To-Repeat: Compile gimp-help from ports. >Fix: --- Makefile.orig Tue Jan 2 08:30:06 2007 +++ Makefile Thu Jan 4 11:39:07 2007 @@ -21,7 +21,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GIMP user's manual -LIB_DEPENDS= gimp-2.0.0:${PORTSDIR}/graphics/gimp +LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp GNU_CONFIGURE= yes USE_GMAKE= yes >Release-Note: >Audit-Trail: >Unformatted: