Bug 206332

Summary: Fix lang/v8 and lang/v8-devel amd64 builds with clang 3.7.0 and higher
Product: Ports & Packages Reporter: Dimitry Andric <dim>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Many People Flags: sunpoet: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 206074    
Attachments:
Description Flags
Fix the amd64 part of lang/v8 with clang 3.7.0 and higher
none
Fix the amd64 part of lang/v8-devel with clang 3.7.0 and higher none

Description Dimitry Andric freebsd_committer freebsd_triage 2016-01-17 14:02:34 UTC
Created attachment 165711 [details]
Fix the amd64 part of lang/v8 with clang 3.7.0 and higher

As a followup to bug 202534, fix the amd64 parts of lang/v8 and lang/v8-devel too.  This only consists of casting a few pointers to void *.
Comment 1 Dimitry Andric freebsd_committer freebsd_triage 2016-01-17 14:03:07 UTC
Created attachment 165712 [details]
Fix the amd64 part of lang/v8-devel with clang 3.7.0 and higher
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-01-19 14:23:36 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Jan 19 14:23:25 UTC 2016
New revision: 406703
URL: https://svnweb.freebsd.org/changeset/ports/406703

Log:
  - Fix build with Clang 3.7.0+

  PR:		206332
  Submitted by:	dim

Changes:
  head/lang/v8/files/patch-src-x64-disasm-x64.cc
  head/lang/v8/files/patch-src-x64-ic-x64.cc
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-01-19 14:23:38 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Jan 19 14:23:31 UTC 2016
New revision: 406704
URL: https://svnweb.freebsd.org/changeset/ports/406704

Log:
  - Fix build with Clang 3.7.0+

  PR:		206332
  Submitted by:	dim

Changes:
  head/lang/v8-devel/files/patch-src-x64-disasm-x64.cc
  head/lang/v8-devel/files/patch-src-x64-ic-x64.cc
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2016-01-19 14:27:31 UTC
Committed. Please feel free to commit patch for newer Clang. :)