ports database updating failed

Edwin Groothuis edwin at mavetju.org
Sat Sep 8 18:15:27 PDT 2007


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 at mavetju.org    |              Weblog: http://www.mavetju.org/weblog/


More information about the freebsd-gnome mailing list