Hello there!
I've just upgraded from 14-STABLE to 15-STABLE:
As part of that, I reinstalled pkg(7) with
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
Indeed, pkg-search(8) can't locate it:
echoes nothing.
Interestingly, package for www/chromium is present:
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.
I've just upgraded from 14-STABLE to 15-STABLE:
Code:
$ uname -r
15.0-ALPHA1
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
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
Thanks,
Artem.