Bug 278833 - net/openmpi: Fix shortfloat regression clang < 170
Summary: net/openmpi: Fix shortfloat regression clang < 170
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-07 10:38 UTC by Laurent Chardon
Modified: 2024-05-23 15:03 UTC (History)
1 user (show)

See Also:


Attachments
001-net-openmpi-Fix-shortfloat-regression-clang-170.patch (1.40 KB, patch)
2024-05-07 10:38 UTC, Laurent Chardon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Chardon 2024-05-07 10:38:30 UTC
Created attachment 250508 [details]
001-net-openmpi-Fix-shortfloat-regression-clang-170.patch

Fix missing %%SHORTFLOAT%% in pkg-plist that breaks build on FreeBSD 13 and earlier.

Bumped PORTREVISION

Poudriere now OK with FreeBSD 140 and 132, AMD64
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2024-05-11 11:22:18 UTC
Appears to fix it on my end as well (13.2 and 14.0 (amd64) in Poudriere)
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-05-23 14:57:54 UTC
A commit in branch main references this bug:

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

commit 242fa5776de988cd1ee6c1909f00abd6652a05c6
Author:     Laurent Chardon <laurent.chardon@gmail.com>
AuthorDate: 2024-05-07 10:28:22 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-05-23 14:56:47 +0000

    net/openmpi: Fix shortfloat regression clang < 170

    PR:             278833

 net/openmpi/Makefile  | 1 +
 net/openmpi/pkg-plist | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2024-05-23 15:03:21 UTC
Thank you for your submission.

I'm sorry it took so long.