CVS log for pkgsrc/lang/mozjs60/Attic/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / lang / mozjs60
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.14
Sat Nov 21 09:45:39 2020 UTC (4 years ago) by wiz
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.13: +1 -1
lines
mozjs60: remove
Use mozjs68 or mozjs78 instead.
No package in pkgsrc still needs this version.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Nov 12 10:06:04 2020 UTC (4 years ago) by nia
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1
lines
mozjs60: Also needs py-expat (seemingly only triggered on Darwin)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Nov 5 09:06:57 2020 UTC (4 years ago) by ryoon
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
*: Recursive revbump from textproc/icu-68.1
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Aug 31 18:09:51 2020 UTC (4 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
*: bump PKGREVISION for perl-5.32.
Revision 1.9.2.1: download - view: text, markup, annotated - select for diffs
Fri Aug 28 15:44:32 2020 UTC (4 years, 3 months ago) by bsiegert
Branches: pkgsrc-2020Q2
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +7 -1
lines
Pullup ticket #6310 - requested by he
lang/mozjs60: PowerPC build fix
Revisions pulled up:
- lang/mozjs60/Makefile 1.10
- lang/mozjs60/distinfo 1.7
- lang/mozjs60/patches/patch-js_src_jit_AtomicOperations.h 1.1
- lang/mozjs60/patches/patch-js_src_jit_none_AtomicOperations-feeling-lucky.h 1.1
---
Module Name: pkgsrc
Committed By: he
Date: Sun Aug 23 22:29:47 UTC 2020
Modified Files:
pkgsrc/lang/mozjs60: Makefile distinfo
Added Files:
pkgsrc/lang/mozjs60/patches: patch-js_src_jit_AtomicOperations.h
patch-js_src_jit_none_AtomicOperations-feeling-lucky.h
Log Message:
Make this build on NetBSD/powerpc:
* c++ doesn't predefine __ppc__, only __powerpc__. Compensate.
* On NetBSD/powerpc, use libatomic for access to 64-bit atomics.
PKGREVISION not bumped; build fix for NetBSD/powerpc, should not affect others.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Aug 23 22:29:47 2020 UTC (4 years, 3 months ago) by he
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -1
lines
Make this build on NetBSD/powerpc:
* c++ doesn't predefine __ppc__, only __powerpc__. Compensate.
* On NetBSD/powerpc, use libatomic for access to 64-bit atomics.
PKGREVISION not bumped; build fix for NetBSD/powerpc, should not affect others.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jun 2 08:22:45 2020 UTC (4 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base
Branch point for: pkgsrc-2020Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
Revbump for icu
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu May 14 08:42:22 2020 UTC (4 years, 6 months ago) by rin
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
PR pkg/55255
Fix build for NetBSD/arm. Bump revision.
Tested by jun@. Thanks!
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Apr 30 11:47:45 2020 UTC (4 years, 7 months ago) by maya
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -1
lines
mozjs60: help i386 builders which don't assume i586/have libatomic.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Apr 23 08:32:55 2020 UTC (4 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
mozjs60: restore patch to distinfo
Bump PKGREVISION.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Apr 18 21:59:15 2020 UTC (4 years, 7 months ago) by joerg
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Deal with a difference in the GCC visilibity pragma between GCC and
clang. Bump revision.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Apr 12 08:27:58 2020 UTC (4 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
Recursive revision bump after textproc/icu update
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Apr 9 16:46:56 2020 UTC (4 years, 7 months ago) by nia
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2
lines
mozjs60: Minimum gcc version is actually 4.9
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 6 05:33:02 2020 UTC (4 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -4
lines
mozjs60: follow packaging recommendations
Disable nspr.
See https://github.com/mozilla-spidermonkey/spidermonkey-embedding-examples/blob/esr60/docs/Building%20SpiderMonkey.md
Bump PKGREVISION.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Apr 5 06:10:28 2020 UTC (4 years, 7 months ago) by wiz
Branches: MAIN
lang/mozjs60: import mozjs60-60.8.0
I've named this mozjs60 to match what Linux distributions, in particular
Debian, do. Previous versions in pkgsrc are called spidermonkey*
This directory contains SpiderMonkey 60, the JavaScript engine by
Mozilla.
CVSweb <webmaster@jp.NetBSD.org>