Date: Tue, 28 Dec 2004 18:27:39 -0800 From: Joshua Tinnin <krinklyfig@spymac.com> To: freebsd-ports@freebsd.org Cc: erich@freebsd.org Subject: Re: Problem updating gimp-gnome because of devel/desktop-file-utils update Message-ID: <200412281827.40414.krinklyfig@spymac.com> In-Reply-To: <200412281805.19287.krinklyfig@spymac.com> References: <200412281805.19287.krinklyfig@spymac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-00=_cYh0BooRG6kXFBG Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Tuesday 28 December 2004 06:05 pm, Joshua Tinnin <krinklyfig@spymac.com> wrote: > After having updated devel/desktop-file-utils to 0.10, trying to > upgrade gimp-gnome-2.2.0_2,1 returns the following error at the end > of the install: > > gmake[2]: Leaving directory > `/usr/ports/graphics/gimp/work/gimp-2.2.0' gmake[1]: Leaving > directory `/usr/ports/graphics/gimp/work/gimp-2.2.0' > /usr/X11R6/bin/update-desktop-database:No such file or directory *** > Error code 1 > > Stop in /usr/ports/graphics/gimp. > > > This is because the path is now: > /usr/local/bin/update-desktop-database > > Not sure how many other ports might be affected. Here's a patch that should fix that problem for gimp. - jt --Boundary-00=_cYh0BooRG6kXFBG Content-Type: text/x-diff; charset="us-ascii"; name="gimp-patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="gimp-patch" --- Makefile.bak Tue Dec 28 18:16:20 2004 +++ Makefile Tue Dec 28 18:16:33 2004 @@ -113,7 +113,7 @@ .if defined(GNOME_ENABLED) post-install: - @${X11BASE}/bin/update-desktop-database + @${LOCALBASE}/bin/update-desktop-database .endif .include <bsd.port.post.mk> --Boundary-00=_cYh0BooRG6kXFBG--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412281827.40414.krinklyfig>