pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/racket racket: Stop building in SunOS bulk builds.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d55365b46a8
branches: trunk
changeset: 387140:8d55365b46a8
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Sun Oct 23 15:05:29 2022 +0000
description:
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).
diffstat:
lang/racket/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r ab0e28ceb85e -r 8d55365b46a8 lang/racket/Makefile
--- a/lang/racket/Makefile Sun Oct 23 14:59:31 2022 +0000
+++ b/lang/racket/Makefile Sun Oct 23 15:05:29 2022 +0000
@@ -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
@@ -23,6 +23,9 @@
CONFLICTS+= drscheme-[0-9]* mzscheme-[0-9]* racket-textual-[0-9]*
+# Spins until killed.
+NOT_FOR_BULK_PLATFORM+= SunOS-*-*
+
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index