Bug 283836 - Mk/Uses/elfctl.mk: lost settings on spurious rebuild during stage phase
Summary: Mk/Uses/elfctl.mk: lost settings on spurious rebuild during stage phase
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks: 252629
  Show dependency treegraph
 
Reported: 2025-01-04 00:28 UTC by Jan Beich
Modified: 2025-01-04 02:27 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-01-04 02:27:54 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fb4c16ee0f141edc110224bf43efe8c295f3b8b9

commit fb4c16ee0f141edc110224bf43efe8c295f3b8b9
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-01-04 01:28:47 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-01-04 02:26:34 +0000

    emulators/{ppsspp,rpcs3,yuzu}: temporarily expand USES=elfctl

    After a CMake upgrade some ports spuriously rebuild binaries.
    Unfortunately, USES=elfctl relies on BUILD_WRKSRC being immutable
    after build phase ends.

    PR:             283836

 emulators/ppsspp/Makefile | 12 ++++++++----
 emulators/rpcs3/Makefile  |  9 +++++++--
 emulators/yuzu/Makefile   | 10 +++++++---
 3 files changed, 22 insertions(+), 9 deletions(-)