Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jan 2024 11:26:37 +0800
From:      Philip Paeps <philip@freebsd.org>
To:        Mark Millard <marklmi@yahoo.com>
Cc:        dan@langille.org, FreeBSD Hackers <freebsd-hackers@freebsd.org>
Subject:   Re: list of valid ABI combinations
Message-ID:  <BB2A3B4D-3AED-42BA-8FD2-B245176C6BB4@freebsd.org>
In-Reply-To: <6BD2CBAF-7ADC-4ADC-B8F0-1280FECEC155@yahoo.com>
References:  <6BD2CBAF-7ADC-4ADC-B8F0-1280FECEC155.ref@yahoo.com> <6BD2CBAF-7ADC-4ADC-B8F0-1280FECEC155@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2023-12-07 23:03:33 (+0800), Mark Millard wrote:
> Dan Langille <dan_at_langille.org> wrote:
>> My goal is to automatically maintain this table, from which 
>> FreshPorts fetches package information:
>>
>> freshports.dev=# select * from abi order by name;
>> id | name | active
>> ----+----------------------+--------
>> 9 | FreeBSD:12:aarch64 | t
>> [...]
>> 53 | FreeBSD:15:riscv64 | t
>> (31 rows)
>
> The name list in the middle (/bin/sh context):
>
> # fetch https://pkg.freebsd.org/index.html
> index.html                                            3606  B  103 
> MBps    00s
>
> # grep FreeBSD: index.html | sed -e 's@.*\(FreeBSD:[^ <]*\).*@\1@' | 
> sort
> FreeBSD:12:aarch64
> [...]
> FreeBSD:15:powerpc64le
>
> There might be issues at times with https://pkg.freebsd.org/index.html 
> not
> being in sync. As far as I can tell, that page is manually maintained.

clusteradm updates that page to match what we're actually distributing.  
If it doesn't reflect reality, that's a bug, and we'd like to know 
please. :-)

Philip

-- 
Philip Paeps
Senior Reality Engineer
Alternative Enterprises



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BB2A3B4D-3AED-42BA-8FD2-B245176C6BB4>