Bug 256051 - math/mpdecimal: use compiler:c++11-lang
Summary: math/mpdecimal: use compiler:c++11-lang
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: powerpc Any
: --- Affects Some People
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-21 11:44 UTC by Stefan Krah
Modified: 2021-06-02 08:12 UTC (History)
5 users (show)

See Also:


Attachments
Add compiler:c++11-lang (355 bytes, patch)
2021-05-21 11:44 UTC, Stefan Krah
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Krah 2021-05-21 11:44:46 UTC
Created attachment 225148 [details]
Add compiler:c++11-lang

As pointed out by Mark, the port requires compiler:c++11-lang in order to build on some architectures.

I guess it isn't necessary to bump the PORTREVISION, since this just fixes the build on powerpc64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-06-02 08:12:40 UTC
A commit in branch main references this bug:

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

commit 455cd09db2c9334d9c15d6d76c6110e86f0c4198
Author:     Stefan Krah <skrah@bytereef.org>
AuthorDate: 2021-06-02 08:10:05 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-06-02 08:11:43 +0000

    math/mpdecimal: use compiler:c++11-lang

    Fix building on powerpc64

    PR:             256051

 math/mpdecimal/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-06-02 08:12:41 UTC
A commit in branch 2021Q2 references this bug:

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

commit 84a8e46147bf0570ca58be6cc6c9718febae0a9a
Author:     Stefan Krah <skrah@bytereef.org>
AuthorDate: 2021-06-02 08:10:05 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-06-02 08:12:04 +0000

    math/mpdecimal: use compiler:c++11-lang

    Fix building on powerpc64

    PR:             256051
    (cherry picked from commit 455cd09db2c9334d9c15d6d76c6110e86f0c4198)

 math/mpdecimal/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)