[Midnightbsd-cvs] [MidnightBSD/mports] 094637: mail/addresses: fix plist version substitutions; l...

Lucas Holt noreply at github.com
Mon Jun 22 10:59:57 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: 09463739b1d7f612f85f0cf4807dc0080e6956f7
      https://github.com/MidnightBSD/mports/commit/09463739b1d7f612f85f0cf4807dc0080e6956f7
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-06-22 (Mon, 22 Jun 2026)

  Changed paths:
    M lang/gnustep-base/Makefile
    M mail/addresses/Makefile
    M mail/addresses/pkg-plist

  Log Message:
  -----------
  mail/addresses: fix plist version substitutions; lang/gnustep-base: bump for libxml2

gnustep.mk sets %%MAJORVERSION%% to just the first version component (0)
and %%LIBVERSION%% to the hardcoded default 0.0.1.  This port installs
frameworks under Versions/0.5.0/ and names shared libs libAddresses.so.0.5.0,
so both substitutions were wrong.  Set DEFAULT_LIBVERSION=${PORTVERSION} and
prepend MAJORVERSION=${PORTVERSION} to PLIST_SUB so they resolve correctly.

Also add base and gui to USE_GNUSTEP since the AddressManager binary links
directly to libgnustep-base and libgnustep-gui.

Remove three .gorm/data.info plist entries that are no longer installed by
the current GNUstep build toolchain.

Bump lang/gnustep-base PORTREVISION because libxml2 was updated (so.2 ->
so.16) and the installed library needs to be rebuilt against the new ABI.

Verified with bmake fake: Fake succeeded.

AI-Assisted-by: Claude Sonnet 4.6 <noreply at anthropic.com>
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