[Midnightbsd-cvs] [MidnightBSD/mports] 6e1c36: www/node25: fix HAS_CONFIGURE swallowed by trailin...

Lucas Holt noreply at github.com
Fri May 8 13:48:36 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: 6e1c361c19b0a42dcf8092b4c1eb69f9c7b71a55
      https://github.com/MidnightBSD/mports/commit/6e1c361c19b0a42dcf8092b4c1eb69f9c7b71a55
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-08 (Fri, 08 May 2026)

  Changed paths:
    M www/node25/Makefile

  Log Message:
  -----------
  www/node25: fix HAS_CONFIGURE swallowed by trailing backslash; use ports SQLite

Trailing backslash on --dest-os=freebsd was consuming HAS_CONFIGURE=yes
into CONFIGURE_ARGS, preventing the configure step from running entirely.
This caused config.gypi to be missing and the build to fail looking for
python3.

Also add --shared-sqlite-includes/libpath to point at the ports SQLite
(databases/sqlite3), which has SQLITE_ENABLE_SESSION, SQLITE_ENABLE_PREUPDATE_HOOK,
and SQLITE_ENABLE_COLUMN_METADATA enabled, as required by Node.js 25.

AI-Assisted-by: Claude Sonnet 4.6 <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications


More information about the Midnightbsd-cvs mailing list