From owner-svn-ports-all@freebsd.org Sun Feb 7 14:35:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3C13AA0825; Sun, 7 Feb 2016 14:35:16 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C46552BA; Sun, 7 Feb 2016 14:35:16 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17EZFm1094620; Sun, 7 Feb 2016 14:35:15 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17EZFsa094619; Sun, 7 Feb 2016 14:35:15 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201602071435.u17EZFsa094619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 7 Feb 2016 14:35:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408411 - head/ftp/libfilezilla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 14:35:17 -0000 Author: novel Date: Sun Feb 7 14:35:15 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) Modified: head/ftp/libfilezilla/Makefile Modified: head/ftp/libfilezilla/Makefile ============================================================================== --- head/ftp/libfilezilla/Makefile Sun Feb 7 14:07:15 2016 (r408410) +++ head/ftp/libfilezilla/Makefile Sun Feb 7 14:35:15 2016 (r408411) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library -USES= compiler:c++14-lang gmake libtool localbase pathfix pkgconfig tar:bzip2 +USES= compiler:c++14-lang gmake iconv libtool localbase pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip