Received: by mail.netbsd.org (Postfix, from userid 605) id 3A6D684DA1; Sun, 13 Jun 2021 12:04:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7707384D12 for ; Sun, 13 Jun 2021 12:04:57 +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 bq72N2j4pUMC for ; Sun, 13 Jun 2021 12:04:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D35B884CEA for ; Sun, 13 Jun 2021 12:04:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D0C20FA95; Sun, 13 Jun 2021 12:04:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162358589640620" MIME-Version: 1.0 Date: Sun, 13 Jun 2021 12:04:56 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/parallel/ocl-icd To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210613120456.D0C20FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162358589640620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Jun 13 12:04:56 UTC 2021 Modified Files: pkgsrc/parallel/ocl-icd: Makefile Log Message: ocl-icd: set explicit path to ruby exectuable To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/parallel/ocl-icd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162358589640620 Content-Disposition: inline Content-Length: 718 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/parallel/ocl-icd/Makefile diff -u pkgsrc/parallel/ocl-icd/Makefile:1.3 pkgsrc/parallel/ocl-icd/Makefile:1.4 --- pkgsrc/parallel/ocl-icd/Makefile:1.3 Thu Jun 10 10:26:07 2021 +++ pkgsrc/parallel/ocl-icd/Makefile Sun Jun 13 12:04:56 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2021/06/10 10:26:07 nia Exp $ +# $NetBSD: Makefile,v 1.4 2021/06/13 12:04:56 nia Exp $ DISTNAME= ocl-icd-2.3.0 PKGREVISION= 1 @@ -22,6 +22,8 @@ TOOL_DEPENDS+= xmlto-[0-9]*:../../textpr .include "../../lang/ruby/rubyversion.mk" +MAKE_FLAGS+= RUBY=${RUBY:Q} + TOOL_DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR} CONFIGURE_ARGS+= --enable-custom-vendordir=${PKG_SYSCONFDIR}/OpenCL/vendors --_----------=_162358589640620--