Up to [cvs.NetBSD.org] / pkgsrc / lang / spidermonkey185
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13 / (download) - annotate - [select for diffs], Tue Jun 28 11:34:15 2022 UTC (8 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
HEAD
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
*: recursive bump for perl 5.36
Revision 1.12 / (download) - annotate - [select for diffs], Mon May 24 19:52:36 2021 UTC (21 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
*: recursive bump for perl 5.34
Revision 1.11 / (download) - annotate - [select for diffs], Mon Aug 31 18:09:53 2020 UTC (2 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Mar 30 19:16:11 2020 UTC (2 years, 11 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.9: +3 -1
lines
Diff to previous 1.9 (colored)
spidermonkey185: Skip unnecessary portability test.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Aug 11 13:21:24 2019 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Bump PKGREVISIONs for perl 5.30.0
Revision 1.8 / (download) - annotate - [select for diffs], Thu Apr 25 07:33:03 2019 UTC (3 years, 10 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Aug 22 09:45:22 2018 UTC (4 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Recursive bump for perl5-5.28.0
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 18 00:06:20 2018 UTC (4 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Mark packages that require C++03 (or the GNU variants) if they fail with C++14 default language.
Revision 1.3.2.1 / (download) - annotate - [select for diffs], Sun May 6 08:45:41 2018 UTC (4 years, 10 months ago) by spz
Branch: pkgsrc-2018Q1
Changes since 1.3: +1 -5
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
Pullup ticket #5740 - requested by bsiegert lang/spidermonkey185: build fix for Solaris Revisions pulled up: - lang/spidermonkey185/Makefile 1.4 - lang/spidermonkey185/distinfo 1.4 - lang/spidermonkey185/patches/patch-jsgcchunk.cpp 1.1 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: jperkin Date: Thu Apr 26 09:39:18 UTC 2018 Modified Files: pkgsrc/lang/spidermonkey185: Makefile distinfo Added Files: pkgsrc/lang/spidermonkey185/patches: patch-jsgcchunk.cpp Log Message: spidermonkey185: Fix build on SunOS 64-bit. SpiderMonkey makes assumptions about memory layout that break in a 64-bit SunOS environment, so limit mmap() to the lower 32-bit address space. Provides a workaround for https://bugzilla.mozilla.org/show_bug.cgi?idW7056 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/spidermonkey185/Makefile \ pkgsrc/lang/spidermonkey185/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/lang/spidermonkey185/patches/patch-jsgcchunk.cpp
Revision 1.5 / (download) - annotate - [select for diffs], Wed May 2 12:42:50 2018 UTC (4 years, 10 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
spidermonkey185: Fix SunOS/x86_64 mmap handling. The previous MAP_32BIT workaround was insufficient, SpiderMonkey still makes certain assumptions about memory layout, requiring that the high 17 bits are clear. This was most noticeable with couchdb's couchjs process that would reliably segfault. Instead, apply a mixture of Debian and upstream patches to implement their ia64 workaround on SunOS/x86_64, utilising both a fixed mmap range and disabling static strings to workaround this issue. Tested with the couchdb test suite which now runs to completion. Bump PKGREVISION.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 26 09:39:18 2018 UTC (4 years, 10 months ago) by jperkin
Branch: MAIN
Changes since 1.3: +1 -5
lines
Diff to previous 1.3 (colored)
spidermonkey185: Fix build on SunOS 64-bit. SpiderMonkey makes assumptions about memory layout that break in a 64-bit SunOS environment, so limit mmap() to the lower 32-bit address space. Provides a workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=577056
Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 21 12:02:54 2018 UTC (5 years ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base
Branch point for: pkgsrc-2018Q1
Changes since 1.2: +5 -1
lines
Diff to previous 1.2 (colored)
lang/spidermonkey185: Mark as broken on SunOS/x86_64. https://bugzilla.mozilla.org/show_bug.cgi?id=577056
Revision 1.2 / (download) - annotate - [select for diffs], Thu Mar 16 10:18:52 2017 UTC (6 years ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
Doesn't support Python 3. Confirms and fixes pkg/52079.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Nov 16 13:13:43 2016 UTC (6 years, 4 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Import lang/spidermonkey185 based on wip/spidermonkey185. Versioned as 1.8.5 despite the distfile version, as that seemed like a confusing misnomer (especially compared to other branches versioning). SpiderMonkey is the code-name for the Mozilla's C implementation of JavaScript.