Received: by mail.netbsd.org (Postfix, from userid 605) id 978A184CFC; Thu, 23 Apr 2020 15:52:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1DA5B84CDB for ; Thu, 23 Apr 2020 15:52:03 +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 HDHVvgnAsjvq for ; Thu, 23 Apr 2020 15:52:02 +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 6F81784C8B for ; Thu, 23 Apr 2020 15:52:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6C785FB27; Thu, 23 Apr 2020 15:52:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587657122205870" MIME-Version: 1.0 Date: Thu, 23 Apr 2020 15:52:02 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net/freerdp To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200423155202.6C785FB27@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. --_----------=_1587657122205870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Apr 23 15:52:02 UTC 2020 Modified Files: pkgsrc/net/freerdp: Makefile options.mk Log Message: freerdp: Switch to ffmpeg4. NB: doesn't build due to openssl changes To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/freerdp/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/freerdp/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1587657122205870 Content-Disposition: inline Content-Length: 1252 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/freerdp/Makefile diff -u pkgsrc/net/freerdp/Makefile:1.44 pkgsrc/net/freerdp/Makefile:1.45 --- pkgsrc/net/freerdp/Makefile:1.44 Tue Mar 10 22:10:44 2020 +++ pkgsrc/net/freerdp/Makefile Thu Apr 23 15:52:02 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2020/03/10 22:10:44 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2020/04/23 15:52:02 nia Exp $ DISTNAME= freerdp-1.0.2 -PKGREVISION= 39 +PKGREVISION= 40 CATEGORIES= net MASTER_SITES= http://pub.freerdp.com/releases/ Index: pkgsrc/net/freerdp/options.mk diff -u pkgsrc/net/freerdp/options.mk:1.7 pkgsrc/net/freerdp/options.mk:1.8 --- pkgsrc/net/freerdp/options.mk:1.7 Sun Nov 12 15:36:58 2017 +++ pkgsrc/net/freerdp/options.mk Thu Apr 23 15:52:02 2020 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2017/11/12 15:36:58 khorben Exp $ +# $NetBSD: options.mk,v 1.8 2020/04/23 15:52:02 nia Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.freerdp PKG_SUPPORTED_OPTIONS= alsa cups ffmpeg pcsc pulseaudio debug @@ -36,7 +36,7 @@ CMAKE_ARGS+= -DWITH_CUPS=OFF ### FFmpeg support ### .if !empty(PKG_OPTIONS:Mffmpeg) -. include "../../multimedia/ffmpeg1/buildlink3.mk" +. include "../../multimedia/ffmpeg4/buildlink3.mk" CMAKE_ARGS+= -DWITH_FFMPEG=ON PLIST.ffmpeg= yes .else --_----------=_1587657122205870--