Created attachment 158694 [details] photo of error I installed FreeBSD on my iBook G4 and tried to install lumina however the build failed. I sent the errors I saw to the lumina git repo page and it was suggested that qmake is failing to build and place a bug report here. I am attaching the error I am seeing.
Notify maintainer.
The attached picture shows, the error is with devel/qmake5, not qmake (which is 3.x) as originally claimed.
Do you still have this issue? If so, could you attach some more information?
Created attachment 173688 [details] Tentative fix (proof of concept) Yes, the the issue is still there, just tried to build it on my Mac mini G4 with fresh -CURRENT. Apparently the port breaks because Q_PROCESSOR_WORDSIZE is not being defined on PowerPC. Consider attached patch; I'm not sure if other Qt 5.x ports need similar treatment, or if this is the best way to resolve the issue.
Current Qt (e.g. 5.7.1 in ports, later versions upstream) have a #define Q_PROCESSOR_WORDSIZE 8 for ppc64 and a fallback to pointer size (which defaults to 4) for other platforms. The patch no longer applies cleanly, but I'm also pretty sure the problem is solved upstream.
Seems solved (comment 5). Could this be closed?
The last version I show that built is qt5-qmake-5.6.2_1.txz but that was off 2017Q2. I'll add this port to my next run to see if the current version builds.
(In reply to Mark Linimon from comment #7) On further investigation, I set the port BROKEN on powerpc64 in 455185 due to C++11 problems. So, I believe the problem in this PR had already been fixed, for me to get that far, even though the port still does not build. Take so that I can track any further feedback.