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
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
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 +
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
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