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.
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(-)
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(-)