> Is there any way you could make use of lang/spidermonkey as a > BUILD_DEPENDS? > mozilla/js/src/* is already included in spidermonkey and as with nspr, it > would > be better to use code in-tree rather than from the local tarball. Hey, good point!
Unfortunately, it won't work for now. Currently, the most recently released is js-1.5.tar.gz, which is over a year old. Comparing its contents with mozilla/js subdirectory of minimo-20061120 reveals numerous changes. js-1.5.tar.gz was on MOZILLA_1_8_0_BRANCH, and minimo & firefox2 are on MOZILLA_1_8_BRANCH now. Seems we have js1.6rc1 now (bugzilla 309169): https://bugzilla.mozilla.org/show_bug.cgi?id=309169 Let's wait till js-1.6 comes out and i'll work on firefox2 & minimo to get them working with it. -- Martynas Venckus