Re: Correct order when upgrading to 11.0 Release with Poudriere

2017-01-22 Thread Grzegorz Junka
On 22/01/2017 18:33, David Wolfskill wrote: You could also (take backups at suitable points along the way and): * Install the misc/compat10x port. * Upgrade the base FreeBSD system (i.e., not ports) from 10.x to 11. Your ports SHOULD all still work at this point, because of the compat 10x

Re: Correct order when upgrading to 11.0 Release with Poudriere

2017-01-22 Thread David Wolfskill
You could also (take backups at suitable points along the way and): * Install the misc/compat10x port. * Upgrade the base FreeBSD system (i.e., not ports) from 10.x to 11. Your ports SHOULD all still work at this point, because of the compat 10x libraries the compoat10x port installed. * As tim

Re: Correct order when upgrading to 11.0 Release with Poudriere

2017-01-22 Thread Grzegorz Junka
On 22/01/2017 17:30, Kurt Jaeger wrote: Hi! Is there a canonical way of upgrading FreeBSD to a newer major version? Normally, FreeBSD major-version X+1 will support binaries for major-version X. So, it seems that I need to upgrade the base first before being able to build packages. Yes.

Re: Correct order when upgrading to 11.0 Release with Poudriere

2017-01-22 Thread Ultima
This is more or less how it is if you have custom options for ports. It is best to have a second machine for poudriere building if you're looking for no downtime. I suppose another alternative could be running a virtual machine, bhyve/virtualbox and building the packages moving them over to host be

Re: Correct order when upgrading to 11.0 Release with Poudriere

2017-01-22 Thread Kurt Jaeger
Hi! > Is there a canonical way of upgrading FreeBSD to a newer major version? Normally, FreeBSD major-version X+1 will support binaries for major-version X. > So, it seems that I need to upgrade the base first before being able to > build packages. Yes. > If I upgrade base and it breaks poudr

Correct order when upgrading to 11.0 Release with Poudriere

2017-01-22 Thread Grzegorz Junka
Is there a canonical way of upgrading FreeBSD to a newer major version? The handbook https://www.freebsd.org/doc/handbook/updating-upgrading-freebsdupdate.html says: Major versions use different Application Binary Interfaces (ABIs), which will break most third-party applications. After a maj