pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/racket
Module Name: pkgsrc
Committed By: jperkin
Date: Sun Oct 23 15:05:29 UTC 2022
Modified Files:
pkgsrc/lang/racket: Makefile
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/lang/racket/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/racket/Makefile
diff -u pkgsrc/lang/racket/Makefile:1.88 pkgsrc/lang/racket/Makefile:1.89
--- pkgsrc/lang/racket/Makefile:1.88 Mon Apr 18 19:11:31 2022
+++ pkgsrc/lang/racket/Makefile Sun Oct 23 15:05:29 2022
@@ -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 @@ 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}
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index