Port details |
- spidermonkey38 Standalone JavaScript based from Mozilla 38-esr
- 38.8.0_11 lang
=0 38.8.0_11Version of this port present on the latest quarterly branch.
- Maintainer: kwm@FreeBSD.org
- Port Added: 2017-06-09 20:09:08
- Last Update: 2019-05-23 09:44:56
- SVN Revision: 502333
- License: not specified in port
- WWW:
- https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey
- Description:
- Spidermonkey is the JavaScript interpreter from the Mozilla project.
WWW: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- spidermonkey38>0:lang/spidermonkey38
- No installation instructions:
- This port has been deleted.
- PKGNAME: spidermonkey38
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1496648333
SHA256 (firefox-38.8.0esr.source.tar.bz2) = 9475adcee29d590383c4885bc5f958093791d1db4302d694a5d2766698f59982
SIZE (firefox-38.8.0esr.source.tar.bz2) = 181198635
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python2.7 : lang/python27
- perl5>=5.28.r1<5.29 : lang/perl5.28
- Library dependencies:
-
- libnspr4.so : devel/nspr
- libffi.so : devel/libffi
- libicudata.so : devel/icu
- libreadline.so.8 : devel/readline
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for spidermonkey38-38.8.0_11:
DEBUG=off: Build with debugging support
DTRACE=off: Build with DTrace probes
GCZEAL=off: Enable Zealous garbage collecting
JEMALLOC=off: Use jemalloc as memory allocator
METHODJIT=on: Enable method JIT support
OPTIMIZE=on: Enable compiler optimizations
READLINE=on: Link js shell to system readline library
THREADSAFE=on: Enable multiple thread support
TRACEJIT=on: Enable tracing JIT support
UTF8=off: Treat strings as UTF8 instead of ISO-8859-1
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- compiler:c++11-lib gmake pathfix perl5 pkgconfig python:2.7,build readline tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
38.8.0_11 23 May 2019 09:44:56 |
bapt |
Remove now unused spidermonkey38
Approved by: maintainer (kwm) |
38.8.0_11 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
38.8.0_10 27 Mar 2019 21:11:09 |
jbeich |
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479 |
38.8.0_9 05 Feb 2019 15:42:55 |
tobik |
There is no *_CONFIGURE_DISABLE options helper |
38.8.0_9 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
38.8.0_8 23 Oct 2018 11:35:04 |
jbeich |
devel/icu: update to 63.1
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine |
38.8.0_7 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
38.8.0_6 29 Jun 2018 14:22:11 |
jbeich |
devel/icu: update to 62.1
Changes: http://site.icu-project.org/download/62
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 229359
Exp-run by: antoine (only 10.4) |
38.8.0_5 17 Apr 2018 08:33:42 |
amdmi3 |
- Switch to new test framework
Approved by: portmgr blanket |
38.8.0_5 06 Apr 2018 15:53:17 |
jbeich |
devel/icu: update to 61.1
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61) |
38.8.0_4 25 Mar 2018 14:36:28 |
linimon |
Disable dtrace usdt on armvX. It causes link failures.
Regression-tested on amd64.
PR: 224271
Submitted by: mikael.urankar
Approved by: kwm (maintainer timeout) |
38.8.0_4 09 Nov 2017 02:31:48 |
jbeich |
devel/icu: update to 60.1
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine |
38.8.0_3 25 Sep 2017 00:02:36 |
jbeich |
devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=
Changes: http://site.icu-project.org/download/59
PR: 218788
Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by: antoine |
38.8.0_2 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
38.8.0_1 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
38.8.0 09 Jun 2017 20:36:06 |
kwm |
Also add Makefile.filelist... |
09 Jun 2017 20:08:54
|
kwm |
Add spidermonkey 38 aka mozjs 3.8.
Spidermonkey is mozilla's JavaScript engine. This version is based
on the last release of firefox esr; 38.8.0. This is done because
the stand alone release aren't done often enough. I copied this idea
from the fedora spidermonkey38 spec file.
Probably due to the fact that spidermonkey in the firefox tarball isn't
intended to be installed standalone we need to manualy replace the header
symlinks in the stage dir with the actual header files.
Thanks to miki and streja for build testing on armv6 and aarch64. |