How to update ports tree indexes when using svn

illoai at gmail.com illoai at gmail.com
Tue Dec 11 07:03:32 UTC 2012


On 10 December 2012 09:39, S.N.Grigoriev <serguey-grigoriev at yandex.ru> wrote:
> Hi list,
>
> after the security announcement (http://www.freebsd.org/news/2012-compromise.html) I use svn to update my local ports tree. I've found out that the port index is not updated. What is the preferred/recommended way to update port indexes when using svn?
>

make index does take a good 20 minutes on a dual core machine,
but it's not strictly needed, as
pkg_version -vl"<"
(or pkg version -vl"<" if you're using the new pkg system)
work well, albeit more slowly than if they had an index
(as in pkg_version -vIl"<")
portmaster doesn't require an index to update stuff.  I can't remember
if portupgrade does.

The index can be [re]built at your leisure while other
things are going on (such as rebuilding out-of-date ports),
if you don't mind the additional CPU & IO load.

-- 
--


More information about the freebsd-stable mailing list