summaryrefslogtreecommitdiff
path: root/net/freerdp
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-04-30 19:04:19 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-04-30 19:04:19 +0000
commitb47e63752f27701bc33c75faa2e948cab07a6043 (patch)
tree0a677a4b0be2f935f95dfeb8dee37395c29b6c51 /net/freerdp
parent5bbb846d18bd3f9f2171a2a4db5b226f45e3e0cc (diff)
downloadfreebsd-ports-b47e63752f27701bc33c75faa2e948cab07a6043.zip
net/freerdp: unbreak with ffmpeg 4.0
channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:210:38: error: use of undeclared identifier 'CODEC_CAP_TRUNCATED' if (mdecoder->codec->capabilities & CODEC_CAP_TRUNCATED) ^ channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:211:37: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED' mdecoder->codec_context->flags |= CODEC_FLAG_TRUNCATED; ^ PR: 227726 Reported by: antoine (via exp-run) Obtained from: upstream (FreeRDP 2.0.0-rc2)
Diffstat (limited to 'net/freerdp')
-rw-r--r--net/freerdp/Makefile3
-rw-r--r--net/freerdp/distinfo4
2 files changed, 7 insertions, 0 deletions
diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile
index ff2a0de98954..751b7cf9db2b 100644
--- a/net/freerdp/Makefile
+++ b/net/freerdp/Makefile
@@ -6,6 +6,9 @@ DISTVERSION= 2.0.0-rc1
PORTREVISION= 3
CATEGORIES= net comms ipv6
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES= 78df32c77f28.patch:-p1 ed571e74a594.patch:-p1
+
MAINTAINER= kevans@FreeBSD.org
COMMENT= Free implementation of Remote Desktop Protocol
diff --git a/net/freerdp/distinfo b/net/freerdp/distinfo
index 713b2219f1c5..b59771672a70 100644
--- a/net/freerdp/distinfo
+++ b/net/freerdp/distinfo
@@ -1,3 +1,7 @@
TIMESTAMP = 1514888037
SHA256 (FreeRDP-FreeRDP-2.0.0-rc1_GH0.tar.gz) = a2c1c83072489d56da78bbe76c29729022f5c35a3ec3a1ce26cea8823de043c2
SIZE (FreeRDP-FreeRDP-2.0.0-rc1_GH0.tar.gz) = 6530403
+SHA256 (78df32c77f28.patch) = 797b38de1570e7f09fa4dc2d54e2e5f297ab15431b8d09348f55314716429f7c
+SIZE (78df32c77f28.patch) = 2393
+SHA256 (ed571e74a594.patch) = a40e4bc915c8c90d312d9369dcdf84433d9de3ceaf1595327b09c38f137db8d6
+SIZE (ed571e74a594.patch) = 1789