Missing binary package for www/ungoogled-chromium in 15.0 latest

Hello there!

I've just upgraded from 14-STABLE to 15-STABLE:
Code:
$ uname -r
15.0-ALPHA1
As part of that, I reinstalled pkg(7) with pkg bootstrap -f and was just about to perform a pkg upgrade, but it reported me the following:
Code:
Installed packages to be REMOVED:
        ...
        ungoogled-chromium: 137.0.7151.103_2
        ...

There were some other packages that would be removed, but those now have different name or something like that (so I can still find them), but I'm confused about www/ungoogled-chromium - why there's no binary package for it? I fetch the packages from 'latest', here's my /etc/pkg/FreeBSD.conf:
Code:
FreeBSD: {
  url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: yes
}

Indeed, pkg-search(8) can't locate it:
Code:
$ pkg sea ungoogled-chromium
echoes nothing.
Interestingly, package for www/chromium is present:
Code:
$ pkg sea chromium
chromium-139.0.7258.127        Google web browser based on WebKit
chromium-bsu-0.9.16.1_3        Arcade-style, top-scrolling space shooter

So, i'm confused: does it mean that I have to compile it (again :)) from sources only? Or maybe this package will come a bit later? Because when I was running 14-STABLE and tracking latest packages as well, this package was there.

Thanks,
Artem.
 
Well, it is, as I can see. Link that you sent says that stable/15 was branched-off 5 September 2025 - and this is exactly the git branch I've built from. Regarding 15.0-ALPHA1: yeah, technically, it's no longer 15-STABLE, because 15-STABLE updated to 15.0-ALPHA2 almost 2 days ago, but I started build(7)ing the world a little bit earlier, before this change was commited.

Thanks! I will check it out.
 
This happened at some point with 14.x as well. I only vaguely remember it, because at some point, I thought I would install it, but didn't find a package. I went to build it on a reasonably powerful machine (32G 16 CPU) and it took over 12 hours. Eventually, it did show up in packages. T-Aoki has also mentioned that it took 12 plus hours to build from ports for him. Now, you said you're using 15, which is called stable, but if I remember, it is actually still doing Beta2 or 3. As such, I'm guessing it's using latest for packages, which is where you're often likely to have (temporarily) non-building ports. I would that if you can be patient, it will show up eventually. And, if you're not patient, you could try building from ports, but it will take several hours.
 
Back
Top