From owner-svn-ports-all@freebsd.org Thu Apr 21 20:11:32 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 9A4AAB18AAF; Thu, 21 Apr 2016 20:11:32 +0000 (UTC) (envelope-from gblach@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 6BD5C1E73; Thu, 21 Apr 2016 20:11:32 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3LKBVgw020988; Thu, 21 Apr 2016 20:11:31 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3LKBV5Q020987; Thu, 21 Apr 2016 20:11:31 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201604212011.u3LKBV5Q020987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Thu, 21 Apr 2016 20:11:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413755 - 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.21 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: Thu, 21 Apr 2016 20:11:32 -0000 Author: gblach Date: Thu Apr 21 20:11:31 2016 New Revision: 413755 URL: https://svnweb.freebsd.org/changeset/ports/413755 Log: Always link against iconv with wchar_t extension PR: 208121 Submitted by: mikael.urankar gmail com Approved by: maintainer timeout Modified: head/ftp/libfilezilla/Makefile Modified: head/ftp/libfilezilla/Makefile ============================================================================== --- head/ftp/libfilezilla/Makefile Thu Apr 21 19:37:11 2016 (r413754) +++ head/ftp/libfilezilla/Makefile Thu Apr 21 20:11:31 2016 (r413755) @@ -2,6 +2,7 @@ PORTNAME= libfilezilla PORTVERSION= 0.4.0.1 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= SF/filezilla/${PORTNAME}/${PORTVERSION} @@ -15,7 +16,7 @@ BROKEN_powerpc64= Does not build BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library -USES= compiler:c++14-lang gmake iconv libtool localbase pathfix pkgconfig tar:bzip2 +USES= compiler:c++14-lang gmake iconv:wchar_t libtool localbase pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip