FreshPorts / freshports

The website part of FreshPorts
http://www.freshports.org/
BSD 2-Clause "Simplified" License
68 stars 24 forks source link

Imports of FreeBSD:15:i386 #594

Open grahamperrin opened 2 weeks ago

grahamperrin commented 2 weeks ago

Via https://portsfallout.com/server I found a main-i386-default build environment on beefy17.

At the time of writing:

dlangille commented 2 weeks ago

When I first read this, I had a hard time following what was being requested.

I'm slow. I can be helped by adding: "Why isn't FreeBSD:15:i386 showing on the website?" Please don't be shy. Come right out and explicitly state what you think might be missing. I won't be offended/etc. It will directly help me :)

Yes, the issue name does say Imports of FreeBSD:15:i386 - it didn't help me until later. I'm slow.

dlangille commented 2 weeks ago

OH. I think you're saying the website should be displaying something for FreeBSD:15:i386.

FreshPorts only follows ABI published by the project.

[15:25 dvl-ingress01 dvl ~/scripts] % cat ./current-list-of-valid-abi.sh
#!/bin/sh

fetch -qo - https://pkg.freebsd.org/index.html | \
  grep FreeBSD: | sed -e 's@.*\(FreeBSD:[^ <]*\).*@\1@' | sort
[15:25 dvl-ingress01 dvl ~/scripts] % 
dlangille commented 2 weeks ago

This prompted me to create https://dev.freshports.org/faq.php#abi because I couldn't find it documented anywhere.