From nobody@FreeBSD.org  Fri Apr  6 19:19:46 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 28B8C16A401
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  6 Apr 2007 19:19:46 +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 1AF0B13C45B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  6 Apr 2007 19:19:46 +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 l36JJjLN014024
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 6 Apr 2007 19:19:45 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l36JEis6012033;
	Fri, 6 Apr 2007 19:14:44 GMT
	(envelope-from nobody)
Message-Id: <200704061914.l36JEis6012033@www.freebsd.org>
Date: Fri, 6 Apr 2007 19:14:44 GMT
From: brian<knightbg@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: gimp-gutenprint LIBDEPENDS on print/gutenprint instead of print/gutenprint-base
X-Send-Pr-Version: www-3.0

>Number:         111332
>Category:       ports
>Synopsis:       gimp-gutenprint LIBDEPENDS on print/gutenprint instead of print/gutenprint-base
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ahze
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 06 19:20:05 GMT 2007
>Closed-Date:    Mon Apr 16 12:20:59 GMT 2007
>Last-Modified:  Mon Apr 16 13:24:25 GMT 2007
>Originator:     brian
>Release:        6.2
>Organization:
>Environment:
FreeBSD calvin 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Mon Jan 15 23:59:46 EST 2007     root@:/usr/obj/usr/src/sys/CALVIN  i386
>Description:
print/gutenprint-base has this in its Makefile:
.if defined(GUT_SLAVE) && ${GUT_SLAVE}=="gimp"
LIB_DEPENDS+=   gimp-2.0:${PORTSDIR}/graphics/gimp-app \
                gutenprint.2:${PORTSDIR}/print/gutenprint
..

but libgutenprint.so.2 gets installed by gutenprint-base, not gutenprint. gutenprint-base is getting installed for libgutenprintui.so, so the dependency is satisfied. the result is stale dependencies on gutenprint and gutenprint-ijs by gimp-gutenprint and gimp.
>How-To-Repeat:
install gimp on a machine that doesn't have print/gutenprint installed.
>Fix:
change the Makefile to LIB_DEPENDS on gutenprint.2:${PORTSDIR}/print/gutenprint-base
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ahze 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Apr 6 19:20:14 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111332 
State-Changed-From-To: open->closed  
State-Changed-By: ahze 
State-Changed-When: Mon Apr 16 12:20:48 UTC 2007 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111332 

Date: Mon, 16 Apr 2007 12:20:30 +0000 (UTC)
From: dfilter@FreeBSD.ORG (dfilter service)

 ahze        2007-04-16 12:20:25 UTC
 
   FreeBSD ports repository
 
   Modified files:
     print/gutenprint-base Makefile 
   Log:
   - Make gimp-gutenprint depend on gutenprint-base instead of gutenprint
   
   PR:             ports/111332
                   ports/111569
   Submitted by:   Brian <knightbg@yahoo.com>
                   Mats Dufberg <mats@dufberg.se>
   
   Revision  Changes    Path
   1.34      +2 -2      ports/print/gutenprint-base/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
>Unformatted:
