From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 28 21:40:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8EA21065676 for ; Sun, 28 Aug 2011 21:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B797F8FC0A for ; Sun, 28 Aug 2011 21:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7SLeADF008628 for ; Sun, 28 Aug 2011 21:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7SLeAou008627; Sun, 28 Aug 2011 21:40:10 GMT (envelope-from gnats) Resent-Date: Sun, 28 Aug 2011 21:40:10 GMT Resent-Message-Id: <201108282140.p7SLeAou008627@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, Mario Sergio Fujikawa Ferreira Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B39CA1065674 for ; Sun, 28 Aug 2011 21:39:33 +0000 (UTC) (envelope-from lioux@uol.com.br) Received: from goat.gigo.com (ipv6.gigo.com [IPv6:2001:470:1:18::2]) by mx1.freebsd.org (Postfix) with ESMTP id A4D628FC1E for ; Sun, 28 Aug 2011 21:39:33 +0000 (UTC) Received: from 189.10.64.100 (189-10-64-100.bsace702.dsl.brasiltelecom.net.br [189.10.64.100]) by goat.gigo.com (Postfix) with ESMTPSA id 13DB7B83D for ; Sun, 28 Aug 2011 14:39:33 -0700 (PDT) Received: (qmail 64538 invoked by uid 1001); 28 Aug 2011 18:37:17 -0300 Message-Id: <20110828213739.63902.qmail@exxodus.fedaykin.here> Date: 28 Aug 2011 18:37:15 -0300 From: Mario Sergio Fujikawa Ferreira To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lme@FreeBSD.org Subject: ports/160266: [PATCH] multimedia/devede: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2011 21:40:11 -0000 >Number: 160266 >Category: ports >Synopsis: [PATCH] multimedia/devede: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 28 21:40:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD exxodus.fedaykin.here 8.2-STABLE FreeBSD 8.2-STABLE #13: Sun Aug 21 17:38:16 BRT 2011 >Description: - devede uses LOCALBASE/bin/iconv from converters/libiconv port to convert subtitles to UTF-8 before processing - converters/libiconv version 1.13.1_1 only understands UTF-8 as a valid option. - However, devede through patch files/patch-devede_other.py tries to use UTF8 which is not recognized iconv: conversion to UTF8 unsupported iconv: try 'iconv -l' to get the list of supported encodings $ iconv -l | grep -i utf UTF-8 UTF-16 UTF-16BE UTF-16LE UTF-32 UTF-32BE UTF-32LE UNICODE-1-1-UTF-7 UTF-7 CSUNICODE11UTF7 - Remove the offending patch. - Bump PORTREVISION - If this patch is required on some particular FreeBSD installation (some previous version), please add this patch with EXTRA_PATCHES using a suitable OSVERSION test. Removed file(s): - files/patch-devede_other.py Port maintainer (lme@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- devede-3.16.9_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/multimedia/devede/Makefile,v retrieving revision 1.16 diff -d -u -u -r1.16 Makefile --- Makefile 19 Oct 2010 19:19:28 -0000 1.16 +++ Makefile 28 Aug 2011 21:31:42 -0000 @@ -7,6 +7,7 @@ PORTNAME= devede DISTVERSION= 3.16.9 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.rastersoft.com/descargas/ \ http://bsd-geek.de/FreeBSD/distfiles/ Index: files/patch-devede_other.py =================================================================== RCS file: files/patch-devede_other.py diff -N files/patch-devede_other.py --- files/patch-devede_other.py 1 Oct 2010 16:12:24 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- ./devede_other.py.orig 2010-10-01 17:35:11.558220218 +0200 -+++ ./devede_other.py 2010-10-01 17:35:51.631522099 +0200 -@@ -233,7 +233,7 @@ - - def convert_to_UTF8(self,infile_n,outfile_n,origin_format): - -- command_line='iconv -f '+str(origin_format)+' -t UTF-8 "'+str(infile_n)+'" > "'+str(outfile_n)+'"' -+ command_line='iconv -f '+str(origin_format)+' -t UTF8 "'+str(infile_n)+'" > "'+str(outfile_n)+'"' - return self.launch_shell(command_line).wait() - - --- devede-3.16.9_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: