Commit graph

32 commits

Author SHA1 Message Date
rillig
8c6aee8563 lang: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 19:03:56 +00:00
sevan
dfcb62f9ad Set HOMEPAGE 2017-09-09 16:04:31 +00:00
wiz
1770bcacd4 Comment out dead sites. 2017-09-04 18:00:49 +00:00
joerg
2c88407f3d Replace left-shift with multiplication, it is sometimes called with
negative values. Bump revision.
2015-09-08 18:53:46 +00:00
bsiegert
e9e67f8949 Add MirBSD. 2015-04-02 14:40:32 +00:00
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-15 02:02:17 +00:00
cheusov
cfe14f2e26 Add CONFLICTS with lang/js. Fix some pkglint warnings 2012-10-21 21:07:11 +00:00
asau
88feb4ac62 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
obache
480cdd67f4 Only available on MASTER_SITE_MOZILLA_ALL. 2012-04-30 09:54:03 +00:00
ryoon
45f8f27196 Recursive PKGREVISION bump for xulrunner, nss, and nspr. 2012-03-06 17:38:53 +00:00
yyamano
00cd66c596 Don't overwrite the mk file on non SunOS platforms.
Bump PKGREVISION to 2.
2011-12-06 05:22:38 +00:00
fhajny
2076f8d9ad Changing the 'threads' option to non-default. Two depending packages
(multimedia/mediatomb and multimedia/avidemux) were confirmed as
working with the non-threaded version, and broken (spinning CPU)
with the threaded one, after the 1.8.0 update.
2010-12-27 23:09:22 +00:00
fhajny
6586986e1c Updated lang/spidermonkey to 1.8.0 rc1 (see below).
No standard changelog provided from upstream, some bits scattered here:

* http://www.mozilla.org/js/spidermonkey/release-notes/JS_170.html
* https://developer.mozilla.org/En/SpiderMonkey/1.8

pkgsrc changes:

* Threading support (and dependency on devel/nspr) is now optional
  (enabled by default). Threaded Spidermonkey may not be desirable
  for e.g. server-side JavaScript usage.
* Unicode strings support optional.
* Rudimental OpenSolaris/Solaris 11 config file provided.

Release Candidate note:

Spidermonkey 1.8.0 RC1 was the last version ever released as
a standalone distribution, and is generally being used by the JavaScript
community nowaways, if needed. In the future, ripping Spidermonkey
out of the Mozilla tarball may be attempted too, to update the package
to 1.9.x.
2010-12-23 12:36:01 +00:00
tnn
001f4cd548 use pkg-config to locate nspr 2010-01-16 15:04:32 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
bjs
076774dcc2 Add MAKE_JOBS_SAFE=no ... I thought I did this a long time ago, but evidently not. 2008-01-11 09:36:23 +00:00
bjs
b8363a3146 Add -fno-strict-aliasing to CFLAGS for ${CC_VERSION:Mgcc-[34]*}. Bump rev.
ok'd by wiz@
2007-09-21 18:06:28 +00:00
wiz
4f4a027f7c Update to 1.60, provided by Blair Sadewitz in private mail.
* JS 1.6.0 is based on the same branch (1.8.0.9) as Firefox 1.5.0.9
and includes the same stability and security fixes.

* JS 1.6.0 includes support for JavaScript 1.6 with support for
  E4X, several new Array methods, and Array and String generics.
2007-08-12 03:04:32 +00:00
rillig
6fcd46b5c6 Fixed the build on Linux, at least for me. 2007-01-24 19:58:19 +00:00
rillig
aafdd14e04 Added a patch that disables fdlibm on all platforms, since the latter is
not in pkgsrc and therefore not generally available.

PKGREVISION++
2007-01-24 19:35:26 +00:00
tron
b8bf7df98d Add thread support for Mac OS X. Bump package revision. 2006-12-05 18:04:18 +00:00
xtraeme
b5f122f8e1 Link libjs to libm too. 2006-12-05 16:31:11 +00:00
xtraeme
f06f151cf5 - Build the library with JS_THREADSAFE set (required by the upcoming
avidemux-2.3.0 pkg).
- Disable debug entirely, why do we need this?
- And more things I can't remember...

Bump PKGREVISION.
2006-12-03 10:11:49 +00:00
hubertf
cdfb109833 uname -m returns amd64, not x86_86.
Reported and tested by Blair Sadewitz (blair.sadewitz at gmail dot com)
2006-12-01 10:55:24 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
tron
562099cff4 Fix broken shared library build under Mac OS X. "avidemux2" (from the
"avidemux" package) now works with the "js" library provided by this
package. Bump package revision of this package.

Vital hint provided by Amitai Schlair in private e-mail.
2006-08-08 21:08:14 +00:00
tron
5b9c03c4fa Use correct share library suffix under Mac OS X (".dylib" instead of
".so") so that linking with the "libjs" shared library actually works.
Bump package revision because of this fix.
2006-08-08 09:50:33 +00:00
tron
fe740b1526 Make this build under Mac OS X. 2006-08-04 13:22:11 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
388f58ae51 Fix spelling of DragonFly. Don't generate a common (!) errno, just
remove the junk for compatibility with strange Visual C environments.
Bump revision for the latter.
2006-02-26 20:36:58 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xtraeme
345b920039 Initial import of spidermonkey-1.5.
SpiderMonkey is the code-name for the Mozilla's C implementation of
JavaScript.
2006-01-27 19:47:21 +00:00