[Bug 295332] www/firefox (probably other gecko ports too): fix configure w/ llvm22

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 16 May 2026 14:59:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295332

            Bug ID: 295332
           Summary: www/firefox (probably other gecko ports too): fix
                    configure w/ llvm22
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gecko@FreeBSD.org
          Reporter: milios@ccsys.com
             Flags: maintainer-feedback?(gecko@FreeBSD.org)
          Assignee: gecko@FreeBSD.org

The REINPLACE to add p1 to wasm32-wasi, results in an extra p1 in line 700 of
toolchain.configure where it seems no longer needed. however, i'm not sure why
upstream did not "fix" line 958 there when they fixed line 700. in other words,
should we still "fix" line 958?

i added \> (zero-width word boundary) to my search so it now modifies line 958
while leaving line 700 alone. it built a package; i dont yet know how sanely.

-   @${REINPLACE_CMD} -e 's|wasm32-wasi|&p1|' \
+   @${REINPLACE_CMD} -e 's|\<wasm32-wasi\>|&p1|' \

-- 
You are receiving this mail because:
You are the assignee for the bug.