[Midnightbsd-cvs] [MidnightBSD/mports] 5ebf55: www/ungoogled-chromium: fix BINARY_ALIAS to use ll...

Lucas Holt noreply at github.com
Sat May 30 18:39:36 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: 5ebf550a514f3fba2b3e844da98d5c33327ae4e7
      https://github.com/MidnightBSD/mports/commit/5ebf550a514f3fba2b3e844da98d5c33327ae4e7
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-30 (Sat, 30 May 2026)

  Changed paths:
    M www/ungoogled-chromium/Makefile

  Log Message:
  -----------
  www/ungoogled-chromium: fix BINARY_ALIAS to use llvm19 bin dir directly

The versioned wrappers in /usr/local/bin/ (e.g. clang++19) are all
symlinks to the bugpoint19 dispatcher script, which uses $0 to derive
the tool name. When the ports BINARY_ALIAS system symlinks c++ ->
clang++19 -> bugpoint19, the script sees $0=c++ and tries to exec
/usr/local/llvm19/bin/c++, which does not exist (only clang++ is there).

Point the aliases directly at the real binaries in
/usr/local/llvm${LLVM_DEFAULT}/bin/ to avoid the dispatcher entirely.

Bump PORTREVISION.

Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.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