To view parent comment, click here.
To read all comments associated with this story, please click here.
There are even solutions for using only binary packages with FreeBSD:
* the -P and -PP options for portupgrade
* the pkg_upgrade script from the bsdadminscripts port
* using pkg_delete and pkg_add manually
* probably others that I haven't used yet
Ports offers the most flexibility, but it's not the only way to install software on FreeBSD.
FreeBSD is nice, but having to compile everything takes a lot of time. I wish pacman + repos were available. As an intermediate solution, you could pkg_add -r *desktop-of-choice* and then compile from ports overnight. I don't know how much speed gain you get from compiling out what you don't need. I, for once, compile xorg without hal and dbus, and use xorg.conf to have it configured and stripped to a minimum. But it takes a hell of a lot of time to build my regular desktop.
NetBSD I don't know, never used it.
That's where Debian FreeBSD is big news.
I don't see a reason for Debian/kFreeBSD except it provides another kernel should Linus die in a car accident and their lieutenants fight to gain control of it.
What I like about the BSDs is the integration in the base system. Debian doesn't provide as much as FreeBSD in bringing a coherent system. Another thing I dislike is the tendency to bloat. You install package A and then you get packages B and C (which also depend on packages D, E, F) installed as suggestions or recommendations even if you are not going to use them. I know you can tweak that behavior, but it's annoying.
Up to date binary packages would be really nice, and pacman would make FreeBSD really rock. I know I'm not the only one asking for it...





Member since:
2005-07-22
There are some that use OpenBSD for desktop; it's possible.
FreeBSD is nice, but having to compile everything takes a lot of time. I wish pacman + repos were available. As an intermediate solution, you could pkg_add -r *desktop-of-choice* and then compile from ports overnight. I don't know how much speed gain you get from compiling out what you don't need. I, for once, compile xorg without hal and dbus, and use xorg.conf to have it configured and stripped to a minimum. But it takes a hell of a lot of time to build my regular desktop.
NetBSD I don't know, never used it.