Date: Sat, 9 Dec 2023 09:48:56 -0800 From: Mark Millard <marklmi@yahoo.com> To: Dan Langille <dan@langille.org> Cc: FreeBSD Hackers <freebsd-hackers@freebsd.org> Subject: Re: list of valid ABI combinations Message-ID: <A5164206-E55D-47AC-A142-0AD98416672E@yahoo.com> In-Reply-To: <ad67d0b2-ba28-41e1-9e81-88dda0ad879e@app.fastmail.com> References: <6BD2CBAF-7ADC-4ADC-B8F0-1280FECEC155.ref@yahoo.com> <6BD2CBAF-7ADC-4ADC-B8F0-1280FECEC155@yahoo.com> <ad67d0b2-ba28-41e1-9e81-88dda0ad879e@app.fastmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Dec 7, 2023, at 09:44, Dan Langille <dan@langille.org> wrote: > On Thu, Dec 7, 2023, at 10:03 AM, Mark Millard wrote: >> Dan Langille <dan_at_langille.org> wrote on >> Date: Thu, 07 Dec 2023 13:22:28 UTC : >>=20 >>> . . . >>> My goal is to automatically maintain this table, from which = FreshPorts fetches package information: >>>=20 >>> freshports.dev=3D# select * from abi order by name; >>> id | name | active=20 >>> ----+----------------------+-------- >>> 9 | FreeBSD:12:aarch64 | t >>> 1 | FreeBSD:12:amd64 | t >>> 15 | FreeBSD:12:armv6 | t >>> 16 | FreeBSD:12:armv7 | t >>> 8 | FreeBSD:12:i386 | t >>> 18 | FreeBSD:12:mips64 | t >>> 19 | FreeBSD:12:powerpc64 | t >>> 2 | FreeBSD:13:aarch64 | t >>> 11 | FreeBSD:13:amd64 | t >>> 20 | FreeBSD:13:armv6 | t >>> 21 | FreeBSD:13:armv7 | t >>> 10 | FreeBSD:13:i386 | t >>> 23 | FreeBSD:13:mips64 | t >>> 24 | FreeBSD:13:powerpc64 | t >>> 34 | FreeBSD:13:riscv64 | t >>> 26 | FreeBSD:14:aarch64 | t >>> 27 | FreeBSD:14:amd64 | t >>> 28 | FreeBSD:14:armv6 | t >>> 29 | FreeBSD:14:armv7 | t >>> 30 | FreeBSD:14:i386 | t >>> 32 | FreeBSD:14:mips64 | t >>> 33 | FreeBSD:14:powerpc64 | t >>> 35 | FreeBSD:14:riscv64 | t >>> 54 | FreeBSD:15:aarch64 | t >>> 47 | FreeBSD:15:amd64 | t >>> 48 | FreeBSD:15:armv6 | t >>> 49 | FreeBSD:15:armv7 | t >>> 50 | FreeBSD:15:i386 | t >>> 51 | FreeBSD:15:mips64 | t >>> 52 | FreeBSD:15:powerpc64 | t >>> 53 | FreeBSD:15:riscv64 | t >>> (31 rows) >>> . . . >>=20 >> The name list in the middle (/bin/sh context): >>=20 >> # fetch https://pkg.freebsd.org/index.html >> index.html 3606 B 103 = MBps 00s >>=20 >> # grep FreeBSD: index.html | sed -e 's@.*\(FreeBSD:[^ <]*\).*@\1@' | = sort >> FreeBSD:12:aarch64 >> FreeBSD:12:amd64 >> FreeBSD:12:armv6 >> FreeBSD:12:armv7 >> FreeBSD:12:i386 >> FreeBSD:13:aarch64 >> FreeBSD:13:amd64 >> FreeBSD:13:armv6 >> FreeBSD:13:armv7 >> FreeBSD:13:i386 >> FreeBSD:13:powerpc >> FreeBSD:13:powerpc64 >> FreeBSD:13:powerpc64le >> FreeBSD:14:aarch64 >> FreeBSD:14:amd64 >> FreeBSD:14:armv6 >> FreeBSD:14:armv7 >> FreeBSD:14:i386 >> FreeBSD:14:powerpc >> FreeBSD:14:powerpc64 >> FreeBSD:14:powerpc64le >> FreeBSD:15:aarch64 >> FreeBSD:15:amd64 >> FreeBSD:15:armv6 >> FreeBSD:15:armv7 >> FreeBSD:15:i386 >> FreeBSD:15:powerpc >> FreeBSD:15:powerpc64 >> FreeBSD:15:powerpc64le >>=20 >> 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. >>=20 >> Hopefully this can help. >=20 > I think it's fantastic. I've added it to = https://github.com/FreshPorts/freshports/issues/505 >=20 >> I've no clue about the id column as the list changes, for example >> when the FreeBSD:12:* disappear sometime after the end of the year. >=20 > No worries about database issues. Those I can resolve. It's what you = did that I can't often find an easy solution. I'll note that tier 3 and unsupported are subject to (possibly) = temporary removal of ports-package files as a matter of resource management. Such would be unlikely to lead to removal from: https://pkg.freebsd.org/index.html during that temporary time. See: https://lists.freebsd.org/archives/freebsd-git/2023-December/000217.html for an example that started yesterday for: FreeBSD:14:armv6 It was for helping deal with running low on some mirrors' free storage space until FreeBSD:12:* files are generally removed after the end of the year. Note: https://lists.freebsd.org/archives/freebsd-git/2023-December/000218.html is about possibly doing similarly with the FreeBSD:15:powerpc = package-base files as well, for the same reason. I do not know if they would actually do such package-base removals. =3D=3D=3D Mark Millard marklmi at yahoo.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A5164206-E55D-47AC-A142-0AD98416672E>