Bug 297198 - www/angie-module-lua: fix build
Summary: www/angie-module-lua: fix build
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: Yusuf Yaman
URL:
Keywords:
Depends on:
Blocks: 297154
  Show dependency treegraph
 
Reported: 2026-07-31 12:28 UTC by Sebastian Oswald
Modified: 2026-08-03 16:07 UTC (History)
1 user (show)

See Also:
sko: maintainer-feedback+
nxjoseph: merge-quarterly+


Attachments
www/angie-module-lua: unbreak build (1.43 KB, patch)
2026-07-31 12:28 UTC, Sebastian Oswald
sko: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Oswald 2026-07-31 12:28:35 UTC
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)
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-08-03 15:40:31 UTC
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(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2026-08-03 15:50:39 UTC
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(-)
Comment 3 Yusuf Yaman freebsd_committer freebsd_triage 2026-08-03 16:06:36 UTC
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.