Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2007 11:00:09 +1000
From:      Edwin Groothuis <edwin@mavetju.org>
To:        corl3ss <corl3ss@corl3ss.com>
Cc:        ports@FreeBSD.org, gnome@freebsd.org
Subject:   Re: ports database updating failed
Message-ID:  <20070909010009.GG1390@k7.mavetju>
In-Reply-To: <46E27246.9070008@corl3ss.com>
References:  <46E27246.9070008@corl3ss.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Sep 08, 2007 at 11:58:30AM +0200, corl3ss wrote:
> Since yesterday (before it was running very well for a while), when I 
> run this very small script :
> --
> cd /usr/ports &&
> csup -g -L 2 /root/cvs-supfile &&
> portsdb -uU &&
> --
> Where my cvs-supfile is:
> ---
> src-all
> ports-all
> doc-all
> www
> cvsroot-all
> ---
> The csup is ok  but the port database updating failed (see below)...
> ---
>  Add delta 1.18684 2007.09.08.06.21.59 edwin
>  Add delta 1.18685 2007.09.08.08.17.27 clsung
>  Add delta 1.18686 2007.09.08.08.21.08 clsung
> Shutting down connection to server
> Finished successfully
> Updating the ports index ... Generating INDEX.tmp - please 
> wait..nautilus-sendto-0.10_2: "/usr/ports/net-im/gaim" non-existent -- 
> dependency list incomplete
> ===> deskutils/nautilus-sendto failed

net-im/gaim was removed earlier in favour of net-im/pidgin, but
deskutils/nautilus-sendto still tries to use it:

    .if exists(${LOCALBASE}/bin/gaim)
    BUILD_DEPENDS+= gaim:${PORTSDIR}/net-im/gaim
    RUN_DEPENDS+=   gaim:${PORTSDIR}/net-im/gaim
    PLIST_SUB+=     GAIM=""
    .else
    PLIST_SUB+=     GAIM="@comment "
    .endif

Can you send-pr this so gnome@ will remove it?

Edwin
-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
edwin@mavetju.org    |              Weblog: http://www.mavetju.org/weblog/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070909010009.GG1390>