Received: by mail.netbsd.org (Postfix, from userid 605) id 193C384D8A; Thu, 26 Sep 2019 00:49:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9550F84D02 for ; Thu, 26 Sep 2019 00:49:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id HL15G6bmB6N7 for ; Thu, 26 Sep 2019 00:49:09 +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 F092384CEE for ; Thu, 26 Sep 2019 00:49:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E8696FBF4; Thu, 26 Sep 2019 00:49:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1569458947114730" MIME-Version: 1.0 Date: Thu, 26 Sep 2019 00:49:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/R-askpass To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190926004907.E8696FBF4@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. --_----------=_1569458947114730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Sep 26 00:49:07 UTC 2019 Modified Files: pkgsrc/security/R-askpass: Makefile Log Message: R-askpass: skip interpreter check for two mac-only files To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/R-askpass/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1569458947114730 Content-Disposition: inline Content-Length: 816 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/R-askpass/Makefile diff -u pkgsrc/security/R-askpass/Makefile:1.1 pkgsrc/security/R-askpass/Makefile:1.2 --- pkgsrc/security/R-askpass/Makefile:1.1 Fri Aug 9 19:02:20 2019 +++ pkgsrc/security/R-askpass/Makefile Thu Sep 26 00:49:07 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/08/09 19:02:20 brook Exp $ +# $NetBSD: Makefile,v 1.2 2019/09/26 00:49:07 wiz Exp $ R_PKGNAME= askpass R_PKGVER= 1.1 @@ -17,5 +17,8 @@ REPLACE.osascript.old= [^[:space:]]*env REPLACE.osascript.new= /usr/bin/osascript REPLACE_FILES.osascript= inst/mac-askpass inst/mac-simplepass +CHECK_INTERPRETER_SKIP+= lib/R/library/askpass/mac-askpass +CHECK_INTERPRETER_SKIP+= lib/R/library/askpass/mac-simplepass + .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" --_----------=_1569458947114730--