Re: Invalid path for portupgrade ftp.FreeBSD.orgpub

2009-02-18 Thread Helmut Schneider
Gianni Doe wrote: I'm upgrading a system from 6.4 to 7.1 and rebuilding all the ports. I'd rather use packages where present to speed things up a bit so I'm using: # portupgrade -faP The problem is that it never finds the packages as the URL is invalid, there seems to be a missing slash b

Re: Invalid path for portupgrade ftp.FreeBSD.orgpub

2009-02-16 Thread Kent Stewart
On Monday 16 February 2009 12:56:25 am Gianni Doe wrote: > I'm upgrading a system from 6.4 to 7.1 and rebuilding all the ports. > I'd rather use packages where present to speed things up a bit so I'm > using: > # portupgrade -faP > > The problem is that it never finds the packages as the URL is inv

Re: Invalid path for portupgrade ftp.FreeBSD.orgpub

2009-02-16 Thread Gianni Doe
On 16/feb/09, at 10:47, Michel Talon wrote: I think you can access that in the ruby program pkg_fetch (/usr/local/sbin/pkg_fetch) in function real_fetch_pkg, i have the following: $pkg_site_uris.each do |uri_base| PKG_SUFFIXES.each do |suffix| uri = uri_base + (subdir + '/' + pkgname +

Re: Invalid path for portupgrade ftp.FreeBSD.orgpub

2009-02-16 Thread Michel Talon
I think you can access that in the ruby program pkg_fetch (/usr/local/sbin/pkg_fetch) in function real_fetch_pkg, i have the following: $pkg_site_uris.each do |uri_base| PKG_SUFFIXES.each do |suffix| uri = uri_base + (subdir + '/' + pkgname + suffix) path = path_base + suffix

Invalid path for portupgrade ftp.FreeBSD.orgpub

2009-02-16 Thread Gianni Doe
I'm upgrading a system from 6.4 to 7.1 and rebuilding all the ports. I'd rather use packages where present to speed things up a bit so I'm using: # portupgrade -faP The problem is that it never finds the packages as the URL is invalid, there seems to be a missing slash between in ftp.FreeBSD