From owner-svn-ports-all@freebsd.org Mon Jan 11 11:53:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3930EA6C39A; Mon, 11 Jan 2016 11:53:25 +0000 (UTC) (envelope-from kwm@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 mx1.freebsd.org (Postfix) with ESMTPS id E1F2D193A; Mon, 11 Jan 2016 11:53:24 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0BBrNKN032149; Mon, 11 Jan 2016 11:53:23 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0BBrN8X032147; Mon, 11 Jan 2016 11:53:23 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201601111153.u0BBrN8X032147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 11 Jan 2016 11:53:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405775 - in head/net-im/telepathy-haze: . files X-SVN-Group: ports-head 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.20 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: Mon, 11 Jan 2016 11:53:25 -0000 Author: kwm Date: Mon Jan 11 11:53:23 2016 New Revision: 405775 URL: https://svnweb.freebsd.org/changeset/ports/405775 Log: Fix the build with libpurple 2.0.12. Added: head/net-im/telepathy-haze/files/ head/net-im/telepathy-haze/files/patch-src_media-stream.c (contents, props changed) Modified: head/net-im/telepathy-haze/Makefile Modified: head/net-im/telepathy-haze/Makefile ============================================================================== --- head/net-im/telepathy-haze/Makefile Mon Jan 11 11:07:43 2016 (r405774) +++ head/net-im/telepathy-haze/Makefile Mon Jan 11 11:53:23 2016 (r405775) @@ -1,9 +1,9 @@ # Created by: Michael Johnson # $FreeBSD$ -# $MCom: ports/trunk/net-im/telepathy-haze/Makefile 19801 2014-08-13 09:46:10Z gusi $ PORTNAME= telepathy-haze PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-haze/ Added: head/net-im/telepathy-haze/files/patch-src_media-stream.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/telepathy-haze/files/patch-src_media-stream.c Mon Jan 11 11:53:23 2016 (r405775) @@ -0,0 +1,15 @@ +This patch fixes a build with libpurple 2.0.12. + +http://pidgin.im/pipermail/devel/2015-March/023639.html +Replaces the old emu with the _PASSIVE. +--- src/media-stream.c.orig 2016-01-11 12:37:14.015586000 +0100 ++++ src/media-stream.c 2016-01-11 12:39:24.449684000 +0100 +@@ -1076,7 +1076,7 @@ + if (proto == TP_MEDIA_STREAM_BASE_PROTO_UDP) + protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_UDP; + else if (proto == TP_MEDIA_STREAM_BASE_PROTO_TCP) +- protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_TCP; ++ protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_TCP_PASSIVE; + else + DEBUG ("Unknown network protocol"); +