Received: by mail.netbsd.org (Postfix, from userid 605) id 645CA84D69; Tue, 14 Jan 2020 10:46:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E08DB84D5F for ; Tue, 14 Jan 2020 10:46:42 +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 VsXvRUCQiYif for ; Tue, 14 Jan 2020 10:46:42 +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 3F9EA84D3F for ; Tue, 14 Jan 2020 10:46:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2BFBEFBF4; Tue, 14 Jan 2020 10:46:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157899880292220" MIME-Version: 1.0 Date: Tue, 14 Jan 2020 10:46:42 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/multimedia/mpv To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200114104642.2BFBEFBF4@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. --_----------=_157899880292220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jan 14 10:46:42 UTC 2020 Modified Files: pkgsrc/multimedia/mpv: Makefile Log Message: mpv: set WAF_REPLACE_EXECUTABLE=yes to fix build To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 pkgsrc/multimedia/mpv/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157899880292220 Content-Disposition: inline Content-Length: 748 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/mpv/Makefile diff -u pkgsrc/multimedia/mpv/Makefile:1.89 pkgsrc/multimedia/mpv/Makefile:1.90 --- pkgsrc/multimedia/mpv/Makefile:1.89 Sat Dec 28 17:20:32 2019 +++ pkgsrc/multimedia/mpv/Makefile Tue Jan 14 10:46:41 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2019/12/28 17:20:32 leot Exp $ +# $NetBSD: Makefile,v 1.90 2020/01/14 10:46:41 wiz Exp $ DISTNAME= mpv-0.31.0 CATEGORIES= multimedia @@ -19,6 +19,7 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-docutils>= # ${WRKSRC}/bootstrap.py mentions needed version TOOL_DEPENDS+= waf>=2.0.9:../../devel/waf +WAF_REPLACE_EXECUTABLE= yes WAF_CONFIGURE_ARGS+= --bindir=${PREFIX}/bin WAF_CONFIGURE_ARGS+= --enable-dvdnav WAF_CONFIGURE_ARGS+= --disable-egl-x11 --_----------=_157899880292220--