svn commit: r308733 - head/lang/v8
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Dec 12 02:02:56 UTC 2012
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 at 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 <bsd.port.options.mk>
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 <bsd.port.pre.mk>
-
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 <bsd.port.post.mk>
+.include <bsd.port.mk>
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
More information about the svn-ports-head
mailing list