Port details |
- spidermonkey170 Standalone JavaScript based from Mozilla 17-esr
- 17.0.0_9 lang
=4 17.0.0_9Version of this port present on the latest quarterly branch.
- Maintainer: kwm@FreeBSD.org
- Port Added: 2013-03-29 09:57:55
- Last Update: 2019-05-23 09:13:55
- SVN Revision: 502330
- People watching this port, also watch:: mkfontscale, font-misc-meltho, python, desktop-file-utils, zip
- License: not specified in port
- WWW:
- http://www.mozilla.org/js/spidermonkey/
- Description:
- Spidermonkey is the JavaScript interpreter from the Mozilla project.
WWW: http://www.mozilla.org/js/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:
-
- spidermonkey170>0:lang/spidermonkey170
- Conflicts:
- CONFLICTS:
- No installation instructions:
- This port has been deleted.
- PKGNAME: spidermonkey170
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mozjs17.0.0.tar.gz) = 321e964fe9386785d3bf80870640f2fa1c683e32fe988eeb201b04471c172fba
SIZE (mozjs17.0.0.tar.gz) = 6778934
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:
-
- zip : archivers/zip
- gmake : devel/gmake
- python2.7 : lang/python27
- perl5>=5.28.r1<5.29 : lang/perl5.28
- Library dependencies:
-
- libnspr4.so : devel/nspr
- libreadline.so.8 : devel/readline
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for spidermonkey170-17.0.0_9:
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:
- gmake pathfix perl5 python:2.7,build readline
- 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 |
17.0.0_9 23 May 2019 09:13:55 |
bapt |
Remove spidermonkey170 it is not used anymore and not depended on
Approved by: maintainer (kwm) |
17.0.0_9 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 |
17.0.0_8 05 Feb 2019 15:42:55 |
tobik |
There is no *_CONFIGURE_DISABLE options helper |
17.0.0_8 05 May 2018 08:33:58 |
amdmi3 |
- Switch to new test framework
Approved by: portmgr blanket |
17.0.0_8 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) |
17.0.0_8 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
17.0.0_8 04 Jan 2018 02:18:59 |
jbeich |
lang/spidermonkey170: unbreak build with Clang 6 / GCC 7
js/src/shell/jsoptparse.cpp:246:22: error: comparison between pointer and
integer ('char *' and 'int')
if (value[0] == '\0')
~~~~~~~~ ^ ~~~~
Reported by: antoine (via bug 224669)
Obtained from: upstream (SpiderMonkey 25.0) |
17.0.0_7 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 |
17.0.0_6 09 May 2017 18:04:58 |
kwm |
Use clang on armv6.
PR: 215516
Submitted by: mikael.urankar@gmail.com |
17.0.0_5 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
17.0.0_4 13 Jan 2017 01:42:45 |
jbeich |
lang/spidermonkey170: unbreak with clang 4.0
Fix quoting failure handling in JSOP_CALLPROP and JSOP_STRING.
jsopcode.cpp:6070:45: error: ordered comparison between pointer and zero ('char
*' and 'int')
return QuoteString(&sprinter, s, quote) >= 0;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
PR: 215861
Regressed by: https://github.com/llvm-mirror/clang/commit/4b6ad14285f3
Obtained from: upstream (only the specific fix)
Approved by: portmgr blanket
MFH: 2017Q1 (changes existing behavior) |
17.0.0_3 03 Jan 2017 11:01:06 |
mat |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
17.0.0_3 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
17.0.0_2 28 Oct 2016 17:55:30 |
danfe |
Do not redefine DEBUG_DESC when its meaning more or less matches the default
option description. Those ports where it meant something more specific were
left untouched. |
17.0.0_2 09 Oct 2016 12:10:02 |
jbeich |
devel/nspr, security/nss: drop version from SONAME
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine |
17.0.0_1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
17.0.0_1 20 Jan 2016 11:33:58 |
andrew |
Add support for AArch64 (arm64) to spidermonkey 17 and 24.
This is based on the following upstream patch.
https://hg.mozilla.org/integration/mozilla-inbound/rev/6a46f53ad944
Approved by: kwm
Differential Revision: https://reviews.freebsd.org/D4785 |
17.0.0_1 16 Oct 2015 19:31:12 |
jmmv |
Fix build on 64-bit big-endian machines.
Approved by: kwm (maintainer), bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D3397 |
17.0.0_1 27 Aug 2015 21:09:48 |
brd |
Fix ARM build of lang/spidermoney170 by using GCC until clang is fixed.
Approved by: kwm (maintainer), bdrewery (mentor) |
17.0.0_1 25 Aug 2015 21:59:20 |
kwm |
Fix the build on ARM by adapting a patch from spidermonkey24.
PR: 202229
Submitted by: mikael.urankar@gmail.com |
17.0.0_1 24 Aug 2015 13:09:12 |
marino |
lang/spidermonkey170: Adjust CONFIGURE_TARGET for DragonFly
Approved by: kwm (maintainer) |
17.0.0_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
17.0.0_1 20 Apr 2015 17:10:32 |
mat |
Fix with Perl 5.21.1+
"defined(@array)" and "defined(%hash)" are now fatal errors
These have been deprecated since v5.6.1 and have raised deprecation
warnings since v5.16.
With hat: perl@
Sponsored by: Absolight |
17.0.0_1 30 Jan 2015 10:04:27 |
kwm |
Add DTRACE option
PR: 192614
Submitted by: jbeich@ |
17.0.0_1 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
17.0.0_1 20 Oct 2014 17:52:17 |
mva |
- Convert ports of irc/ and lang/ to new USES=python
Approved by: portmgr (implicit) |
17.0.0_1 31 Jul 2014 09:27:24 |
antoine |
Fix OPTIONS and add missing USES=readline for READLINE
Detected by: ucl manifest |
17.0.0 06 Mar 2014 20:23:54 |
kwm |
Stagify, use option helper.
Strip installed files so we don't end up with a ~170M large .a file and a
~50M large .so. |
17.0.0 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
17.0.0 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
17.0.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
17.0.0 04 Aug 2013 14:56:47 |
kwm |
Convert to new perl5 framework and update to new lib_depend way. |
17.0.0 29 Mar 2013 10:03:59 |
kwm |
Run in quickly and fix portname. |
17.0.0 29 Mar 2013 09:57:40 |
kwm |
Add spidermonkey 17.0
This is the spidermonkey version shipped with the firefox-esr series 17.0.
Not to be confused with spidermonkey17 ports which is 1.7.
Borrow patch from firefox-esr to fix the build with clang. |