Problem installing packages

I installed FreeBSD 9.2, rebooted , followed the instructions with regards to PKGNG.

Code:
# pkg_add -r pkg
#pkg2ng

Edited /etc/make.conf:
Code:
WITH_PKGNG= yes

Then tried to install Xorg: # pkg install xorg

Then I got this message:

Code:
Updating repository catalogue

This happened last night, this morning, I have the same problem. Does it usually take this long to update the repo?
 
macondo said:
Edited /etc/make.conf
Code:
WITH_PKNG= yes
You're missing a G, it's WITH_PKGNG.

Does it usually take this long to update the repo?
Nope, it should be done in a few seconds. What's the output of pkg -vv?
 
Sorry, but that was a typo, I did it right after the installation. As for pkg -vv, I'll have to get off Puppy Linux and see what message it gives me. I'll be right back. Thanks.
 
Hi, I get a long list of information, for example:
Code:
SYSLOG: yes
AUTODEPS: no
DEVELOPER_MODE: no
And so forth there are about 20 of them, is there one in particular I should change? Sorry, I couldn't copy/paste.
 
Back
Top