On Thu 2018-12-13 19:43:30 UTC+0000, Carmel NY ([email protected]) 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
