pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/spidermonkey185 lang/spidermonkey185: Mark as bro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e061582b950
branches:  trunk
changeset: 377676:6e061582b950
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Mar 21 12:02:54 2018 +0000

description:
lang/spidermonkey185: Mark as broken on SunOS/x86_64.

https://bugzilla.mozilla.org/show_bug.cgi?id=577056

diffstat:

 lang/spidermonkey185/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 786c42adf397 -r 6e061582b950 lang/spidermonkey185/Makefile
--- a/lang/spidermonkey185/Makefile     Wed Mar 21 11:53:20 2018 +0000
+++ b/lang/spidermonkey185/Makefile     Wed Mar 21 12:02:54 2018 +0000
@@ -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 @@
 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