From owner-svn-ports-all@freebsd.org Tue May 1 03:46:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 713BBFC341D; Tue, 1 May 2018 03:46:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 162317AB8C; Tue, 1 May 2018 03:46:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 10FFC1CBC6; Tue, 1 May 2018 03:46:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w413kMfR031737; Tue, 1 May 2018 03:46:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w413kMo7031735; Tue, 1 May 2018 03:46:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805010346.w413kMo7031735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 1 May 2018 03:46:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468752 - head/net-im/qTox X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/net-im/qTox X-SVN-Commit-Revision: 468752 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 May 2018 03:46:23 -0000 Author: jbeich Date: Tue May 1 03:46:22 2018 New Revision: 468752 URL: https://svnweb.freebsd.org/changeset/ports/468752 Log: net-im/qTox: unbreak with ffmpeg 4.0 src/video/camerasource.cpp:112:5: error: 'av_register_all' is deprecated [-Werror,-Wdeprecated-declarations] av_register_all(); ^ /usr/local/include/libavformat/avformat.h:2025:6: note: 'av_register_all' declared here void av_register_all(void); ^ PR: 227726 Reported by: antoine (via exp-run) Obtained from: upstream Modified: head/net-im/qTox/Makefile (contents, props changed) head/net-im/qTox/distinfo (contents, props changed) Modified: head/net-im/qTox/Makefile ============================================================================== --- head/net-im/qTox/Makefile Tue May 1 00:51:37 2018 (r468751) +++ head/net-im/qTox/Makefile Tue May 1 03:46:22 2018 (r468752) @@ -6,6 +6,9 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.14.1 CATEGORIES= net-im net-p2p +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 441931765ffe.patch:-p1 + MAINTAINER= yuri@FreeBSD.org COMMENT= Qt 5 based Tox client Modified: head/net-im/qTox/distinfo ============================================================================== --- head/net-im/qTox/distinfo Tue May 1 00:51:37 2018 (r468751) +++ head/net-im/qTox/distinfo Tue May 1 03:46:22 2018 (r468752) @@ -1,3 +1,5 @@ TIMESTAMP = 1521709594 SHA256 (qTox-qTox-v1.14.1_GH0.tar.gz) = baa7b86cf54371e1d0fae4e56d12f15c75b6f43d113057e740ba98772def149d SIZE (qTox-qTox-v1.14.1_GH0.tar.gz) = 4106709 +SHA256 (441931765ffe.patch) = 576690867f6fcbe0e20a299c51e1e9ec9673ef7d576b13d8e08fb103673a6bb7 +SIZE (441931765ffe.patch) = 760