Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1D8531A9217 for ; Wed, 13 Jan 2021 09:38:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5747A850E4; Wed, 13 Jan 2021 09:38:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9131F84DBC for ; Wed, 13 Jan 2021 09:38:03 +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 OGaVNJLjXYcO for ; Wed, 13 Jan 2021 09:38:03 +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 E8D3584CE2 for ; Wed, 13 Jan 2021 09:38:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E65EEFA9D; Wed, 13 Jan 2021 09:38:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610530682146830" MIME-Version: 1.0 Date: Wed, 13 Jan 2021 09:38:02 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/multimedia/ffmpeg3 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210113093802.E65EEFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610530682146830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Jan 13 09:38:02 UTC 2021 Modified Files: pkgsrc/multimedia/ffmpeg3: Makefile Log Message: ffmpeg3: Fix executable name in NOT_PAX_MPROTECT... To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 pkgsrc/multimedia/ffmpeg3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610530682146830 Content-Disposition: inline Content-Length: 788 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/ffmpeg3/Makefile diff -u pkgsrc/multimedia/ffmpeg3/Makefile:1.62 pkgsrc/multimedia/ffmpeg3/Makefile:1.63 --- pkgsrc/multimedia/ffmpeg3/Makefile:1.62 Fri Jan 1 09:52:36 2021 +++ pkgsrc/multimedia/ffmpeg3/Makefile Wed Jan 13 09:38:02 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2021/01/01 09:52:36 ryoon Exp $ +# $NetBSD: Makefile,v 1.63 2021/01/13 09:38:02 nia Exp $ PKGNAME= ${DISTNAME:S/ffmpeg/ffmpeg3/} PKGREVISION= 5 @@ -53,7 +53,7 @@ CONFIGURE_ARGS+= --disable-asm . elif !empty(CC_VERSION:Mgcc-[456].*) CFLAGS+= -mstackrealign -mpreferred-stack-boundary=4 . endif -NOT_PAX_MPROTECT_SAFE+= bin/ffmpeg4 +NOT_PAX_MPROTECT_SAFE+= bin/ffmpeg3 .endif # configure script uses uname -m to detect arch, as opposed to uname -p in --_----------=_1610530682146830--