I recently installed FreeBSD 9 in a VM, and I'm trying to install some packages, following the directions in the handbook. But I'm getting warnings.
I tried copying/usr/local/etc/pkg.conf.sample to pkg.conf, but that just made pkg stop working entirely.
I'm running pkg 1.2.7_2, and I've run pkg2ng already. What should pkg.conf say to prevent these warnings?
My attempt to pkg install xorg fails with many errors like these:
Perhaps that's part of the same issue?
Code:
root@freebsd9:~ # pkg install sudo
pkg: PACKAGESITE in pkg.conf is deprecated. Please create a repository configuration file
Updating repository catalogue
pkg: Warning: use of http:// URL scheme with SRV records is deprecated: switch to pkg+http://
I tried copying/usr/local/etc/pkg.conf.sample to pkg.conf, but that just made pkg stop working entirely.
Code:
root@freebsd9:~ # pkg install sudo
Updating repository catalogue
No valid repository found.
I'm running pkg 1.2.7_2, and I've run pkg2ng already. What should pkg.conf say to prevent these warnings?
My attempt to pkg install xorg fails with many errors like these:
Code:
pkg: WARNING: locally installed perl-5.14.4 conflicts on /usr/local/man/man1/shasum.1.gz with:
- perl5-5.16.3_10
pkg: WARNING: locally installed perl-5.14.4 conflicts on /usr/local/man/man1/splain.1.gz with:
- perl5-5.16.3_10
pkg: WARNING: locally installed perl-5.14.4 conflicts on /usr/local/man/man1/xsubpp.1.gz with:
- perl5-5.16.3_10
Perhaps that's part of the same issue?