Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2018 07:29:18 +1100
From:      andrew clarke <mail@ozzmosis.com>
To:        FreeBSD <freebsd-ports@freebsd.org>
Cc:        Carmel NY <carmel_ny@outlook.com>
Subject:   Re: Updating poudriere jail
Message-ID:  <20181213202918.zylyk7hqwdh46ioo@ozzmosis.com>
In-Reply-To: <SN1PR20MB21098E78F501A457DD0A2E1680A00@SN1PR20MB2109.namprd20.prod.outlook.com>
References:  <SN1PR20MB21098E78F501A457DD0A2E1680A00@SN1PR20MB2109.namprd20.prod.outlook.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu 2018-12-13 19:43:30 UTC+0000, Carmel NY (carmel_ny@outlook.com) wrote:

> I am using FreeBSD 11.2-RELEASE-p6. If I use freebsd-update to install the
> new version 12, what do I have to do to update the poudriere jail? Plus, if I
> do update, will I have to rebuild all of my installed applications?
> 
> Thanks :)

I found it simplest to create a new poudriere jail named 12amd64 to coincide
with my existing 11amd64 jail.

In my case the only port I build that needs non-standard options is
mail/postfix, to enable Cyrus SASL support. Consequently I have this setting
in /usr/local/etc/poudriere.d/make.conf (outside the jail) which from what I
understand applies to both my 11amd64 and 12amd64 (and future) poudriere jails:

# build Postfix with Cyrus SASL support
mail_postfix_SET=SASL

Of course, be sure to point your FreeBSD 12.0-REL systems to your new 12.0 repo,
instead of your old 11.x repo.

Regards
Andrew



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181213202918.zylyk7hqwdh46ioo>