From nobody@FreeBSD.org  Thu Apr  5 17:38:29 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 6171116A402
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  5 Apr 2007 17:38:29 +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 538DA13C458
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  5 Apr 2007 17:38:29 +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 l35HcTsa091483
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 5 Apr 2007 17:38:29 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l35HXQvT090422;
	Thu, 5 Apr 2007 17:33:26 GMT
	(envelope-from nobody)
Message-Id: <200704051733.l35HXQvT090422@www.freebsd.org>
Date: Thu, 5 Apr 2007 17:33:26 GMT
From: Bartosz Fabianowski<freebsd@chillt.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Conflicts between graphics/gimp-app and graphics/gimp
X-Send-Pr-Version: www-3.0

>Number:         111277
>Category:       ports
>Synopsis:       Conflicts between graphics/gimp-app and graphics/gimp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 05 17:40:03 GMT 2007
>Closed-Date:    Fri Apr 06 13:22:46 GMT 2007
>Last-Modified:  Fri Apr  6 13:30:06 GMT 2007
>Originator:     Bartosz Fabianowski
>Release:        6-STABLE
>Organization:
>Environment:
FreeBSD hundertwasser.cs.tcd.ie 6.2-STABLE FreeBSD 6.2-STABLE #0: Mon Apr  2 20:59:21 IST 2007     root@hundertwasser.cs.tcd.ie:/usr/obj/usr/src/sys/HUNDERTWASSER  i386
>Description:
The recent conversion of graphics/gimp into a meta-port does not work for me. I manually deinstalled gimp-\* and then tried to install graphics/gimp. This leads to two problems:

1. graphics/gimp-app and graphics/gimp overwrite each other's stored OPTIONS. This is because the PORTNAME of graphics/gimp-app is set to "gimp", so that the settings for both ports end up in /var/db/ports/gimp.

2. graphics/gimp detects the newly installed gimp-app as a an old version of gimp. This also is because the PORTNAME of graphics/gimp-app is set to "gimp", leading to a package name that triggers the regex in graphics/gimp/Makefile.

Both problems seem to exist in the -devel ports as well.
>How-To-Repeat:
pkg_delete -f gimp-\*
cd /usr/port/graphics/gimp
make install
>Fix:
The PORTNAME of graphics/gimp-app (and that of graphics/gimp-app-devel) needs to be changed, most likely to "gimp-app". This, in turn, requires some further adjustments as the distfile constructed from the PORTNAME becomes invalid otherwise.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Apr 5 17:40:12 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

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

From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111277: Conflicts between graphics/gimp-app and graphics/gimp
Date: Thu, 5 Apr 2007 22:11:18 +0400

 What's the point in gimp-app by the way? Can't help and gutenprint be
 added as options and depends to gimp port (which is gimp-app now) itself
 instead?
 
 -- 
 Best regards,
   Dmitry Marakasov               mailto:amdmi3@amdmi3.ru
 
State-Changed-From-To: open->closed  
State-Changed-By: ahze 
State-Changed-When: Fri Apr 6 13:22:37 UTC 2007 
State-Changed-Why:  
Fixed, Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111277: commit references a PR
Date: Fri,  6 Apr 2007 13:22:27 +0000 (UTC)

 ahze        2007-04-06 13:22:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/gimp-app    Makefile 
     graphics/gimp-app-devel Makefile 
     graphics/py-gimp     Makefile 
   Log:
   - Don't use graphics/gimp[-devel] OPTIONS file
   
   PR:             111277
   Reported by:    Bartosz Fabianowski
   
   Revision  Changes    Path
   1.163     +3 -3      ports/graphics/gimp-app-devel/Makefile
   1.198     +2 -4      ports/graphics/gimp-app/Makefile
   1.2       +2 -3      ports/graphics/py-gimp/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:
