ports/160649: lang/spidermonkey missing some header files
Stephen Hurd
shurd at sasktel.net
Sun Sep 11 01:20:06 UTC 2011
>Number: 160649
>Category: ports
>Synopsis: lang/spidermonkey missing some header files
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Sep 11 01:20:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Stephen Hurd
>Release: 8.2-RELEASE
>Organization:
>Environment:
FreeBSD cracked.hurd.local 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Some included files are not installed by default (js.msg is included from jscntxt.h and jsutil.h is included from jscntxt.h, jsgc.h, and jsopcode.h) also, jsprf.h is used by the Synchronet project.
>How-To-Repeat:
Try to build Synchronet using spidermonkey from ports
>Fix:
Patch attached (add three include files to instlal list)
Patch attached with submission follows:
diff -ur lang/spidermonkey.orig/Makefile lang/spidermonkey/Makefile
--- lang/spidermonkey.orig/Makefile 2011-09-10 17:57:54.000000000 -0700
+++ lang/spidermonkey/Makefile 2011-09-10 18:02:08.000000000 -0700
@@ -36,7 +36,7 @@
jsiter.h jslibmath.h jslock.h jslong.h jsmath.h jsnum.h jsobj.h \
jsopcode.h jsosdep.h jsotypes.h jsparse.h jsprvtd.h jspubtd.h \
jsregexp.h jsscan.h jsscope.h jsscript.h jsstr.h jstypes.h \
- jsxdrapi.h jsxml.h \
+ jsxdrapi.h jsxml.h jsutil.h jsprf.h js.msg \
jsproto.tbl
PLIST_FILES= bin/js lib/libjs.so lib/libjs.so.1 ${JSH:S,^,include/,}
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list