Created attachment 271492 [details] patch update to 1.2.2 games/lbreadouthd Update to 1.2.2 - Update WWW to point to correct application - Remove NLS_CONFIGURE_ENABLE as this is default Builds with poudriere 15.0-RELEASE-p9 amd64 Runtime functions on 15.0-RELEASE-p9 amd64
Created attachment 271500 [details] Patch update to 1.2.2 Revised patch with portfmt pass
Commiting my older change which was pending playtesting. - Update WWW to point to correct application Merged this, thanks! - Remove NLS_CONFIGURE_ENABLE as this is default How exactly is it default? % for v in WITH WITHOUT; do env $v=NLS make -V CONFIGURE_ARGS; done --localstatedir=/var/games/lbreakouthd --enable-nls --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --localstatedir=/var/games/lbreakouthd --disable-nls --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} without NLS_CONFIGURE_ENABLE % for v in WITH WITHOUT; do env $v=NLS make -V CONFIGURE_ARGS; done --localstatedir=/var/games/lbreakouthd --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --localstatedir=/var/games/lbreakouthd --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} - Revised patch with portfmt pass These changes do not look useful.
(In reply to Dmitry Marakasov from comment #2) Thank you for the feedback regarding NLS_CONFIGURE_ENABLE I see my misunderstanding that this was enforced as default when OPTIONS= NLS