ports/107501: [ports] [gimp] [patch] gimp-help does not build due to incorrect lib dependency
Jonathan Liu
Net147 at hotmail.com
Thu Jan 4 00:50:13 UTC 2007
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list