From brix@lothlorien.brixandersen.dk  Sat Aug 25 17:05:05 2007
Return-Path: <brix@lothlorien.brixandersen.dk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4A7DF16A41B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Aug 2007 17:05:05 +0000 (UTC)
	(envelope-from brix@lothlorien.brixandersen.dk)
Received: from solow.pil.dk (relay.pil.dk [195.41.47.164])
	by mx1.freebsd.org (Postfix) with ESMTP id 0F4FE13C468
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Aug 2007 17:05:04 +0000 (UTC)
	(envelope-from brix@lothlorien.brixandersen.dk)
Received: from lothlorien.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189])
	by solow.pil.dk (Postfix) with ESMTP id 0CC121CC0B8
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Aug 2007 19:05:03 +0200 (CEST)
Received: by lothlorien.brixandersen.dk (Postfix, from userid 1001)
	id 635891142B; Sat, 25 Aug 2007 19:05:02 +0200 (CEST)
Message-Id: <20070825170502.635891142B@lothlorien.brixandersen.dk>
Date: Sat, 25 Aug 2007 19:05:02 +0200 (CEST)
From: Henrik Brix Andersen <henrik@brixandersen.dk>
Reply-To: Henrik Brix Andersen <henrik@brixandersen.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Correct gimp-app-devel dependency in graphic/gimp-devel
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         115817
>Category:       ports
>Synopsis:       [patch] Correct graphics/gimp-app-devel dependency in graphic/gimp-devel
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 25 17:10:01 GMT 2007
>Closed-Date:    Tue Aug 28 03:54:08 GMT 2007
>Last-Modified:  Tue Aug 28 04:00:11 GMT 2007
>Originator:     Henrik Brix Andersen
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD lothlorien.brixandersen.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #65: Thu Aug 23 11:39:20 CEST 2007 root@lothlorien.brixandersen.dk:/usr/obj/usr/src/sys/LOTHLORIEN i386


	
>Description:
The dependency on graphics/gimp-app-devel in graphics/gimp-devel was
not bumped to say 'gimp-2.4' when gimp-app-devel was updated to
2.4.r1,2, thus the dependency can never be met.
	
>How-To-Repeat:
# cd /usr/ports/graphics/gimp-devel
# make install
	
>Fix:
The patch below fixes the dependency.

	

--- gimp-devel.patch begins here ---
diff -urp /usr/ports/graphics/gimp-devel/Makefile graphics/gimp-devel/Makefile
--- /usr/ports/graphics/gimp-devel/Makefile	2007-08-22 18:43:51.000000000 +0200
+++ graphics/gimp-devel/Makefile	2007-08-25 19:00:37.000000000 +0200
@@ -18,7 +18,7 @@ EXTRACT_ONLY?=	# empty
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	The "meta-port" for The Gimp
 
-RUN_DEPENDS=	gimp-2.3:${PORTSDIR}/graphics/gimp-app-devel
+RUN_DEPENDS=	gimp-2.4:${PORTSDIR}/graphics/gimp-app-devel
 
 OPTIONS=	PYTHON "Python-fu support" Off \
 		PRINT "Gutenprint (gimp-print) plugin" On
--- gimp-devel.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Aug 25 23:08:34 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115817 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Tue Aug 28 03:53:56 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115817: commit references a PR
Date: Tue, 28 Aug 2007 03:53:58 +0000 (UTC)

 marcus      2007-08-28 03:53:52 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/gimp-devel  Makefile 
   Log:
   Chase the name of the gimp executable:
   
   PR:             115817
   Submitted by:   Henrik Brix Andersen <henrik@brixandersen.dk>
   
   Revision  Changes    Path
   1.172     +1 -1      ports/graphics/gimp-devel/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:
