summaryrefslogtreecommitdiff
path: root/lang/spidermonkey
AgeCommit message (Collapse)AuthorFilesLines
2007-01-24Fixed the build on Linux, at least for me.rillig1-1/+3
2007-01-24Added a patch that disables fdlibm on all platforms, since the latter isrillig3-3/+28
not in pkgsrc and therefore not generally available. PKGREVISION++
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg1-2/+2
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-09OPSYS needs bsd.prefs.mk, reported by Brandon Bergren in PR pkg/35214.xtraeme1-1/+3
2006-12-05Add thread support for Mac OS X. Bump package revision.tron4-9/+14
2006-12-05Link libjs to libm too.xtraeme2-3/+3
2006-12-03- Build the library with JS_THREADSAFE set (required by the upcomingxtraeme7-54/+88
avidemux-2.3.0 pkg). - Disable debug entirely, why do we need this? - And more things I can't remember... Bump PKGREVISION.
2006-12-01uname -m returns amd64, not x86_86.hubertf2-4/+4
Reported and tested by Blair Sadewitz (blair.sadewitz at gmail dot com)
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-08-08Fix broken shared library build under Mac OS X. "avidemux2" (from thetron4-4/+27
"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-08Use correct share library suffix under Mac OS X (".dylib" instead oftron4-10/+29
".so") so that linking with the "libjs" shared library actually works. Bump package revision because of this fix.
2006-08-04Make this build under Mac OS X.tron3-6/+61
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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-02-26Fix spelling of DragonFly. Don't generate a common (!) errno, justjoerg4-6/+27
remove the junk for compatibility with strange Visual C environments. Bump revision for the latter.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-2/+4
2006-01-27Initial import of spidermonkey-1.5.xtraeme7-0/+206
SpiderMonkey is the code-name for the Mozilla's C implementation of JavaScript.