head 1.2; access; symbols pkgsrc-2018Q1:1.1.0.18 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.16 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.14 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.10 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.8 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.6 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.4 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.2 pkgsrc-2016Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2018.04.29.05.55.14; author wiz; state dead; branches; next 1.1; commitid ql1hyrcvjqj8DiAA; 1.1 date 2016.05.20.18.45.22; author youri; state Exp; branches; next ; commitid g2esGjull6QlGf7z; desc @@ 1.2 log @spidermonkey17: remove obsolete and unused package @ text @$NetBSD: patch-js_src_jsgc.cpp,v 1.1 2016/05/20 18:45:22 youri Exp $ http://gnats.netbsd.org/46622 --- js/src/jsgc.cpp.orig 2012-08-24 22:55:40.000000000 +0000 +++ js/src/jsgc.cpp @@@@ -2635,8 +2635,12 @@@@ GetCPUCount() GetSystemInfo(&sysinfo); ncpus = unsigned(sysinfo.dwNumberOfProcessors); # else +# ifdef _SC_NPROCESSORS_ONLN long n = sysconf(_SC_NPROCESSORS_ONLN); ncpus = (n > 0) ? unsigned(n) : 1; +# else + ncpus = 1; +# endif # endif } return ncpus; @ 1.1 log @Import spidermonkey17-17.0.0 as lang/spidermonkey17. SpiderMonkey is the code-name for the Mozilla's C implementation of JavaScript. This package contains SpiderMonkey 17. @ text @d1 1 a1 1 $NetBSD: patch-js_src_jsgc.cpp,v 1.3 2015/04/10 11:43:50 krytarowski Exp $ @