pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/polyml
Module Name: pkgsrc
Committed By: dholland
Date: Fri Aug 14 00:47:10 UTC 2020
Modified Files:
pkgsrc/lang/polyml: Makefile
Log Message:
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.)
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/polyml/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/polyml/Makefile
diff -u pkgsrc/lang/polyml/Makefile:1.23 pkgsrc/lang/polyml/Makefile:1.24
--- pkgsrc/lang/polyml/Makefile:1.23 Sun Mar 8 16:42:28 2020
+++ pkgsrc/lang/polyml/Makefile Fri Aug 14 00:47:10 2020
@@ -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 @@ MAINTAINER= asau%inbox.ru@localhost
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