Bug 280416 - net/openmpi: Update to 5.0.5
Summary: net/openmpi: Update to 5.0.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm64 Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://docs.open-mpi.org/en/v5.0.x/r...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-23 12:11 UTC by Laurent Chardon
Modified: 2024-07-24 01:10 UTC (History)
2 users (show)

See Also:


Attachments
Update git patch (1.25 KB, patch)
2024-07-23 12:11 UTC, Laurent Chardon
laurent.chardon: maintainer-approval+
Details | Diff
Complete git patch (1.69 KB, patch)
2024-07-23 12:31 UTC, Laurent Chardon
laurent.chardon: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!