Hi,
I would like to ask a question and know your point of view before migrate my third software.
I've just installed FreeBSD-9 (last version downloaded on the web site) and installed software using pkg_add(1) (Yes I know ... I didn't used the ports).
But when I installed firefox, I installed the 9.0.1 version not the firefox-16.0.2,1 as it's said here: http://portsmon.freebsd.org/portoverview.py?category=www&portname=firefox
So my question are:
If the answer is (2), I've tried to put this in my root .cshrc:
setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/
But a pkg_add(1) complains about old libraries installed on my system.
In this case should I run this command to update to the stable branch :
Many thanks for your answers !
Cheers !
Flogo
I would like to ask a question and know your point of view before migrate my third software.
I've just installed FreeBSD-9 (last version downloaded on the web site) and installed software using pkg_add(1) (Yes I know ... I didn't used the ports).
But when I installed firefox, I installed the 9.0.1 version not the firefox-16.0.2,1 as it's said here: http://portsmon.freebsd.org/portoverview.py?category=www&portname=firefox
So my question are:
- Is it because package are still using firefox-9 and not yet firefox-16 (and I realy should use ports) ?
- Is it because I've installed it from ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/Latest/
If the answer is (2), I've tried to put this in my root .cshrc:
setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/
But a pkg_add(1) complains about old libraries installed on my system.
In this case should I run this command to update to the stable branch :
Code:
# pkgdb -F
# portupgrade -af -P
Many thanks for your answers !
Cheers !
Flogo