Bug 210848 - [patch] converters/p5-Text-Iconv - add knob to support iconv with //TRANSLIT extension
Summary: [patch] converters/p5-Text-Iconv - add knob to support iconv with //TRANSLIT ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-perl (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-07-05 19:01 UTC by Marcin Gryszkalis
Modified: 2016-07-05 20:27 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (perl)


Attachments
Makefile with option to use iconv:translit (529 bytes, patch)
2016-07-05 19:01 UTC, Marcin Gryszkalis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Gryszkalis 2016-07-05 19:01:37 UTC
Created attachment 172148 [details]
Makefile with option to use iconv:translit

As per https://www.freebsd.org/doc/en/books/porters-handbook/uses-iconv.html we can allow using GNU iconv that supports //TRANSLIT (and //IGNORE) extensions. When FreeBSD's iconv supports it the port will use it without any change.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-07-05 20:26:45 UTC
A commit references this bug:

Author: mat
Date: Tue Jul  5 20:26:13 UTC 2016
New revision: 418111
URL: https://svnweb.freebsd.org/changeset/ports/418111

Log:
  Always use libiconv, which has all the functions.

  PR:		210848
  Submitted by:	Marcin Gryszkalis
  Sponsored by:	Absolight

Changes:
  head/converters/p5-Text-Iconv/Makefile
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2016-07-05 20:27:17 UTC
Committed without an option.