14.3 is out

Thanks T-Daemon. Yes I mistyped the $PATH, I've edited the post to give the right one, which is the one you mentioned.
(If one looks at /etc/pkg/FreeBSD.conf it tells you the file to create if you want to override defaults, saying
#To disable this repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
# mkdir -p /usr/local/etc/pkg/repos
# echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
 
If one looks at /etc/pkg/FreeBSD.conf it tells you the file to create if you want to override defaults, saying [...]
At the moment, for 14.3-RELEASE, this file is missing an important 'last line'; it should be, as shown in
FreeBSD.conf.quarterly-release - #L2-L7 - main branch:
Rich (BB code):
# To disable a repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file, e.g.:
#
#   mkdir -p /usr/local/etc/pkg/repos
#   echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#   echo "FreeBSD-kmods: { enabled: no }" >> /usr/local/etc/pkg/repos/FreeBSD.conf

 
Back
Top