From owner-svn-ports-all@FreeBSD.ORG Wed Dec 12 02:02:56 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 33D314AF; Wed, 12 Dec 2012 02:02:56 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F2AC88FC08; Wed, 12 Dec 2012 02:02:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBC22t9Z038208; Wed, 12 Dec 2012 02:02:55 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBC22t8R038206; Wed, 12 Dec 2012 02:02:55 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201212120202.qBC22t8R038206@svn.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 12 Dec 2012 02:02:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308733 - head/lang/v8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 02:02:56 -0000 Author: vanilla Date: Wed Dec 12 02:02:55 2012 New Revision: 308733 URL: http://svnweb.freebsd.org/changeset/ports/308733 Log: Upgrade to 3.15.10. Modified: head/lang/v8/Makefile head/lang/v8/distinfo Modified: head/lang/v8/Makefile ============================================================================== --- head/lang/v8/Makefile Wed Dec 12 02:02:15 2012 (r308732) +++ head/lang/v8/Makefile Wed Dec 12 02:02:55 2012 (r308733) @@ -1,12 +1,8 @@ -# New ports collection makefile for: v8 -# Date created: 12 November 2010 -# Whom: siasia -# +# Created by: siasia # $FreeBSD$ -# PORTNAME= v8 -PORTVERSION= 3.14.5 +PORTVERSION= 3.15.10 PORTREVISION= 0 CATEGORIES= lang MASTER_SITES= LOCAL/vanilla @@ -14,36 +10,25 @@ MASTER_SITES= LOCAL/vanilla MAINTAINER= vanilla@FreeBSD.org COMMENT= Google\'s open source JavaScript engine -LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo -USE_GCC= any USE_GMAKE= yes USE_PYTHON= 2.7+ USE_XZ= yes USE_LDCONFIG= yes ALL_TARGET= native -OPTIONS= SNAPSHOT "Enable snapshots" Off - -.include MAKE_ARGS= library=shared -.if ${CC} == "clang" && ${CXX} == "clang++" +.if ${CC:T:Mclang} == "clang" || ${CXX:T:Mclang++} == "clang++" || ${OSVERSION} >= 1000024 MAKE_ENV+= LINK=clang++ .else MAKE_ARGS+= strictaliasing=off -.endif - -.if defined(WITHOUT_SNAPSHOT) -MAKE_ARGS+= snapshot=off -.else -MAKE_ARGS+= snapshot=on +USE_GCC= any .endif ONLY_FOR_ARCHS= i386 amd64 -.include - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/out/native/d8 ${PREFIX}/bin/d8 ${INSTALL_LIB} -m 755 ${WRKSRC}/out/native/lib.target/libv8.so ${PREFIX}/lib/libv8.so.1 @@ -55,4 +40,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/include/v8-testing.h ${PREFIX}/include/ ${INSTALL_DATA} ${WRKSRC}/include/v8stdint.h ${PREFIX}/include/ -.include +.include Modified: head/lang/v8/distinfo ============================================================================== --- head/lang/v8/distinfo Wed Dec 12 02:02:15 2012 (r308732) +++ head/lang/v8/distinfo Wed Dec 12 02:02:55 2012 (r308733) @@ -1,2 +1,2 @@ -SHA256 (v8-3.14.5.tar.xz) = f6eed39bcd9f92116f665b82dcdf76a1708ac974e45dfcedb53eed5fefda8a7f -SIZE (v8-3.14.5.tar.xz) = 8565300 +SHA256 (v8-3.15.10.tar.xz) = f1a5a4cdcfa65b5153ddf4eebebdba47bae506d47e62522fc71d8d0fb420e297 +SIZE (v8-3.15.10.tar.xz) = 8610276