[Midnightbsd-cvs] [MidnightBSD/mports] 2df505: textproc/scim-openvanilla: Fix build with modern C...

Lucas Holt noreply at github.com
Thu May 28 09:38:08 EDT 2026


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

  Changed paths:
    M textproc/scim-openvanilla/Makefile

  Log Message:
  -----------
  textproc/scim-openvanilla: Fix build with modern C++ standard libraries (#589)

Resolves the compilation failure on Magus (port ID 2189886) where
standard C++ library implicit instantiation of undefined template
`std::char_traits<unsigned int>` was triggered. Specifying
`-D__STDC_ISO_10646__` ensures SCIM's `WideString` is defined as
`std::wstring` (`std::basic_string<wchar_t>`), for which
`std::char_traits` is fully defined. Additionally, this updates the
`LICENSE` field from `NONE` to `mit`.

## Summary by Sourcery

Update scim-openvanilla port to declare the correct license and adjust
compiler flags for compatibility with modern C++ standard libraries.

Build:
- Add __STDC_ISO_10646__ to CPPFLAGS to ensure successful builds with
modern C++ standard libraries.

Chores:
- Set the port LICENSE metadata to mit instead of NONE.

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