FreeBSD install

FrogLS said:
This is going nowhere. I suggest you delete all installed packages
and begin from scratch, doing:

Code:
#pkg_delete -a
#mkdir /usr/ports/packages
#pkg_add -rK portmaster
#rehash
#portmaster -Pb xorg
#portmaster -Pb kde4

After that you have to configure X11.

Right, wish I had these details at the start. Anyway, I will do this after it stops downloading. I am getting qt4, perl error 'packages not available'.
 
1.
Code:
pkg_add -rK portmaster
doesnt work but
Code:
pkg_add -r portmaster
works.

2.
Code:
#portmaster -Pb xorg
#portmaster -Pb kde4
doesnt work.
 
I managed to get sysinstall working. It installed QT3 instead of QT4 while resolving dependencies. How Do I update the components.
 
Back
Top