Summary: | [PATCH] databases/xtrabackup: Drop USES=iconv. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Raphael Kubo da Costa <rakuco> | ||||||
Component: | Individual Port(s) | Assignee: | Mathieu Arnold <mat> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | aleks, tbabut | ||||||
Priority: | --- | Keywords: | patch | ||||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(aleks) koobs: merge-quarterly? |
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 161052 [details]
Update to 2.2.12
Could you please update the port to 2.2.12 at the same time? I have attached a patch including the suggested dependency change from Raphael.
That works for me too. We'll just have to wait a little longer to land everything separately (the official period for a maintainer timeout is 14 days). The dropping of USES=iconv should probably be MFH'd, whereas the version update shouldn't A commit references this bug: Author: mat Date: Thu Oct 29 13:47:34 UTC 2015 New revision: 400459 URL: https://svnweb.freebsd.org/changeset/ports/400459 Log: Update to 2.2.12. [1] Remove unneeded bits from the past. PR: 202760 Submitted by: maintainer Sponsored by: Absolight Changes: head/databases/xtrabackup/Makefile head/databases/xtrabackup/distinfo |
Created attachment 160502 [details] Proposed patch xtrabackup itself makes no iconv calls and does not use any iconv header. The only usages that I could find are in the bundled libarchive, but it is built with expat instead of libxml2, so it ends up not being used at all.