Bug 206981 - ftp/libfilezilla: fix build in cluster
Summary: ftp/libfilezilla: fix build in cluster
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-06 17:45 UTC by Matthew Rezny
Modified: 2016-02-07 14:38 UTC (History)
1 user (show)

See Also:


Attachments
fix ftp/libfilezilla (529 bytes, patch)
2016-02-06 19:20 UTC, Matthew Rezny
rezny: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Rezny freebsd_committer freebsd_triage 2016-02-06 17:45:24 UTC
libfilezilla was tested on 10.2 on both amd64 and i386, but surprisingly fails to build in the cluster due to an undocumented difference.

<antoine> uses=iconv is different on 10.1 and 10.2

Section 6.23 of the Porter's Handbook only mentions a difference in behavior before/after 10-current from 2013. There is no mention of the difference between 10.1 and 10.2.

Patch adds USES=iconv to allow building on 10.1 where it's not really a noop.
Comment 1 Matthew Rezny freebsd_committer freebsd_triage 2016-02-06 19:20:27 UTC
Created attachment 166665 [details]
fix ftp/libfilezilla

This patch was attached when the issue was opened a couple hours ago. I just happened to have reloaded the page and there's no attachment. WTF bugzilla?!?
Adding it again...
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-02-07 14:35:26 UTC
A commit references this bug:

Author: novel
Date: Sun Feb  7 14:35:15 UTC 2016
New revision: 408411
URL: https://svnweb.freebsd.org/changeset/ports/408411

Log:
  ftp/libfilezilla: fix build on 10.1

  PR:		206981
  Submitted by:	matthew@reztek.cz (maintainer)

Changes:
  head/ftp/libfilezilla/Makefile
Comment 3 Roman Bogorodskiy freebsd_committer freebsd_triage 2016-02-07 14:38:03 UTC
Committed, thanks!