Hi,

It takes 17 hours to build graphics/openscenegraph on the macppc bulk
cluster, the same as x11/qt5/qtbase for example.

It appears that according that all consumers are not built on macppc.
As i'm trying to reduce wasted time i would like to mark it NOT_FOR_ARCHS,
similarly to what we've done already with cad/oce.

OK? 

Charlène. 


Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/openscenegraph/Makefile,v
retrieving revision 1.21
diff -u -p -u -p -r1.21 Makefile
--- Makefile    14 May 2020 12:35:31 -0000      1.21
+++ Makefile    24 Jun 2020 18:25:38 -0000
@@ -1,5 +1,8 @@
 # $OpenBSD: Makefile,v 1.21 2020/05/14 12:35:31 ajacoutot Exp $
 
+# No consumers on macppc, saves 17 build hours in bulks
+NOT_FOR_ARCHS =                powerpc
+
 PORTROACH =            limitw:1,even
 
 COMMENT =              3D graphics toolkit

Reply via email to