View Full Version : freshports
dubnik
December 6th, 2008, 13:36
hi
i would like to ask how can I install some port from freshports
for example pidgin
thx
ale
December 6th, 2008, 13:57
The ports on freshports are not from freshports, but from FreeBSD.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html
If you don't have the ports tree (check /usr/ports), run portsnap fetch extract to get it.
Then you periodically can get updates running portsnap fetch update.
To install pidgin run cd /usr/ports/net-im/pidgin && make install clean, but I think it's better if you read the link I've posted before.
dubnik
December 6th, 2008, 14:00
i have installed pidgin but its old version
i saw at freshports latest version 2.5.2 so i wanted install from fresh ports. . .
sverreh
December 6th, 2008, 14:17
pidgin-2.5.2 is in ports. To install, do as ale said:
# cd /usr/ports/net-im/pidgin && make install clean
If it is not in your ports tree, you need to update (again, as ale told you before :P )
ale
December 6th, 2008, 14:28
If you have it installed, remove it before rebuilding it or read the paragraphs about updating with portupgrade/portmaster/portmanager in the same page I've linked before.
dubnik
December 6th, 2008, 15:44
thx now its ok.
ale
December 6th, 2008, 16:02
You are welcome!
You could just push the thanks button for that.
estrabd
December 6th, 2008, 18:55
hi
i would like to ask how can I install some port from freshports
for example pidgin
thx
Freshports is just a website that monitors what's in the ports tree.
lyuts
December 7th, 2008, 10:23
I think it would be useful to update your ports tree before installing pidgin.
I usually do this:
/usr/ports> make update
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.