- 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
Responsible Changed From-To: freebsd-ports-bugs->lme Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed. Thanks!