Bug 206332 - Fix lang/v8 and lang/v8-devel amd64 builds with clang 3.7.0 and higher
Summary: Fix lang/v8 and lang/v8-devel amd64 builds with clang 3.7.0 and higher
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks: 206074
  Show dependency treegraph
 
Reported: 2016-01-17 14:02 UTC by Dimitry Andric
Modified: 2016-01-19 14:27 UTC (History)
0 users

See Also:
sunpoet: maintainer-feedback+


Attachments
Fix the amd64 part of lang/v8 with clang 3.7.0 and higher (2.22 KB, patch)
2016-01-17 14:02 UTC, Dimitry Andric
no flags Details | Diff
Fix the amd64 part of lang/v8-devel with clang 3.7.0 and higher (2.27 KB, patch)
2016-01-17 14:03 UTC, Dimitry Andric
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. :)