[Bug 287989] ports-mgmt/pkg: packages version recognizing error
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Jul 2025 18:04:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287989
Mark Millard <marklmi26-fbsd@yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marklmi26-fbsd@yahoo.com
--- Comment #1 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
You might want to report the output of the foloowing type of
command (I'm showing an example from my environment):
# pkg repositories
FreeBSD: {
url : "pkg+http://pkg.FreeBSD.org/FreeBSD:14:aarch64/latest",
enabled : yes,
priority : 0,
mirror_type : "SRV",
signature_type : "FINGERPRINTS",
fingerprints : "/usr/share/keys/pkg"
}
FreeBSD-kmods: {
url :
"pkg+http://pkg.FreeBSD.org/FreeBSD:14:aarch64/kmods_latest",
enabled : yes,
priority : 0,
mirror_type : "SRV",
signature_type : "FINGERPRINTS",
fingerprints : "/usr/share/keys/pkg"
}
FreeBSD-base: {
url :
"pkg+http://pkg.FreeBSD.org/FreeBSD:14:aarch64/base_latest",
enabled : yes,
priority : 0,
mirror_type : "SRV",
signature_type : "FINGERPRINTS",
fingerprints : "/usr/share/keys/pkg"
}
Also there is no package called just "software", at least for aarch64 for the
above official FreeBSD repositories:
# pkg search software
dirac-quantum-chemistry-software-22.0_3 Program for atomic & molecular
relativistic all-electron calculations
p5-Software-License-0.104007 Packages that provide templated software
licenses
p5-Software-License-CCpack-1.11 Software::License pack for Creative Commons
licenses
p5-Term-Detect-Software-0.227 Detect terminal (emulator) software and its
capabilities
Are you building and using your own repository instead of using the
official FreeBSD ones?
--
You are receiving this mail because:
You are the assignee for the bug.