Date: Thu, 5 Apr 2007 17:33:26 GMT From: Bartosz Fabianowski<freebsd@chillt.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/111277: Conflicts between graphics/gimp-app and graphics/gimp Message-ID: <200704051733.l35HXQvT090422@www.freebsd.org> Resent-Message-ID: <200704051740.l35He4fc036729@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 111277 >Category: ports >Synopsis: Conflicts between graphics/gimp-app and graphics/gimp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 05 17:40:03 GMT 2007 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704051733.l35HXQvT090422>