aboutsummaryrefslogtreecommitdiff
path: root/lang/spidermonkey
Commit message (Collapse)AuthorAgeFilesLines
* Rename lang/spidermonkey to lang/spidermonkey17 in preperation for theTom Judge2012-09-0210-299/+0
| | | | | | | | | | import of lang/spidermonkey18. Approved by: Dan Rench <citric@cubicone.tmetic.com> (maintainer) Approved by: eadler (mentor) Notes: svn path=/head/; revision=303570
* Mark as broken on sparc64-9: fails to link.Mark Linimon2011-12-221-1/+7
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=287850
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - 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. Notes: svn path=/head/; revision=284232
* install some missing includesFlorian Smeets2011-09-141-4/+5
| | | | | | | | | PR: ports/160649 Submitted by: Stephen Hurd <shurd@sasktel.net> Approved by: maintainer Notes: svn path=/head/; revision=281782
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* Add option for UTF8 supportTilman Keskinoz2009-11-091-0/+8
| | | | | | | | | PR: 140124 Submitted by: Mirko Zinn <mail@derzinn.de> Approved by: maintainer Notes: svn path=/head/; revision=244013
* - Fix pkg-plist (install all header files)Philip M. Gollucci2009-06-231-7/+11
| | | | | | | | | PR: ports/134770 Submitted by: Dan Rench <citric@cubicone.tmetic.com> Approved by: maintainer Notes: svn path=/head/; revision=236548
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* Updates the port to Javascript 1.7.OKAZAKI Tetsurou2008-07-0811-454/+143
| | | | | | | | | | Much thanks to Bernhard Fröhlich for doing the heavy lifting. PR: 125191 Submitted by: maintainer Notes: svn path=/head/; revision=216543
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+1
| | | | Notes: svn path=/head/; revision=200774
* - Fix build with gcc 4.2Martin Wilke2007-06-041-0/+19
| | | | | | | | | PR: 113094 Submitted by: Anish Mistry <amistry@am-productions.biz> Approved by: maintainer Notes: svn path=/head/; revision=192699
* - Makefile cleanupMartin Wilke2007-04-261-3/+4
| | | | | | | | | | - Update MASTER_SITES PR: 112144 Submitted by: Dan Rench<citric@cubicone.tmetic.com> (maintainer) Notes: svn path=/head/; revision=190905
* Make SpiderMonkey build with thread-support regardless of whether or notMikhail Teterin2006-10-301-7/+6
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=175557
* - Bump portrevision for the previous updateAndrew Pantyukhin2006-08-051-6/+5
| | | | | | | | - INSTALLS_SHLIB -> USE_LDCONFIG - Beautify master sites Notes: svn path=/head/; revision=169768
* - Install a versioned libAndrew Pantyukhin2006-08-051-1/+2
| | | | | | | Approved by: citric@cubicone.tmetic.com (maintainer timeout, 16 days) Notes: svn path=/head/; revision=169767
* - Expose jsstr.hAndrew Pantyukhin2006-05-212-13/+4
| | | | | | | | | | | - Move plist to Makefile PR: ports/96549 Submitted by: sat Approved by: krion (mentor), maintainer Notes: svn path=/head/; revision=162949
* The testsuite breaks at certain times of day depending on TZ, soTilman Keskinoz2006-03-231-1/+1
| | | | | | | | | | disable the testuite per default. PR: 94765 Submitted by: Dan Rench <citric@cubicone.tmetic.com> Notes: svn path=/head/; revision=158007
* - Fix on 64-bit archesPav Lucistnik2006-01-295-4/+55
| | | | | | | | PR: ports/92396 Submitted by: Dan Rench <citric@cubicone.tmetic.com> (maintainer) Notes: svn path=/head/; revision=154733
* BROKEN on !i386 and on 4.x: Does not compileKris Kennaway2006-01-281-0/+8
| | | | Notes: svn path=/head/; revision=154681
* Remove / from the DISTFILES, properly use grouped master-sites.Edwin Groothuis2006-01-102-7/+9
| | | | | | | Noticed by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=153221
* 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