Bug 266818 - sysutils/parafly: fix build on armv7
Summary: sysutils/parafly: fix build on armv7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm Any
: --- Affects Only Me
Assignee: Jason W. Bacon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-04 15:23 UTC by Robert Clausecker
Modified: 2022-10-16 13:34 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (jwb)
fuz: merge-quarterly?


Attachments
sysutils/parafly: fix build on armv7 (739 bytes, patch)
2022-10-04 15:23 UTC, Robert Clausecker
fuz: maintainer-approval? (jwb)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2022-10-04 15:23:40 UTC
Created attachment 237071 [details]
sysutils/parafly: fix build on armv7

C++ function std::random_shuffle() was removed with C++17.  Force use of C++11 to
make function available.

Tested with Poudriere on armv7 arm64 i386 amd64 FreeBSD 13.1.
Please MFH if possible.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-10-07 13:30:00 UTC
A commit in branch main references this bug:

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

commit 10b449775837f517c26a2c5e1c4cc50a5422da75
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2022-10-07 13:21:49 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2022-10-07 13:28:58 +0000

    sysutils/parafly: Fix build on armv7

    PR:             266818
    Reported by:    fuz@fuz.su
    MFH:            2022Q4

 sysutils/parafly/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-10-16 13:32:47 UTC
A commit in branch 2022Q4 references this bug:

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

commit c3d5e5fb0e35ed8ae61d70de94c3339cb181dfc9
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2022-10-07 13:21:49 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2022-10-16 13:32:26 +0000

    sysutils/parafly: Fix build on armv7

    PR:             266818
    Reported by:    fuz@fuz.su
    MFH:            2022Q4

    (cherry picked from commit 10b449775837f517c26a2c5e1c4cc50a5422da75)

 sysutils/parafly/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 3 Jason W. Bacon freebsd_committer freebsd_triage 2022-10-16 13:34:07 UTC
MFH to 2022Q4 completed.