From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 25 05:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BB7352B0 for ; Sun, 25 Aug 2013 05:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98BE22968 for ; Sun, 25 Aug 2013 05:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7P5o0X8086885 for ; Sun, 25 Aug 2013 05:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7P5o0Jf086884; Sun, 25 Aug 2013 05:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 25 Aug 2013 05:50:00 GMT Resent-Message-Id: <201308250550.r7P5o0Jf086884@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Norikatsu Shigemura 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 5772324E for ; Sun, 25 Aug 2013 05:41:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45FFE2936 for ; Sun, 25 Aug 2013 05:41:09 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7P5f9X2098798 for ; Sun, 25 Aug 2013 05:41:09 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7P5f9a7098797; Sun, 25 Aug 2013 05:41:09 GMT (envelope-from nobody) Message-Id: <201308250541.r7P5f9a7098797@oldred.freebsd.org> Date: Sun, 25 Aug 2013 05:41:09 GMT From: Norikatsu Shigemura To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181516: [ports/multimedia/ffmpeg] Fix build error with perl 5.18 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2013 05:50:00 -0000 >Number: 181516 >Category: ports >Synopsis: [ports/multimedia/ffmpeg] Fix build error with perl 5.18 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 25 05:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Norikatsu Shigemura >Release: FreeBSD/amd64 on 10-current >Organization: Personal >Environment: FreeBSD pelsia.ninth-nine.com 10.0-CURRENT FreeBSD 10.0-CURRENT #6 r254715M: Sat Aug 24 10:27:09 JST 2013 nork@pelsia.ninth-nine.com:/usr/obj/usr/src/sys/PELSIA amd64 >Description: ffmpeg's document (doc/protocols.texi) has UTF-8 full-width hyphen, so break .pod file with perl5.18. >How-To-Repeat: $ cd /usr/ports/multimedia/ffmpeg $ env PERL_VERSION=5.18.1 make : MAN doc/ffmpeg.1 Wide character in printf at /usr/local/lib/perl5/5.18/Pod/Simple.pm line 539. doc/ffmpeg.pod around line 4218: Non-ASCII character seen before =encoding in 'multime‐'. Assuming UTF-8 POD document had syntax errors at /usr/local/bin/pod2man line 71. gmake[2]: *** [doc/ffmpeg.1] Error 255 >Fix: Please apply my patch. Patch attached with submission follows: Index: files/patch-doc-protocols.texi =================================================================== --- files/patch-doc-protocols.texi (revision 0) +++ files/patch-doc-protocols.texi (working copy) @@ -0,0 +1,11 @@ +--- doc/protocols.texi.orig 2013-02-18 07:46:23.000000000 +0900 ++++ doc/protocols.texi 2013-08-25 14:29:54.989021455 +0900 +@@ -155,7 +155,7 @@ + + Real-Time Messaging Protocol. + +-The Real-Time Messaging Protocol (RTMP) is used for streaming multimeā€ ++The Real-Time Messaging Protocol (RTMP) is used for streaming multime -- + dia content across a TCP/IP network. + + The required syntax is: >Release-Note: >Audit-Trail: >Unformatted: