summaryrefslogtreecommitdiff
path: root/lang/spidermonkey (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Spidermonkey version update to 1.5 with fixes for ia64/amd64Edwin Groothuis2006-01-084-38/+29
| | | | | | | | | | 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> Notes: svn path=/head/; revision=153093
* Add another patch, to fix tests, which fail if the timezone is set toMikhail Teterin2005-08-162-1/+5
| | | | | | | | | | UTC. Thanks to Boris Samorodov for assistance in debugging this. Detected by: pointyhat Approved by: portmgr (krion) Notes: svn path=/head/; revision=140891
* Unbreak for all platforms (tested on amd64 and i386) -- use -fPICMikhail Teterin2005-08-114-12/+484
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=140839
* Change PORTNAME to spidermonkey to correspond with dirname.Thierry Thomas2005-07-212-5/+5
| | | | | | | | | PR: 82320 Submitted by: Alex Kapranoff <kappa (at) rambler-co.ru> Approved by: maintainer Notes: svn path=/head/; revision=139825
* - Avoid using command execution to fill variables, they would be executedPav Lucistnik2004-05-041-8/+5
| | | | | | | | | for all targets which is not needed Suggested by: 'the eagle eye' kris Notes: svn path=/head/; revision=108395
* - Update to 1.5-rc6Pav Lucistnik2004-05-043-8/+26
| | | | | | | | PR: ports/66208 Submitted by: Dan Rench <citric@cubicone.tmetic.com> (maintainer) Notes: svn path=/head/; revision=108394
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* BROKEN on amd64 and ia64: Does not compile (missing -fPIC)Kris Kennaway2004-03-071-1/+7
| | | | Notes: svn path=/head/; revision=103197
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add CONFLICT for lang/njs (njs-*)Edwin Groothuis2003-10-141-0/+2
| | | | | | | | PR: ports/57972 (initial) Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=91140
* Update port: lang/spidermonkey updated to latest source, new contact addressEdwin Groothuis2003-09-243-5/+6
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=89167
* Add spidermonkey 1.5.p5,Vanilla I. Shu2003-04-274-0/+38
a standalone JavaScript interpreter from the Mozilla project. PR: 51325 Submitted by: Dan Rench (drench@xnet.com) Notes: svn path=/head/; revision=79724