[Midnightbsd-cvs] [MidnightBSD/mports] 48a96b: cad/astk-serveur: fix staging path embedded in .py...

Lucas Holt noreply at github.com
Sat May 23 09:24:13 EDT 2026


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

  Changed paths:
    M cad/astk-serveur/Makefile

  Log Message:
  -----------
  cad/astk-serveur: fix staging path embedded in .pyc files

compileall.py was called with -d \${PREFIX}, which during bmake fake
expands to \${FAKE_DESTDIR}\${TRUE_PREFIX}, embedding the staging
directory path in all .pyc bytecode files. Use -d \${TRUE_PREFIX}
so the correct runtime install path is recorded instead.

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