FreeBSD Passes 9000 Ports 131
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!"
Let the troll celebrations begin! (Score:3, Funny)
Re:Gentoo has 5000+ (Score:3, Insightful)
- linux has a much larger developer/user base + gentoo is incredibly hyped
- a lot of software is written for linux, sometimes it requires patches to make it work on BSD
- 0-5000 is easier than 5000-10000, just try to find 10000 applications worth porting...
- gentoo portage started on a moment that much more *nix software existed than when FreeBSD ports started
And from what I've seen of portage, I have a strong impression that it's not always that well tested...
Re:Cannot parse. (Score:2, Informative)
Problems porting (Score:5, Interesting)
I want to get things working right so that I can release a Port version of Heartbeat but currently I cannot. Luckily it, by design, builds on FreeBSD and puts things into /usr/local/.../ and not /usr/... like on Linux.
This may be a factor why things aren't quite right (different versions of Automake/Conf/lib) .
Re:Problems porting (Score:5, Interesting)
FreeBSD doesn't come with autoconf/make at all (and bsd-make instead of gmake).These are in the ports-tree and there are even different versions for the first two.
I'm not a toolchain expert, but you might want to look into this.
Also, one reason why autoconf/automake sometimes break on FreeBSD is the fact that people hard-code certain Linux-isms into their config-files that subsequently fall over when run under FreeBSD...
Re:Problems porting (Score:2)
Having gone to FreeBSD.org and looked at the ports, it looks like they've updated them finally so that I'll be able to get the Linux-HA FreeBSD Port completed.
As for Linux-isms, Not in our case. We've gone out of our way to ensure portability.
Re:Problems porting (Score:5, Informative)
You can also go to Freshports [freshports.org] where you can get a nice view of the cvs-commits to the ports-tree.
Have you tried contacting the maintainer for the relevant autoconf/automake port with your problems in the past ?
cheers,
Rainer
BSD Support (Score:5, Funny)
We are at work currentley making money, we don't have the luxory of summer vacation like the linux'ers.
Uh oh! (Score:5, Funny)
[ BSDhead #1 ]: Did you hear? FreeBSD has 9000 ports now!
[ BSDhead #2 ]: Crap! It is too popular! It has hit the mainstream!
[ BSDhead #1 ]: That's what I was thinking - lets switch to OpenBSD
Re:Uh oh! (Score:3, Funny)
Re:Uh oh! (Score:5, Insightful)
Re:Uh oh! (Score:5, Funny)
Re:Uh oh! (Score:2, Funny)
Re:Uh oh! (Score:2)
[ Linuxhead #1 ]: They're all open ?
Just another reason to love FreeBSD (Score:5, Informative)
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.
Re:Just another reason to love FreeBSD (Score:2)
Ie. there aren't any difference in the distros anymore, and hasn't been for quite some time...
Re:Just another reason to love FreeBSD (Score:3, Insightful)
Re:Just another reason to love FreeBSD (Score:5, Insightful)
FreeBSD is cool and all, but you could equally say "Debian apt is really great! there's no issue as to which CPU arch you're on, if you're running Debian, there will be packages for you".
ie, don't overhype ports. Useful yes, something amazing that only FreeBSD has, no.
Re:Just another reason to love FreeBSD (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.
Yes, I know, rpm and apt have command-line modes, but I'm not aware of a way to "browse" collections of these types of packages without a GUI. I'm usually more at home in a console window than a clunky, slow X app.
I guess we're at the point of arguing matters of taste, which is usually fruitless. FreeBSD is a wonderful OS, as is Linux, but it doesn't get as much press. The ports collection is something the FreeBSD team can and should be proud of.
Re:Just another reason to love FreeBSD (Score:5, Insightful)
The RPM based distros really should go to something like apt-get, ports or portage (gentoo)
Re:Just another reason to love FreeBSD (Score:5, Interesting)
Oh, and rock on rc.conf!
Re:Just another reason to love FreeBSD (Score:2)
Re:Just another reason to love FreeBSD (Score:2)
And I would never be so stupid as to dump RH for Gentoo on a work box. I use Debian on all my home machines but we use RH at work because our clients require software with support and packages that actually go through some form of QA process.
Re:Just another reason to love FreeBSD (Score:1)
Re:Just another reason to love FreeBSD (Score:1)
Re:Just another reason to love FreeBSD (Score:2)
Re:Just another reason to love FreeBSD (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.
Re:Just another reason to love FreeBSD (Score:1, Informative)
make search key="search_terms"
Re:Just another reason to love FreeBSD (Score:4, Informative)
Re:Just another reason to love FreeBSD (Score:1)
almost 3 per day (Score:5, Interesting)
(not to equate quantity with quality, but still...)
Re:almost 3 per day (Score:5, Informative)
Re:almost 3 per day (Score:2, Insightful)
-make is still better than python - a base system should not rely on anything else than shell and C (and, well, make). Thanks for removing perl back to ports in 5.
-checks for dependencies before trying to uninstall
-mergemaster kicks ass compared to etc-update
+ portage
-USE Variables
Maybe FreeBSD should add a single file, like
So portupgrade would respect those, too
Re:almost 3 per day (Score:5, Informative)
You do know that portupgrade reads the
Also, I believe they can be put in
Re:almost 3 per day (Score:2)
Re:almost 3 per day (Score:3, Informative)
(Gnu)plot of growth [freebsd.org]
awesome (Score:5, Interesting)
I've learned to appreciate both the version stability and back-patching done by Red Hat, and the wonderful selection of customizable ports offered by FreeBSD.
However since Red Hat seems to be abandoning the small end of the market, little by little, I find myself recommending and using FreeBSD for most folks, unless they need to admin themselves (red hat is a little easier for those folks).
Now somebody please just get a port for Berkeley's new XML database in there, and we'll be set!
Re:awesome (Score:2)
Nothing wrong with saying "I recommend FreeBSD". This statement of fact uses a timeless tense, spreading across the spectrum of time endlessly. It does not refer to a particular instance, or even imply that one exists. It does not suggest that I have ever even recommended FreeBSD; merely that if I was asked for a recommendation, that I would recommend it.
"I recommend" is more like one's political beliefs
wow 9000 ports! (Score:5, Funny)
port #1: port 22 ssh
port #2: port 21 ftp
port #1: port 80 http
uh
Re:wow 9000 ports! (Score:1)
Re:wow 9000 ports! (Score:2, Informative)
Re:wow 9000 ports! (Score:1)
off topic and wrong. (Score:1)
Re:off topic and wrong. (Score:2)
Alright, its illegal to steal copyrighted material through file-sharing. How do you suggest I steal copyrighted material?
Re:off topic and wrong. (Score:1)
compaq triflex ide controller (Score:5, Interesting)
If anyone knows of a driver in development any help would be greatly appreciated.
Jared
Re:compaq triflex ide controller (Score:2)
Congradulations Team (Score:4, Interesting)
NetBSD surpasses 9000 ports: (Score:5, Funny)
Sweet! (Score:4, Funny)
cd
Re:Sweet! (Score:2, Insightful)
Re:Sweet! (Score:2)
Note: I've done all this as a normal user. I'd like to configure FreeBSD's X to not recognize the Alt-Enter keystroke in any case. How?
Re:Sweet! (Score:1)
Re:Sweet! (Score:2)
How well maintained? (Score:1, Interesting)
How do you imagine they got the 9k number? (Score:2)
Re:How do you imagine they got the 9k number? (Score:2, Funny)
Everytime I look at you, my love.
If only it was 9000 WORKING ports (Score:2)
Its just irritating when I keep running up to a port that just wont cooperate... Or one that doesnt have a cooresponding package, for low resource machines..
Again, its not a bash.. I love BSD and all the good parts of it... But nothing is perfect
Too much of a good thing? (Score:1)
When I order my Free cd's I never get passed using only one cd, and I know there has to be others who've done (and are doing) the same.
I originally switched from Mac (System 7.0) to Windows, then to Linux, then to BSD (Open) because at the time it was lightweight. Enough to accompli
Re:Reiser4 Troll (Score:4, Insightful)
Re:big trouble with ports (Score:2, Informative)