[Midnightbsd-cvs] [MidnightBSD/mports] 09ba1f: lang/fpc: fix build failure caused by BSDs variabl...

Lucas Holt noreply at github.com
Sun May 17 17:43:14 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: 09ba1f0c0a738fa77f38fa1b4eb7565e377f77b5
      https://github.com/MidnightBSD/mports/commit/09ba1f0c0a738fa77f38fa1b4eb7565e377f77b5
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-17 (Sun, 17 May 2026)

  Changed paths:
    M lang/fpc/Makefile
    M lang/fpc/files/patch-compiler_makefile

  Log Message:
  -----------
  lang/fpc: fix build failure caused by BSDs variable in MAKE_ARGS

The BSDs=midnightbsd freebsd netbsd openbsd darwin dragonfly entry in
MAKE_ARGS was being word-split on the command line, setting BSDs only to
"midnightbsd" while treating freebsd, netbsd, etc. as additional make
targets. The compiler/Makefile has no rule for "freebsd" as a standalone
target, causing the cycle step to fail. Remove BSDs from MAKE_ARGS since
both patched FPC Makefiles already define it correctly internally.

Also fix a typo in patch-compiler_makefile where "midnight" should be
"midnightbsd" to match the OS target name used elsewhere.

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