Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 May 2018 03:46:22 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468752 - head/net-im/qTox
Message-ID:  <201805010346.w413kMo7031735@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805010346.w413kMo7031735>