[Midnightbsd-cvs] [MidnightBSD/mports] 90fac3: devel/gdb: fix Python compileall in fake install s...

Lucas Holt noreply at github.com
Sun May 17 20:57:54 EDT 2026


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

  Changed paths:
    M devel/gdb/Makefile

  Log Message:
  -----------
  devel/gdb: fix Python compileall in fake install stage

do-install-PYTHON-on is called from the outer make fake sequence
without FAKE_SETUP, so ${PREFIX} is /usr/local rather than the
staging path. Use ${FAKE_DESTDIR}${PREFIX} like the libcxx section
below already does, to target the correct staging directory.

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