Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/polyml In light of PR 55569, mark lang/polyml NOT...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b7acc5992ce
branches:  trunk
changeset: 436988:0b7acc5992ce
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Fri Aug 14 00:47:10 2020 +0000

description:
In light of PR 55569, mark lang/polyml NOT_FOR_BULK_PLATFORM *-*-*.

(It loops during the build, at least on amd64 netbsd. It hasn't
apparently been compilable at all in some time, so this should not
make it any less available.)

diffstat:

 lang/polyml/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r bbc140a58c13 -r 0b7acc5992ce lang/polyml/Makefile
--- a/lang/polyml/Makefile      Fri Aug 14 00:43:24 2020 +0000
+++ b/lang/polyml/Makefile      Fri Aug 14 00:47:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/03/08 16:42:28 bsiegert Exp $
+# $NetBSD: Makefile,v 1.24 2020/08/14 00:47:10 dholland Exp $
 
 DISTNAME=      polyml-5.7.1
 PKGREVISION=   1
@@ -11,6 +11,9 @@
 HOMEPAGE=      https://polyml.org/
 COMMENT=       Poly/ML is an implementation of Standard ML
 
+# See PR 55569; build hangs
+NOT_FOR_BULK_PLATFORM= *-*-*
+
 # ONLY_FOR_PLATFORM=   *-*-i386 *-*-x86_64 *-*-sparc *-*-powerpc
 
 NOT_PAX_ASLR_SAFE+=    bin/poly



Home | Main Index | Thread Index | Old Index