Sun Oct 23 15:05:29 2022 UTC ()
racket: Stop building in SunOS bulk builds.

Has not worked in a long time, if at all, and just spins during the build,
taking hours to finally fail when killed by external influences (as the package
specifies unlimited cputime).


(jperkin)
diff -r1.88 -r1.89 pkgsrc/lang/racket/Makefile

cvs diff -r1.88 -r1.89 pkgsrc/lang/racket/Makefile (expand / switch to context diff)
--- pkgsrc/lang/racket/Makefile 2022/04/18 19:11:31 1.88
+++ pkgsrc/lang/racket/Makefile 2022/10/23 15:05:29 1.89
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2022/04/18 19:11:31 adam Exp $
+# $NetBSD: Makefile,v 1.89 2022/10/23 15:05:29 jperkin Exp $
 
 PKGNAME=		racket-6.12
 PKGREVISION=		13
@@ -22,6 +22,9 @@
 LICENSE=	gnu-lgpl-v2
 
 CONFLICTS+=	drscheme-[0-9]* mzscheme-[0-9]* racket-textual-[0-9]*
+
+# Spins until killed.
+NOT_FOR_BULK_PLATFORM+=	SunOS-*-*
 
 WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}