Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Apr 2016 20:11:31 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413755 - head/ftp/libfilezilla
Message-ID:  <201604212011.u3LKBV5Q020987@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <at> gmail <dot> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604212011.u3LKBV5Q020987>