| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
UTC. Thanks to Boris Samorodov for assistance in debugging this.
Detected by: pointyhat
Approved by: portmgr (krion)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: 82320
Submitted by: Alex Kapranoff <kappa (at) rambler-co.ru>
Approved by: maintainer
|
|
|
|
|
|
| |
for all targets which is not needed
Suggested by: 'the eagle eye' kris
|
|
|
|
|
| |
PR: ports/66208
Submitted by: Dan Rench <citric@cubicone.tmetic.com> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
| |
(Part 2)
|
|
|
|
|
| |
PR: ports/57972 (initial)
Submitted by: Thierry Thomas <thierry@pompo.net>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
a standalone JavaScript interpreter from
the Mozilla project.
PR: 51325
Submitted by: Dan Rench (drench@xnet.com)
|