Bug 152175 - New port: lang/javascript-v8 Google's open source JavaScript engine
Summary: New port: lang/javascript-v8 Google's open source JavaScript engine
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-12 18:50 UTC by Artyom Olshevskiy
Modified: 2011-05-13 04:33 UTC (History)
0 users

See Also:


Attachments
file.shar (9.26 KB, text/plain)
2010-11-12 18:50 UTC, Artyom Olshevskiy
no flags Details
patch.diff (5.91 KB, patch)
2010-11-19 00:29 UTC, Artyom Olshevskiy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Artyom Olshevskiy 2010-11-12 18:50:10 UTC
Google's open source JavaScript engine

Fix: Shar file attached

Patch attached with submission follows:
Comment 1 Artyom Olshevskiy 2010-11-19 00:29:37 UTC
I've found out that lot's of previously installed headers are not required.
Google's guide to compiling your cpp source using V8 is really misleading :)
So just two of them are really required.

Look for patch to original port in attach.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-12 16:52:27 UTC
vanilla     2011-05-12 15:52:14 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/v8              Makefile distinfo pkg-descr pkg-plist 
    lang/v8/files        patch-SConstruct 
  Log:
  Add v8 3.2.8, google\'s open source JavaScript engine.
  
  PR:             ports/152175
  Submitted by:   siasia
  
  Revision  Changes    Path
  1.729     +1 -0      ports/lang/Makefile
  1.1       +83 -0     ports/lang/v8/Makefile (new)
  1.1       +2 -0      ports/lang/v8/distinfo (new)
  1.1       +11 -0     ports/lang/v8/files/patch-SConstruct (new)
  1.1       +3 -0      ports/lang/v8/pkg-descr (new)
  1.1       +10 -0     ports/lang/v8/pkg-plist (new)
_______________________________________________
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 Vanilla I. Shu freebsd_committer freebsd_triage 2011-05-13 04:33:13 UTC
State Changed
From-To: open->closed

Committed, thanks.