svn commit: r365910 - head/ftp/filezilla
Baptiste Daroussin
bapt at FreeBSD.org
Thu Aug 28 23:38:38 UTC 2014
On Sun, Aug 24, 2014 at 09:52:06AM +0000, Kurt Jaeger wrote:
> Author: pi
> Date: Sun Aug 24 09:52:06 2014
> New Revision: 365910
> URL: http://svnweb.freebsd.org/changeset/ports/365910
> QAT: https://qat.redports.org/buildarchive/r365910/
>
> Log:
> ftp/filezilla: 3.8.0 -> 3.9.0.3
>
> Changes: https://filezilla-project.org/versions.php
>
> PR: 191663
> Submitted by: matthew at reztek.cz
> Approved by: jsa (maintainer timeout)
>
> Modified:
> head/ftp/filezilla/Makefile
> head/ftp/filezilla/distinfo
> head/ftp/filezilla/pkg-plist
>
> Modified: head/ftp/filezilla/Makefile
> ==============================================================================
> --- head/ftp/filezilla/Makefile Sun Aug 24 09:49:32 2014 (r365909)
> +++ head/ftp/filezilla/Makefile Sun Aug 24 09:52:06 2014 (r365910)
> @@ -2,8 +2,7 @@
> # $FreeBSD$
>
> PORTNAME= filezilla
> -PORTVERSION= 3.8.0
> -PORTREVISION= 3
> +PORTVERSION= 3.9.0.3
> CATEGORIES= ftp
> MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
> DISTNAME= FileZilla_${PORTVERSION}_src
> @@ -20,11 +19,11 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/se
> libidn.so:${PORTSDIR}/dns/libidn \
> libtinyxml.so:${PORTSDIR}/textproc/tinyxml
>
> -
> INSTALLS_ICONS= yes
> USES= gmake pkgconfig tar:bzip2
> USE_SQLITE= 3
> -USE_WX= 2.8
> +#USE_WX= 2.8
> +USE_WX= 3.0
> WX_CONF_ARGS= relative
> WX_UNICODE= yes
> GNU_CONFIGURE= yes
> @@ -46,8 +45,14 @@ NLS_CONFIGURE_OFF= --disable-locales
> CONFIGURE_ARGS+= --disable-manualupdatecheck
> .endif
>
> +.include <bsd.port.pre.mk>
> +
> +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
> +USE_GCC= 4.7+
> +.endif
^^ This is wrong
if filezilla do need a c++11 compiler then the solution is
USES=compiler:c++11-lang
if filezilla do need a c++11 library then the solution is
USES=compiler:c++11-lib
if c++11-lang is enough then that will save libstdc++ potential mixup problems.
regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140829/72ed8c9b/attachment.sig>
More information about the svn-ports-head
mailing list