From owner-freebsd-ports@FreeBSD.ORG Mon Oct 7 12:15:43 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1CD50D00; Mon, 7 Oct 2013 12:15:43 +0000 (UTC) (envelope-from marko.cupac@mimar.rs) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id C63752EFC; Mon, 7 Oct 2013 12:15:42 +0000 (UTC) Received: from tazar.mimar.rs (localhost [127.0.0.1]) by www.mimar.rs (Postfix) with ESMTP id DF34CB902B; Mon, 7 Oct 2013 14:15:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:references:in-reply-to:message-id:subject :subject:from:from:date:date:received:received; s=mimar-0901; t= 1381148139; x=1382962540; bh=liRmKq9EiYrtW86GGJFvpIDcz9wVoSfeiiX 6EURZSEI=; b=STIXSemctuNtVtxz+MBPHeeALpGyuePJOomHd8xg4qvYHQkPyko E0ahbLh5+tyreugLGH10xfKpo/j6Jq6E/TGoqq3YUcscZb/tW7bPMU2f/gnHk/0b VR4lMLEN/ywAtI4fizMcpIU41WZvJvGl+iBXtTFAPSnuhQMqsmGCPGlA= X-Virus-Scanned: amavisd-new at mimar.rs Received: from www.mimar.rs ([127.0.0.1]) by tazar.mimar.rs (tazar.mimar.rs [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id NZhRj41D0fYF; Mon, 7 Oct 2013 14:15:39 +0200 (CEST) Received: from kaa.mimar.rs (nat.kappastar.com [193.53.106.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by www.mimar.rs (Postfix) with ESMTPSA id 335BFB9022; Mon, 7 Oct 2013 14:15:39 +0200 (CEST) Date: Mon, 7 Oct 2013 14:15:38 +0200 From: Marko =?UTF-8?B?Q3VwYcSH?= To: freebsd-ports@freebsd.org Subject: Re: multimedia/ffmpeg build fails on 9.2-STABLE and perl-5.18 Message-Id: <20131007141538.bf9f2e6379c0926220710c4e@mimar.rs> In-Reply-To: <20131007141015.a2a3715bb1161ebf37de345f@mimar.rs> References: <20131007141015.a2a3715bb1161ebf37de345f@mimar.rs> Organization: Mimar X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: wg@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 12:15:43 -0000 On Mon, 7 Oct 2013 14:10:15 +0200 Marko Cupa=C4=87 wrote: > My patch is attached. It looks like the attachment was stripped. I'll put it inline: ------------------------------------------------------------------------- --- doc/protocols.texi.orig 2013-02-17 23:46:23.000000000 +0100 +++ doc/protocols.texi 2013-10-07 13:48:19.000000000 +0200 @@ -155,7 +155,7 @@ =20 Real-Time Messaging Protocol. =20 -The Real-Time Messaging Protocol (RTMP) is used for streaming multime=E2= =80=90 +The Real-Time Messaging Protocol (RTMP) is used for streaming multime -- dia content across a TCP/IP network. =20 The required syntax is: ------------------------------------------------------------------------- --=20 Marko Cupa=C4=87