I learn pkgng now. I've prepared new FreeBSD 9.1 clean installation. Then I've configured /etc/make.conf (WITH_PKGNG=yes) and placed a pcbsd's repository url to pkg.conf. And I've successfully installed nvidia-driver from this repository. Very good! Let's do something serious now!
And the next step is to install kde4. So what did I do? I've searched corresponding package in repository (something like x11/kde4 port in /usr/ports):
This command gave me lots of packages containing "kde4" in their names. But I could not find the single general kde4 port!
Ok. Not a problem! My 'make' utility is configured to work with pkgng! I went to /usr/ports/x11/kde4 and ran
I've expected installation of txz pre-compiled packages from repository. But now I see that it is the old way...
So. How should I install kde4 with pkgng without compiling everything from sources?
And the next step is to install kde4. So what did I do? I've searched corresponding package in repository (something like x11/kde4 port in /usr/ports):
Code:
pkg search kde4
Ok. Not a problem! My 'make' utility is configured to work with pkgng! I went to /usr/ports/x11/kde4 and ran
# make install clean
. And the full compilation from sources have started...I've expected installation of txz pre-compiled packages from repository. But now I see that it is the old way...
So. How should I install kde4 with pkgng without compiling everything from sources?