Created attachment 273348 [details] www/angie-module-lua: unbreak build The last update for this port missed to also update the path in files/patch-lua-config It took me a while to get my buildhosts + ports trees back to a working state thanks to various regressions in llvm-related packages... Build/install/run tested OK on 14.4-RELEASE The patch assumes the state of angie* ports with the patch from bug #297154 already applied (update www/angie 1.12.0 => 1.12.1)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=565dc2c4047d886d51024ec852352e26a7bb7c5a commit 565dc2c4047d886d51024ec852352e26a7bb7c5a Author: Sebastian Oswald <sko@rostwald.de> AuthorDate: 2026-07-31 12:07:49 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-08-03 15:39:07 +0000 www/angie-module-lua: Unbreak build after update The module was updated but files/patch-lua-config still pointed to the old working directory. PR: 297198 Reported by: Sebastian Oswald <sko@rostwald.de> (maintainer) Approved by: osa, vvd (Mentors, implicit) MFH: 2026Q3 www/angie-module-lua/Makefile | 4 ++-- www/angie-module-lua/files/patch-lua-config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
A commit in branch 2026Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c95ede1e1fd0a42a0e56cce506e1d85872598f4 commit 2c95ede1e1fd0a42a0e56cce506e1d85872598f4 Author: Sebastian Oswald <sko@rostwald.de> AuthorDate: 2026-07-31 12:07:49 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-08-03 15:46:16 +0000 www/angie-module-lua: Unbreak build after update The module was updated but files/patch-lua-config still pointed to the old working directory. PR: 297198 Reported by: Sebastian Oswald <sko@rostwald.de> (maintainer) Approved by: osa, vvd (Mentors, implicit) MFH: 2026Q3 (cherry picked from commit 565dc2c4047d886d51024ec852352e26a7bb7c5a) www/angie-module-lua/Makefile | 4 ++-- www/angie-module-lua/files/patch-lua-config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
Hi, Thank you for your submission. I have tested build in Poudriere on 14.4-RELEASE-amd64-main-aad97c3275e2 and it seems OK. Committed, thanks.