Skip site navigation (1)Skip section navigation (2)
Date:      28 Aug 2011 18:37:15 -0300
From:      Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lme@FreeBSD.org
Subject:   ports/160266: [PATCH] multimedia/devede: [SUMMARIZE CHANGES]
Message-ID:  <20110828213739.63902.qmail@exxodus.fedaykin.here>
Resent-Message-ID: <201108282140.p7SLeAou008627@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110828213739.63902.qmail>