Bug 295855 - games/lbreakouthd: Update to 1.2.2
Summary: games/lbreakouthd: Update to 1.2.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-06-04 20:04 UTC by dnpowers@me.com
Modified: 2026-06-05 17:47 UTC (History)
2 users (show)

See Also:
dnpowers: maintainer-feedback? (amdmi3)


Attachments
patch update to 1.2.2 (1.92 KB, patch)
2026-06-04 20:04 UTC, dnpowers@me.com
no flags Details | Diff
Patch update to 1.2.2 (2.10 KB, patch)
2026-06-05 01:45 UTC, dnpowers@me.com
dnpowers: maintainer-approval? (amdmi3)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dnpowers@me.com 2026-06-04 20:04:46 UTC
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
Comment 1 dnpowers@me.com 2026-06-05 01:45:03 UTC
Created attachment 271500 [details]
Patch update to 1.2.2

Revised patch with portfmt pass
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2026-06-05 17:21:35 UTC
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.
Comment 3 dnpowers@me.com 2026-06-05 17:47:02 UTC
(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