pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/spidermonkey17
Module Name: pkgsrc
Committed By: fhajny
Date: Wed Mar 21 12:04:30 UTC 2018
Modified Files:
pkgsrc/lang/spidermonkey17: Makefile
Log Message:
lang/spidermonkey17: Mark as broken on SunOS/x86_64.
https://bugzilla.mozilla.org/show_bug.cgi?id=577056
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/spidermonkey17/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/spidermonkey17/Makefile
diff -u pkgsrc/lang/spidermonkey17/Makefile:1.3 pkgsrc/lang/spidermonkey17/Makefile:1.4
--- pkgsrc/lang/spidermonkey17/Makefile:1.3 Sat Jul 9 06:38:27 2016
+++ pkgsrc/lang/spidermonkey17/Makefile Wed Mar 21 12:04:30 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/07/09 06:38:27 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/03/21 12:04:30 fhajny Exp $
DISTNAME= mozjs17.0.0
PKGNAME= ${DISTNAME:S/mozjs/spidermonkey17-/}
@@ -11,6 +11,10 @@ HOMEPAGE= https://developer.mozilla.org/
COMMENT= Standalone JavaScript implementation in C
LICENSE= mpl-2.0
+# Spidermonkey never worked here and unlikely will
+# https://bugzilla.mozilla.org/show_bug.cgi?id=577056
+BROKEN_ON_PLATFORM= SunOS-*-x86_64
+
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index