./lang/mozjs60, SpiderMonkey JavaScript library (60.x branch)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q2, Version: 60.8.0nb6, Package name: mozjs60-60.8.0nb6, Maintainer: pkgsrc-users

This directory contains SpiderMonkey 60, the JavaScript engine by
Mozilla.


Required to run:
[lang/gcc49-libs]

Required to build:
[lang/gcc49]

Master sites:

SHA1: b66207ee477c110995029f173e6b026f2e013591
RMD160: fef033969a51dc56c84669d33401f60bd499de6d
Filesize: 24701.535 KB

Version history: (Expand)


CVS history: (Expand)


   2020-08-28 17:44:32 by Benny Siegert | Files touched by this commit (4)
Log message:
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.