Created attachment 210495 [details] patch Makefile uses uname -m (which returns powerpc on powerpc64) instead of uname -p (which correctly returns powerpc64).
I object to the patch in attachment 210495 [details]; please use the approach employed by the other ports affected by this problem instead (see for example r404711) and remove also the other BROKEN lines.
Created attachment 210534 [details] v2 Is that ok?
(In reply to Piotr Kubaj from comment #2) Please s/SFMTARCH/SFMTXARCH/g, apart from that the patch in attachment 210534 [details] looks good and is approved, thanks.
A commit references this bug: Author: pkubaj Date: Mon Jan 13 10:25:47 UTC 2020 New revision: 522875 URL: https://svnweb.freebsd.org/changeset/ports/522875 Log: sysutils/sformat: fix build on powerpc64 Makefile uses uname -m (which returns powerpc on powerpc64) instead of uname -p (which correctly returns powerpc64). PR: 243152 Approved by: marius (maintainer) MFH: 2020Q1 (fix build blanket) Changes: head/sysutils/sformat/Makefile
A commit references this bug: Author: pkubaj Date: Mon Jan 13 10:26:46 UTC 2020 New revision: 522876 URL: https://svnweb.freebsd.org/changeset/ports/522876 Log: MFH: r522875 sysutils/sformat: fix build on powerpc64 Makefile uses uname -m (which returns powerpc on powerpc64) instead of uname -p (which correctly returns powerpc64). PR: 243152 Approved by: marius (maintainer) Approved by: portmgr (fix build blanket) Changes: _U branches/2020Q1/ branches/2020Q1/sysutils/sformat/Makefile