Bug 111277 - Conflicts between graphics/gimp-app and graphics/gimp
Summary: Conflicts between graphics/gimp-app and graphics/gimp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-05 18:40 UTC by freebsd
Modified: 2007-04-06 14:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2007-04-05 18:40:03 UTC
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.

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.
How-To-Repeat: pkg_delete -f gimp-\*
cd /usr/port/graphics/gimp
make install
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-05 18:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 Dmitry Marakasov 2007-04-05 19:11:18 UTC
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
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-04-06 14:22:27 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"
Comment 4 Michael Johnson freebsd_committer freebsd_triage 2007-04-06 14:22:37 UTC
State Changed
From-To: open->closed

Fixed, Thanks!