[Bug 285708] sysutils/vtm: Update to v0.9.99.71 and fix build on i386 and armv6/7

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 19 May 2025 18:35:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285708

Yusuf Yaman <nxjoseph@protonmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #259223|0                           |1
        is obsolete|                            |
 Attachment #260462|0                           |1
        is obsolete|                            |
 Attachment #260553|                            |maintainer-approval+
              Flags|                            |

--- Comment #28 from Yusuf Yaman <nxjoseph@protonmail.com> ---
Created attachment 260553
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=260553&action=edit
sysutils/vtm.patch: Update to v0.9.99.71 and fix build on i386 and armv6/7

A new version has been released and i updated the port and combined the patch
with the update and build fix. Thanks in advance.

Port changes:
- Fix build on i386 and armv6/7:
        Use GCC for build because clang doesn't allow use of libstdc++.
        Build fails on armv6/7 and i386 architectures with use of libc++.
        Using libc++, both compilers runs out of memory, so,
        we need to explicitly use libstdc++ here.
- Update to v0.9.99.71:
        Also refactored COMMENT and pkg-descr.

-- 
You are receiving this mail because:
You are the assignee for the bug.