Received: by mail.netbsd.org (Postfix, from userid 605) id C339284DFE; Sat, 15 Dec 2018 17:32:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE4C684DEE for ; Sat, 15 Dec 2018 17:32:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id e9_L1dBfiyQd for ; Sat, 15 Dec 2018 17:32:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C18A084CFB for ; Sat, 15 Dec 2018 17:32:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B35B3FB16; Sat, 15 Dec 2018 17:32:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1544895158164010" MIME-Version: 1.0 Date: Sat, 15 Dec 2018 17:32:38 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/lang/nodejs To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20181215173238.B35B3FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1544895158164010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sat Dec 15 17:32:38 UTC 2018 Modified Files: pkgsrc/lang/nodejs: Makefile distinfo pkgsrc/lang/nodejs/patches: patch-src_inspector__agent.cc Log Message: nodejs: don't invert notion of code. from Mike Pumford. To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 pkgsrc/lang/nodejs/Makefile cvs rdiff -u -r1.139 -r1.140 pkgsrc/lang/nodejs/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/lang/nodejs/patches/patch-src_inspector__agent.cc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1544895158164010 Content-Disposition: inline Content-Length: 2911 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/nodejs/Makefile diff -u pkgsrc/lang/nodejs/Makefile:1.149 pkgsrc/lang/nodejs/Makefile:1.150 --- pkgsrc/lang/nodejs/Makefile:1.149 Wed Dec 12 16:38:06 2018 +++ pkgsrc/lang/nodejs/Makefile Sat Dec 15 17:32:38 2018 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.149 2018/12/12 16:38:06 adam Exp $ +# $NetBSD: Makefile,v 1.150 2018/12/15 17:32:38 maya Exp $ DISTNAME= node-v10.14.2 USE_LANGUAGES= c gnu++14 +PKGREVISION= 1 # Stated by the changelog as of 8.2.0 GCC_REQD+= 4.9.4 Index: pkgsrc/lang/nodejs/distinfo diff -u pkgsrc/lang/nodejs/distinfo:1.139 pkgsrc/lang/nodejs/distinfo:1.140 --- pkgsrc/lang/nodejs/distinfo:1.139 Wed Dec 12 16:38:06 2018 +++ pkgsrc/lang/nodejs/distinfo Sat Dec 15 17:32:38 2018 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.139 2018/12/12 16:38:06 adam Exp $ +$NetBSD: distinfo,v 1.140 2018/12/15 17:32:38 maya Exp $ SHA1 (node-v10.14.2.tar.gz) = e7d05110bcb3c46c46390b3026664102f27f5838 RMD160 (node-v10.14.2.tar.gz) = 2fd95aa111fa1cbd611ab2aba1797efe35895712 @@ -26,7 +26,7 @@ SHA1 (patch-deps_v8_src_log-utils.h) = 7 SHA1 (patch-deps_v8_tools_run-llprof.sh) = 39aa3faf77492ef8dd35b411b7b0e4605b469af3 SHA1 (patch-node.gypi) = 4a104dba6c22702211009bc60a6be6f87554e2fa SHA1 (patch-src_cares__wrap.cc) = a26a162f130468cbc0650a33b27b71377d273704 -SHA1 (patch-src_inspector__agent.cc) = f6d25964a6446a1cb3c7733b7668c87932efad98 +SHA1 (patch-src_inspector__agent.cc) = 6066c01b671a1d416440b073a7a21fdf22eef926 SHA1 (patch-src_node__postmortem__metadata.cc) = 9938482d724ad6636af5dc3fa719ec26ed8539ff SHA1 (patch-tools_gyp_pylib_gyp_common.py) = 585dd239415da146fa50ed86e42dd99080e86002 SHA1 (patch-tools_gyp_pylib_gyp_generator_make.py) = be3cc1aaa85c3d59b6f2758df813cb5ad8d8f74e Index: pkgsrc/lang/nodejs/patches/patch-src_inspector__agent.cc diff -u pkgsrc/lang/nodejs/patches/patch-src_inspector__agent.cc:1.1 pkgsrc/lang/nodejs/patches/patch-src_inspector__agent.cc:1.2 --- pkgsrc/lang/nodejs/patches/patch-src_inspector__agent.cc:1.1 Mon Jun 5 21:14:04 2017 +++ pkgsrc/lang/nodejs/patches/patch-src_inspector__agent.cc Sat Dec 15 17:32:38 2018 @@ -1,4 +1,4 @@ -$NetBSD: patch-src_inspector__agent.cc,v 1.1 2017/06/05 21:14:04 fhajny Exp $ +$NetBSD: patch-src_inspector__agent.cc,v 1.2 2018/12/15 17:32:38 maya Exp $ --- src/inspector_agent.cc.orig 2017-05-30 17:32:13.000000000 +0000 +++ src/inspector_agent.cc @@ -7,7 +7,7 @@ $NetBSD: patch-src_inspector__agent.cc,v // follow the pthreads specification to the letter rather than in spirit: // https://lists.freebsd.org/pipermail/freebsd-current/2014-March/048885.html -#ifndef __FreeBSD__ -+#if defined(__FreeBSD__) && !defined(__NetBSD__) ++#if !defined(__FreeBSD__) && !defined(__NetBSD__) CHECK_EQ(0, pthread_attr_setstacksize(&attr, PTHREAD_STACK_MIN)); #endif // __FreeBSD__ CHECK_EQ(0, pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED)); --_----------=_1544895158164010--