1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

1: Upgrade to 3.18.5.

2: Fix build with clang-3.3

Submitted by:	bapt@ [2]
This commit is contained in:
Vanilla I. Shu 2013-05-04 06:53:06 +00:00
parent 7ceab77300
commit 199e87392f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317296
2 changed files with 4 additions and 5 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= v8
PORTVERSION= 3.17.9
PORTREVISION= 0
PORTVERSION= 3.18.5
CATEGORIES= lang
MASTER_SITES= LOCAL/vanilla
@ -23,7 +22,7 @@ MAKE_ARGS= library=shared
.if ${CC:T:Mclang} == "clang" || ${CXX:T:Mclang++} == "clang++" || ${OSVERSION} >= 1000024
MAKE_ENV+= LINK=clang++
CFLAGS+= -Wno-unused-private-field
CFLAGS+= -Wno-unused-private-field -Wno-nested-anon-types
.else
MAKE_ARGS+= strictaliasing=off
USE_GCC= any

View File

@ -1,2 +1,2 @@
SHA256 (v8-3.17.9.tar.xz) = 780695f8bd079a74bd85146bb2e75c20e8aa2ff41b7b0cabfaae513aec8b87bd
SIZE (v8-3.17.9.tar.xz) = 8670852
SHA256 (v8-3.18.5.tar.xz) = badfa55867887e4fef68161dc877aac5e9d19c6dddb7e96b8d6f7084de711b71
SIZE (v8-3.18.5.tar.xz) = 8727400