Bug 280416

Summary: net/openmpi: Update to 5.0.5
Product: Ports & Packages Reporter: Laurent Chardon <laurent.chardon>
Component: Individual Port(s)Assignee: Vladimir Druzenko <vvd>
Status: Closed FIXED    
Severity: Affects Some People CC: thierry, vvd
Priority: ---    
Version: Latest   
Hardware: arm64   
OS: Any   
URL: https://docs.open-mpi.org/en/v5.0.x/release-notes/changelog/v5.0.x.html
Attachments:
Description Flags
Update git patch
laurent.chardon: maintainer-approval+
Complete git patch laurent.chardon: maintainer-approval+

Description Laurent Chardon 2024-07-23 12:11:46 UTC
Created attachment 252242 [details]
Update git patch

Upstream fix of a typo that prevents compilation on aarch64
Otherwise identical to 5.0.4

poudriere OK
portlint OK
Comment 1 Laurent Chardon 2024-07-23 12:31:52 UTC
Created attachment 252243 [details]
Complete git patch

Previous patch was incomplete, this should do it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-07-23 13:35:07 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aa0e4a1b6b520e98227520192db36933fad3fdd6

commit aa0e4a1b6b520e98227520192db36933fad3fdd6
Author:     Laurent Chardon <laurent.chardon@gmail.com>
AuthorDate: 2024-07-23 13:34:05 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-07-23 13:34:05 +0000

    net/openmpi: update 5.0.4 → 5.0.5

    Upstream fix of a typo that prevents compilation on aarch64

    Changelog:
    https://docs.open-mpi.org/en/v5.0.x/release-notes/changelog/v5.0.x.html#open-mpi-version-v5-0-5

    PR:     280416

 net/openmpi/Makefile  | 2 +-
 net/openmpi/distinfo  | 6 +++---
 net/openmpi/pkg-plist | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-07-23 13:36:28 UTC
Thanks.
Comment 4 Laurent Chardon 2024-07-24 01:10:57 UTC
Thank you!