Received: by mail.netbsd.org (Postfix, from userid 605) id BD2CB84ED5; Tue, 22 May 2018 17:32:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3FB0584ED6 for ; Tue, 22 May 2018 17:32:51 +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 57sO659Sr5aq for ; Tue, 22 May 2018 17:32:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D00A384CD6 for ; Tue, 22 May 2018 17:32:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA979FB3E; Tue, 22 May 2018 17:32:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1527010370155700" MIME-Version: 1.0 Date: Tue, 22 May 2018 17:32:50 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/lang/spidermonkey52 To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20180522173250.CA979FB3E@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. --_----------=_1527010370155700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Tue May 22 17:32:50 UTC 2018 Added Files: pkgsrc/lang/spidermonkey52: PLIST.Linux Log Message: spidermonkey52: add linux specific plist file to fix install on linux. From Nia Alarie in PR pkg/53304 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/lang/spidermonkey52/PLIST.Linux Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1527010370155700 Content-Disposition: inline Content-Length: 353 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/lang/spidermonkey52/PLIST.Linux diff -u /dev/null pkgsrc/lang/spidermonkey52/PLIST.Linux:1.1 --- /dev/null Tue May 22 17:32:50 2018 +++ pkgsrc/lang/spidermonkey52/PLIST.Linux Tue May 22 17:32:50 2018 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.Linux,v 1.1 2018/05/22 17:32:50 maya Exp $ +include/mozjs-52/mozilla/LinuxSignal.h --_----------=_1527010370155700--