[Midnightbsd-cvs] [MidnightBSD/mports] c7fafc: Mk/extensions/ssl.mk: fix broken aws-lc provider c...

Lucas Holt noreply at github.com
Sat May 16 00:18:06 EDT 2026


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

  Changed paths:
    M Mk/extensions/ssl.mk

  Log Message:
  -----------
  Mk/extensions/ssl.mk: fix broken aws-lc provider check

The condition '"aws-lc" != SSL_DEFAULT' compared two literal strings
and was always true, causing the unsupported-provider error to fire
whenever OPENSSL_SHLIBVER was undefined -- including when SSL_DEFAULT
is legitimately set to aws-lc.  Fix by using the proper bmake variable
expansion: ${SSL_DEFAULT} != "aws-lc".

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


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

  Changed paths:
    M devel/aws-sdk-cpp/Makefile

  Log Message:
  -----------
  devel/aws-sdk-cpp: fix post-fake plist generation

Two fake-check failures:
- REINPLACE_CMD creates .cmake.bak files that cmake's install rules copy
  into the fake dir; remove them before generating the plist
- install-license runs at step 880, after post-fake (step 800), so the
  find-based plist misses catalog.mk, LICENSE, and Apache-2.0; append
  them explicitly using ${PKGNAME} and ${LICENSE}

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


Compare: https://github.com/MidnightBSD/mports/compare/5ba9a89e8098...b0c9522a331d

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