Date: Sun, 11 Sep 2011 01:10:47 GMT From: Stephen Hurd <shurd@sasktel.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/160649: lang/spidermonkey missing some header files Message-ID: <201109110110.p8B1AlOh075437@red.freebsd.org> Resent-Message-ID: <201109110120.p8B1K6IC062333@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109110110.p8B1AlOh075437>