Bug 125191 - update lang/spidermonkey to javascript 1.7
Summary: update lang/spidermonkey to javascript 1.7
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: Tetsurou Okazaki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-02 18:00 UTC by Dan Rench
Modified: 2008-07-08 19:27 UTC (History)
0 users

See Also:


Attachments
file.txt (25.89 KB, text/plain)
2008-07-02 18:00 UTC, Dan Rench
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Rench 2008-07-02 18:00:11 UTC
Updates the port to Javascript 1.7. Much thanks to 
Bernhard Fröhlich for doing the heavy lifting.

Fix: Patch attached with submission follows:
How-To-Repeat: n/a
Comment 1 Tetsurou Okazaki freebsd_committer freebsd_triage 2008-07-08 11:42:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->okazaki

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-08 19:03:48 UTC
okazaki     2008-07-08 18:03:31 UTC

  FreeBSD ports repository

  Modified files:
    lang/spidermonkey    Makefile distinfo 
    lang/spidermonkey/files patch-config patch-jslock.c 
                            patch-jsopcode.c patch-jsstr.c 
                            patch-warnings 
  Added files:
    lang/spidermonkey/files patch-Makefile patch-jsosdep.h 
  Removed files:
    lang/spidermonkey/files patch-jscntxt.c patch-jstypes.h 
  Log:
  Updates the port to Javascript 1.7.
  Much thanks to Bernhard Fröhlich for doing the heavy lifting.
  
  PR:             125191
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.23      +11 -41    ports/lang/spidermonkey/Makefile
  1.10      +3 -15     ports/lang/spidermonkey/distinfo
  1.1       +13 -0     ports/lang/spidermonkey/files/patch-Makefile (new)
  1.3       +4 -44     ports/lang/spidermonkey/files/patch-config
  1.2       +0 -11     ports/lang/spidermonkey/files/patch-jscntxt.c (dead)
  1.2       +4 -3      ports/lang/spidermonkey/files/patch-jslock.c
  1.2       +3 -3      ports/lang/spidermonkey/files/patch-jsopcode.c
  1.1       +11 -0     ports/lang/spidermonkey/files/patch-jsosdep.h (new)
  1.2       +6 -14     ports/lang/spidermonkey/files/patch-jsstr.c
  1.2       +0 -22     ports/lang/spidermonkey/files/patch-jstypes.h (dead)
  1.3       +88 -301   ports/lang/spidermonkey/files/patch-warnings
_______________________________________________
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 3 Tetsurou Okazaki freebsd_committer freebsd_triage 2008-07-08 19:27:38 UTC
State Changed
From-To: open->closed

Committed, thanks!