ports/117178: Remove ${INDEXDIR}/${INDEXFILE}.bz2 after fetchindex is being run

Kirill Ponomarew krion at voodoo.bawue.com
Sun Oct 14 16:51:25 UTC 2007


On Sun, Oct 14, 2007 at 01:35:03PM +0200, Kris Kennaway wrote:
> krion at FreeBSD.org wrote:
>> Synopsis: Remove ${INDEXDIR}/${INDEXFILE}.bz2 after fetchindex is being 
>> run
>> Responsible-Changed-From-To: freebsd-ports-bugs->portmgr
>> Responsible-Changed-By: krion
>> Responsible-Changed-When: Sun Oct 14 10:43:59 UTC 2007
>> Responsible-Changed-Why: Over to portmgr
>> http://www.freebsd.org/cgi/query-pr.cgi?pr=117178
> 
> Seems like this breaks the deliberate feature that fetch won't download 
> anything if the latest version is already present.

Hmm, seems to work here:

voodoo# pwd -P
/usr/ports
voodoo# ls -l INDEX-8*
-rw-r--r--  1 root  wheel  22554740 Oct 14 18:19 INDEX-8
-rw-r--r--  1 root  wheel  35611648 Oct 14 11:54 INDEX-8.db
voodoo# make fetchindex
/usr/ports/INDEX-8.bz2                        100% of 1116 kB  447 kBps
voodoo# ls -l INDEX-8*
-rw-r--r--  1 root  wheel  22554740 Oct 14 18:21 INDEX-8
-rw-r--r--  1 root  wheel  35611648 Oct 14 11:54 INDEX-8.db

-Kirill



More information about the freebsd-ports-bugs mailing list