| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
02 Sep 2012 19:59:20
1.7.0_1
|
tj  |
Rename lang/spidermonkey to lang/spidermonkey17 in preperation for the
import of lang/spidermonkey18.
Approved by: Dan Rench <citric@cubicone.tmetic.com> (maintainer)
Approved by: eadler (mentor) |
22 Dec 2011 10:51:36
1.7.0_1
|
linimon  |
Mark as broken on sparc64-9: fails to link.
Hat: portmgr |
24 Oct 2011 04:17:38
1.7.0_1
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
14 Sep 2011 21:55:17
1.7.0_1
|
flo  |
install some missing includes
PR: ports/160649
Submitted by: Stephen Hurd <shurd@sasktel.net>
Approved by: maintainer |
03 Jul 2011 13:45:36
1.7.0
|
ohauer  |
- remove MD5 |
09 Nov 2009 08:29:22
1.7.0
|
arved  |
Add option for UTF8 support
PR: 140124
Submitted by: Mirko Zinn <mail@derzinn.de>
Approved by: maintainer |
23 Jun 2009 19:47:12
1.7.0
|
pgollucci  |
- Fix pkg-plist (install all header files)
PR: ports/134770
Submitted by: Dan Rench <citric@cubicone.tmetic.com>
Approved by: maintainer |
25 Jul 2008 12:24:09
1.7.0
|
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
08 Jul 2008 18:03:31
1.7.0
|
okazaki  |
Updates the port to Javascript 1.7.
Much thanks to Bernhard Fröhlich for doing the heavy lifting.
PR: 125191
Submitted by: maintainer |
04 Oct 2007 01:25:18
1.5_3  |
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
04 Jun 2007 11:59:06
1.5_3
|
miwi  |
- Fix build with gcc 4.2
PR: 113094
Submitted by: Anish Mistry <amistry@am-productions.biz>
Approved by: maintainer |
26 Apr 2007 07:57:58
1.5_3
|
miwi  |
- Makefile cleanup
- Update MASTER_SITES
PR: 112144
Submitted by: Dan Rench<citric@cubicone.tmetic.com> (maintainer) |
30 Oct 2006 16:46:19
1.5_3
|
mi  |
Make SpiderMonkey build with thread-support regardless of whether or not
the post-build self-testing is enabled.
The self-test was on by default until March, which hid the problem...
Take pointy-hat.
Noticed by: Anish Mistry
Approved by: portmgr (erwin) |
05 Aug 2006 18:37:14
1.5_2
|
sat  |
- Bump portrevision for the previous update
- INSTALLS_SHLIB -> USE_LDCONFIG
- Beautify master sites |
05 Aug 2006 18:19:38
1.5_1
|
sat  |
- Install a versioned lib
Approved by: citric@cubicone.tmetic.com (maintainer timeout, 16 days) |
21 May 2006 15:29:40
1.5_1
|
sat  |
- Expose jsstr.h
- Move plist to Makefile
PR: ports/96549
Submitted by: sat
Approved by: krion (mentor), maintainer |
23 Mar 2006 14:24:20
1.5_1
|
arved  |
The testsuite breaks at certain times of day depending on TZ, so
disable the testuite per default.
PR: 94765
Submitted by: Dan Rench <citric@cubicone.tmetic.com> |
29 Jan 2006 18:05:55
1.5_1
|
pav  |
- Fix on 64-bit arches
PR: ports/92396
Submitted by: Dan Rench <citric@cubicone.tmetic.com> (maintainer) |
28 Jan 2006 21:14:36
1.5_1
|
kris  |
BROKEN on !i386 and on 4.x: Does not compile |
10 Jan 2006 23:36:54
1.5_1
|
edwin  |
Remove / from the DISTFILES, properly use grouped master-sites.
Noticed by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> |
08 Jan 2006 21:31:22
1.5
|
edwin  |
Spidermonkey version update to 1.5 with fixes for ia64/amd64
Update source to spidermonkey 1.5 and patched (much thanks to Anish
Mistry) to fix compilation problems under amd64 (and presumably ia64 too but
untested) and to make the build thread-safe.
PR: ports/91522
Submitted by: Dan Rench <citric@cubicone.tmetic.com> |
16 Aug 2005 12:52:28
1.5.r6.a_1
|
mi  |
Add another patch, to fix tests, which fail if the timezone is set to
UTC. Thanks to Boris Samorodov for assistance in debugging this.
Detected by: pointyhat
Approved by: portmgr (krion) |
11 Aug 2005 04:00:00
1.5.r6.a_1
|
mi  |
Unbreak for all platforms (tested on amd64 and i386) -- use -fPIC
on sparc64 and -fpic elsewhere. While here, make the following
improvements:
. ignore the vendor's fdlibm and use our own -lm. fdlibm is
derived from the same msun as ours, but spidermonkey was
misteriously linking with _both_. All mozilla-ports seem
to have the same problem right now;
. use our -lreadline instead of compiling vendor's own
libeditline;
. fix all warnings (clean build with -Wall -Werror);
. link the installed executable (js) against the shared
library libjs.so instead of against the invididual objects;
. unless WITHOUT_TEST is set, download and run vendor's own
tests in post-build (this triggers USE_PERL_BUILD). Some
tests had to be patched from Mozilla's CVS, because the
released tarball of them was not updated since 2002.
Bump PORTREVISION.
Approved by: portmgr (marcus)
Approved by: maintainer timeout |
21 Jul 2005 15:28:12
1.5.r6.a
|
thierry  |
Change PORTNAME to spidermonkey to correspond with dirname.
PR: 82320
Submitted by: Alex Kapranoff <kappa (at) rambler-co.ru>
Approved by: maintainer |
04 May 2004 19:43:14
1.5.p6
|
pav  |
- Avoid using command execution to fill variables, they would be executed
for all targets which is not needed
Suggested by: 'the eagle eye' kris |
04 May 2004 19:14:05
1.5.p6
|
pav  |
- Update to 1.5-rc6
PR: ports/66208
Submitted by: Dan Rench <citric@cubicone.tmetic.com> (maintainer) |
31 Mar 2004 03:12:58
1.5.p5_2
|
trevor  |
SIZEify (maintainer timeout) |
07 Mar 2004 13:00:02
1.5.p5_2
|
kris  |
BROKEN on amd64 and ia64: Does not compile (missing -fPIC) |
06 Feb 2004 13:12:53
1.5.p5_2
|
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
04 Feb 2004 05:21:48
1.5.p5_2
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
14 Oct 2003 07:15:39
1.5.p5_1
|
edwin  |
Add CONFLICT for lang/njs (njs-*)
PR: ports/57972 (initial)
Submitted by: Thierry Thomas <thierry@pompo.net> |
24 Sep 2003 09:23:29
1.5.p5_1
|
edwin  |
Update port: lang/spidermonkey updated to latest source, new contact address
Spidermonkey is the JavaScript interpreter from the Mozilla project.
This revision updates the port to the newest version.
I've also updated my contact address.
PR: ports/56593
Submitted by: Dan Rench <citric@cubicone.tmetic.com> |
27 Apr 2003 01:46:50
1.5.p5
|
vanilla  |
Add spidermonkey 1.5.p5,
a standalone JavaScript interpreter from
the Mozilla project.
PR: 51325
Submitted by: Dan Rench (drench@xnet.com) |