[Midnightbsd-cvs] [MidnightBSD/mports] aa95bd: japanese/canna-lib: fix machine/ansi.h not found o...

Lucas Holt noreply at github.com
Sun May 17 21:06:55 EDT 2026


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

  Changed paths:
    M japanese/canna-lib/Makefile

  Log Message:
  -----------
  japanese/canna-lib: fix machine/ansi.h not found on modern BSD

machine/ansi.h was removed from FreeBSD 13+ (and MidnightBSD 4.0).
Remove the include since wchar_t is now a built-in type; the conditional
_BSD_WCHAR_T_ typedef block becomes a no-op without it.

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