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
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer
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
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"
State Changed From-To: open->closed Fixed, Thanks!