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:   wiz
Date:           Wed Dec 21 11:51:21 UTC 2022

Modified Files:
        pkgsrc/lang/polyml: Makefile

Log Message:
polyml: remove NOT_FOR_BULK_PLATFORM

The PR the comment above that references is closed as 'fixed'.

(This does not build for me on NetBSD-current/amd64 though.)


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 pkgsrc/lang/polyml/Makefile:1.27
--- pkgsrc/lang/polyml/Makefile:1.26    Wed Dec  8 16:05:22 2021
+++ pkgsrc/lang/polyml/Makefile Wed Dec 21 11:51:21 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2021/12/08 16:05:22 adam Exp $
+# $NetBSD: Makefile,v 1.27 2022/12/21 11:51:21 wiz Exp $
 
 DISTNAME=      polyml-5.8.1
 PKGREVISION=   1
@@ -9,10 +9,7 @@ GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 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= *-*-*
+COMMENT=       Implementation of Standard ML
 
 # ONLY_FOR_PLATFORM=   *-*-i386 *-*-x86_64 *-*-sparc *-*-powerpc
 



Home | Main Index | Thread Index | Old Index