Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2023 10:33:48 -0700
From:      bob prohaska <fbsd@www.zefox.net>
To:        Mark Millard <marklmi@yahoo.com>
Cc:        FreeBSD ARM List <freebsd-arm@freebsd.org>, Glen Barber <gjb@freebsd.org>
Subject:   Re: ARMV7 alpha-1 pkg not installing
Message-ID:  <ZNfCfNZHlvgi97Ts@www.zefox.net>
In-Reply-To: <6A60A119-FA7E-4815-96A2-ACD11CADA348@yahoo.com>
References:  <ZNe08V3BgXQc1Jnq@www.zefox.net> <6A60A119-FA7E-4815-96A2-ACD11CADA348@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Aug 12, 2023 at 10:00:17AM -0700, Mark Millard wrote:
> 
> I had to adjust: /etc/pkg/FreeBSD.conf
> 
> The issue was the http://pkg.FreeBSD.org/FreeBSD:14:armv7/quarterly <http://pkg.freebsd.org/FreeBSD:14:armv7/quarterly>;
> reference, instead of using /latest . FreeBSD:14:armv7 does not
> have quarterly yet. See:
> 
> https://pkg.freebsd.org/FreeBSD:14:armv7/
> 
> that only lists latest/ not quarterly/ .
> 
> Have /etc/pkg/FreeBSD.conf look like:
> 
> more /etc/pkg/FreeBSD.conf 
> # $FreeBSD$
> #
> # To disable this repository, instead of modifying or removing this file,
> # create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
> #
> #   mkdir -p /usr/local/etc/pkg/repos
> #   echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
> #
> 
> FreeBSD: {
>   url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
>   mirror_type: "srv",
>   signature_type: "fingerprints",
>   fingerprints: "/usr/share/keys/pkg",
>   enabled: yes
> }
> 
> I did not have to do this for the rock64 or rpi-arm64 snapshots, as
> I remember, just the armv7 snapshot.
> 
That did the trick,

Is there a seamless way to track what will become stable/14?

Thank you very much!

bob prohaska




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ZNfCfNZHlvgi97Ts>