[Midnightbsd-cvs] [MidnightBSD/mports] ae1ee1: lang/fpc: guard fp.cfg reinplace to handle missing...

Lucas Holt noreply at github.com
Mon May 25 01:36:37 EDT 2026


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

  Changed paths:
    M lang/fpc/Makefile

  Log Message:
  -----------
  lang/fpc: guard fp.cfg reinplace to handle missing IDE files

The fp binary (FPC IDE) may not be installed, leaving fp.cfg uncreated.
Guard the reinplace of that file to avoid sed errors on MidnightBSD.

Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>


  Commit: a498f7b6177924a1ca29d9f281785fbb7a1825a0
      https://github.com/MidnightBSD/mports/commit/a498f7b6177924a1ca29d9f281785fbb7a1825a0
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-25 (Mon, 25 May 2026)

  Changed paths:
    A math/py-pandas/files/patch-pandas__libs_tslibs_strptime.pyx

  Log Message:
  -----------
  math/py-pandas: fix Cython 3 compatibility (long is not a builtin in Python 3)

Replace long(s) with int(s) in strptime.pyx - Cython 3.0 removed the long
type builtin which was a Python 2 artifact.

Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>


Compare: https://github.com/MidnightBSD/mports/compare/177ae033a7ad...a498f7b61779

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