Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2007 00:46:05 GMT
From:      Jonathan Liu<Net147@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/107501: [ports] [gimp] [patch] gimp-help does not build due to incorrect lib dependency
Message-ID:  <200701040046.l040k5HA090510@www.freebsd.org>
Resent-Message-ID: <200701040050.l040oCgF043331@freefall.freebsd.org>

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

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



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