Slashdot Mirror


FreeBSD Passes 9000 Ports

Dan writes "Kris Kennaway believes that the french/med port has the honour of being the 9000'th in the FreeBSD ports collection. Congratulations to everyone who has helped to make the Ports Collection such a success over the past 9 years!"

3 of 131 comments (clear)

  1. Just another reason to love FreeBSD by blate · · Score: 5, Informative

    I've been a FreeBSD fan for several years now. Had I been smarter when I was younger, I would have been a fan even longer than that :)

    FreeBSD, IMHO, comes pretty darned close to Linux in terms of ease of install and, in many ways, exceeds it in ease of use. Configuration files are where you expect them to be. Utilities are named what you expect them to be named.

    And, to tie into this article, the ports collection provides a wealth of great software. There's no issue as to which flavor of Linux you have... if you're running FreeBSD, the port will generally work on your system, whether you compile it from sources or download the precompiled package from one of the ftp mirrors.

    Kudos to the FreeBSD team for all their hard work and for giving us such a stable, reliable, useful platform to develop and play on.

    1. Re:Just another reason to love FreeBSD by arturogatti · · Score: 5, Informative

      "One place where ports has an advantage, however, IMHO, is that the "database" of available packages lives on your local filesystem... you don't have to go searching around the web for the package you want, and you don't need a GUI to fetch and install packages."

      With apt (assuming you've run "apt-get update" at least once since the system was installed, and thus have package lists to search) you don't need to go online to search the package database. You can use the "apt-cache search" command for this. Just type, for example, "apt-cache search alsa" to produce a list of all packages containing the word "alsa" in their names or descriptions.

  2. Re:almost 3 per day by m0rten · · Score: 5, Informative
    Maybe FreeBSD should add a single file, like /etc/with.conf, where all of those WITH_FOO=yes knobs are listed and which is sourced before each port is build. So portupgrade would respect those, too


    You do know that portupgrade reads the /usr/local/etc/pkgtools.conf file when upgrading, reinstalling, etc ports? This is a excellent place to put your WITH_* knobs. There's even a few examples in the file to get you going..

    Also, I believe they can be put in /etc/make.conf, but then they will be global and will be used for all ports!