[Midnightbsd-cvs] [MidnightBSD/mports] 8b3a77: editors/xcoral: remove obsolete -lgnuregex

Lucas Holt noreply at github.com
Fri May 29 22:38:08 EDT 2026


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

  Changed paths:
    M editors/xcoral/Makefile

  Log Message:
  -----------
  editors/xcoral: remove obsolete -lgnuregex

libgnuregex does not exist on MidnightBSD 4.0. The old autoconf-style
configure script includes \$LIBS in every test link command, so the
basic "can the C compiler create executables" check failed immediately.
Regex functions are provided by libc; the port already strips the
bundled regex.c from the build via post-patch.

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


  Commit: 9aa1402cebdcbca7ba6dd1b8439b919c2e3e287c
      https://github.com/MidnightBSD/mports/commit/9aa1402cebdcbca7ba6dd1b8439b919c2e3e287c
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-29 (Fri, 29 May 2026)

  Changed paths:
    M editors/xed/Makefile

  Log Message:
  -----------
  editors/xed: skip tests, require display and missing test script

The meson test suite references testFileMenu.py which does not exist
in the extracted work tree and requires a running X display to execute.
Add NO_TEST=yes.

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


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

  Changed paths:
    A emulators/open-vm-tools/files/patch-services_plugins_dndcp_stringxx_string.hh

  Log Message:
  -----------
  emulators/open-vm-tools: add char_traits<unsigned short> for libc++

Modern libc++ no longer provides an implicit char_traits specialization
for unsigned short. On non-Windows, utf16_t is typedef'd to uint16
(unsigned short), making std::basic_string<utf16_t> ill-formed. Add an
explicit char_traits<unsigned short> specialization in string.hh so
that utf16string compiles with libc++.

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


Compare: https://github.com/MidnightBSD/mports/compare/a67d955b0fe2...e8db938c5529

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