Hello everyone,
Sometimes "pkg upgrade" removes packages, but I haven't had a situation where it is removed from the latest repository and I cannot install the compiled binaries. I've looked on FreshPorts and the port is still there. I know there is another site where I could look the status of builds, but I dont remember it right now.
I am building Librewolf from ports (which will take a decent time due to llvm and rust). However why does this situation happen when upgrading with "pkg"?
My FreeBSD repository file looks like this
Sometimes "pkg upgrade" removes packages, but I haven't had a situation where it is removed from the latest repository and I cannot install the compiled binaries. I've looked on FreshPorts and the port is still there. I know there is another site where I could look the status of builds, but I dont remember it right now.
I am building Librewolf from ports (which will take a decent time due to llvm and rust). However why does this situation happen when upgrading with "pkg"?
My FreeBSD repository file looks like this
Code:
FreeBSD: {
url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}