Bug 160649 - lang/spidermonkey missing some header files
Summary: lang/spidermonkey missing some header files
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-11 02:20 UTC by Stephen Hurd
Modified: 2011-09-14 23:00 UTC (History)
0 users

See Also:


Attachments
file.diff (583 bytes, patch)
2011-09-11 02:20 UTC, Stephen Hurd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Hurd freebsd_committer freebsd_triage 2011-09-11 02:20:05 UTC
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.

Fix: Patch attached (add three include files to instlal list)

Patch attached with submission follows:
How-To-Repeat: Try to build Synchronet using spidermonkey from ports
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-11 02:20:14 UTC
Maintainer of lang/spidermonkey,

Please note that PR ports/160649 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160649

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-11 02:20:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Dan Rench 2011-09-13 03:58:49 UTC
I approve. Thanks for catching this!
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2011-09-13 05:09:41 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Florian Smeets freebsd_committer freebsd_triage 2011-09-13 07:28:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flo

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-09-14 22:55:31 UTC
flo         2011-09-14 21:55:17 UTC

  FreeBSD ports repository

  Modified files:
    lang/spidermonkey    Makefile 
  Log:
  install some missing includes
  
  PR:             ports/160649
  Submitted by:   Stephen Hurd <shurd@sasktel.net>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.27      +5 -4      ports/lang/spidermonkey/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Florian Smeets freebsd_committer freebsd_triage 2011-09-14 22:58:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!