Bug 160266 - [PATCH] multimedia/devede: remove broken patch
Summary: [PATCH] multimedia/devede: remove broken patch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Lars Engels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-28 22:40 UTC by Mario Sergio Fujikawa Ferreira
Modified: 2011-09-17 22:31 UTC (History)
1 user (show)

See Also:


Attachments
devede-3.16.9_1.patch (1.22 KB, patch)
2011-08-28 22:40 UTC, Mario Sergio Fujikawa Ferreira
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2011-08-28 22:40:10 UTC
- 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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-28 22:40:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lme

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-17 22:29:39 UTC
lme         2011-09-17 21:29:24 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/devede    Makefile distinfo pkg-plist 
  Removed files:
    multimedia/devede/files patch-devede_other.py 
  Log:
  - Update to 3.17.0 [1]
  - Remove unneeded patch [2]
  - Silent install
  
  PR:             ports/160332 [1], ports/160266 [2]
  Submitted by:   stefan [1], lioux [2]
  
  Revision  Changes    Path
  1.17      +33 -33    ports/multimedia/devede/Makefile
  1.9       +2 -2      ports/multimedia/devede/distinfo
  1.3       +0 -11     ports/multimedia/devede/files/patch-devede_other.py (dead)
  1.9       +2 -0      ports/multimedia/devede/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Lars Engels freebsd_committer freebsd_triage 2011-09-17 22:31:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!