Hi,
i have been deploying a new FreeBSD 8.0-RELEASE System on amd64 (AMD Phenom(tm) II X4 965 Processor).
I found out that the system (pkg_add, portupgrade), by default would choose
ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.0-release/
as the base for fetching packages.
pkg_add -r would look for ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.0-release/Latest/portname.tbz
while portinstall -P would look for ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/amd64/packages-8.0-release/All/portname-x.y.z_w.tbz
I noticed for openoffice.org-3 and openjdk6 (and many other packages), that they dont exist in neither of the above URI's.
So, if someone goes by the book, and while the latest release is 8.0, they would spend days to compile ports like the two aforementioned above.
However, i noticed that the directories under ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8-stable were literally *loaded* with stuff!!
openjdk, openoffice, kde4, and many many others.
So by setting
setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8-stable/All/
i nearly got all my 500+ ports updated with minimal compilation (1-2 ports).
Now the question, would just changing the behavior of pkg_add, portupgrade to look at the -stable repository, eventually break something?
pkg_add -r, being more dump would certainly have/cause problems,
but portupgrade -P ?
i have been deploying a new FreeBSD 8.0-RELEASE System on amd64 (AMD Phenom(tm) II X4 965 Processor).
I found out that the system (pkg_add, portupgrade), by default would choose
ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.0-release/
as the base for fetching packages.
pkg_add -r would look for ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.0-release/Latest/portname.tbz
while portinstall -P would look for ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/amd64/packages-8.0-release/All/portname-x.y.z_w.tbz
I noticed for openoffice.org-3 and openjdk6 (and many other packages), that they dont exist in neither of the above URI's.
So, if someone goes by the book, and while the latest release is 8.0, they would spend days to compile ports like the two aforementioned above.
However, i noticed that the directories under ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8-stable were literally *loaded* with stuff!!

openjdk, openoffice, kde4, and many many others.
So by setting
setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8-stable/All/
i nearly got all my 500+ ports updated with minimal compilation (1-2 ports).
Now the question, would just changing the behavior of pkg_add, portupgrade to look at the -stable repository, eventually break something?
pkg_add -r, being more dump would certainly have/cause problems,
but portupgrade -P ?