svn commit: r413755 - head/ftp/libfilezilla

Grzegorz Blach gblach at FreeBSD.org
Thu Apr 21 20:11:32 UTC 2016


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


More information about the svn-ports-all mailing list