[Midnightbsd-cvs] [MidnightBSD/mports] aa8c32: audio/timidity++: fix build with __builtin_bswap16/32

Lucas Holt noreply at github.com
Tue Apr 14 17:04:04 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: aa8c322456e52f99a8fd102cedfd82b4a98e8586
      https://github.com/MidnightBSD/mports/commit/aa8c322456e52f99a8fd102cedfd82b4a98e8586
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-04-14 (Tue, 14 Apr 2026)

  Changed paths:
    M audio/timidity++/Makefile

  Log Message:
  -----------
  audio/timidity++: fix build with __builtin_bswap16/32

Replace obsolete __byte_swap_word/__byte_swap_long with compiler
builtins __builtin_bswap16/__builtin_bswap32 in timidity/sysdep.h.
These old BSD internal symbols no longer exist on modern MidnightBSD.

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