From owner-svn-ports-all@FreeBSD.ORG Wed Feb 11 05:52:32 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F4B291D; Wed, 11 Feb 2015 05:52:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A9C7869; Wed, 11 Feb 2015 05:52:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1B5qWpV073309; Wed, 11 Feb 2015 05:52:32 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1B5qWbj073308; Wed, 11 Feb 2015 05:52:32 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502110552.t1B5qWbj073308@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 11 Feb 2015 05:52:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378816 - head/www/node-devel/files 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.18-1 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, 11 Feb 2015 05:52:32 -0000 Author: vanilla Date: Wed Feb 11 05:52:31 2015 New Revision: 378816 URL: https://svnweb.freebsd.org/changeset/ports/378816 QAT: https://qat.redports.org/buildarchive/r378816/ Log: Add missing patch file. Added: head/www/node-devel/files/patch-deps_v8_src_platform-posix.cc (contents, props changed) Added: head/www/node-devel/files/patch-deps_v8_src_platform-posix.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/node-devel/files/patch-deps_v8_src_platform-posix.cc Wed Feb 11 05:52:31 2015 (r378816) @@ -0,0 +1,11 @@ +--- ./deps/v8/src/base/platform/platform-posix.cc.orig 2015-02-07 04:04:23.000000000 +0800 ++++ ./deps/v8/src/base/platform/platform-posix.cc 2015-02-08 01:11:42.000000000 +0800 +@@ -328,7 +328,7 @@ + #elif V8_OS_ANDROID + return static_cast(gettid()); + #else +- return static_cast(pthread_self()); ++ return static_cast(reinterpret_cast(pthread_self())); + #endif + } +