pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/spidermonkey185



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Wed Mar 21 12:02:54 UTC 2018

Modified Files:
        pkgsrc/lang/spidermonkey185: Makefile

Log Message:
lang/spidermonkey185: 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.2 -r1.3 pkgsrc/lang/spidermonkey185/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/spidermonkey185/Makefile
diff -u pkgsrc/lang/spidermonkey185/Makefile:1.2 pkgsrc/lang/spidermonkey185/Makefile:1.3
--- pkgsrc/lang/spidermonkey185/Makefile:1.2    Thu Mar 16 10:18:52 2017
+++ pkgsrc/lang/spidermonkey185/Makefile        Wed Mar 21 12:02:54 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/03/16 10:18:52 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2018/03/21 12:02:54 fhajny Exp $
 #
 
 DISTNAME=      js185-1.0.0
@@ -11,6 +11,10 @@ HOMEPAGE=    https://developer.mozilla.org/
 COMMENT=       Standalone JavaScript implementation in C
 LICENSE=       mpl-1.1
 
+# Spidermonkey 1.8.5 never worked here and unlikely will
+# https://bugzilla.mozilla.org/show_bug.cgi?id=577056
+BROKEN_ON_PLATFORM=    SunOS-*-x86_64
+
 WRKSRC=                ${WRKDIR}/js-1.8.5/js/src
 
 USE_TOOLS+=    gmake pkg-config perl:build zip:build



Home | Main Index | Thread Index | Old Index