Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2014 01:38:32 +0200
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        Kurt Jaeger <pi@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r365910 - head/ftp/filezilla
Message-ID:  <20140828233832.GG162@ivaldir.etoilebsd.net>
In-Reply-To: <201408240952.s7O9q6qD007094@svn.freebsd.org>
References:  <201408240952.s7O9q6qD007094@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--NY6JkbSqL3W9mApi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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/
>=20
> Log:
>   ftp/filezilla: 3.8.0 -> 3.9.0.3
>  =20
>   Changes: https://filezilla-project.org/versions.php
>  =20
>   PR:		191663
>   Submitted by:	matthew@reztek.cz
>   Approved by:	jsa (maintainer timeout)
>=20
> Modified:
>   head/ftp/filezilla/Makefile
>   head/ftp/filezilla/distinfo
>   head/ftp/filezilla/pkg-plist
>=20
> Modified: head/ftp/filezilla/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- 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$
> =20
>  PORTNAME=3D	filezilla
> -PORTVERSION=3D	3.8.0
> -PORTREVISION=3D	3
> +PORTVERSION=3D	3.9.0.3
>  CATEGORIES=3D	ftp
>  MASTER_SITES=3D	SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
>  DISTNAME=3D	FileZilla_${PORTVERSION}_src
> @@ -20,11 +19,11 @@ LIB_DEPENDS=3D	libgcrypt.so:${PORTSDIR}/se
>  		libidn.so:${PORTSDIR}/dns/libidn \
>  		libtinyxml.so:${PORTSDIR}/textproc/tinyxml
> =20
> -
>  INSTALLS_ICONS=3D	yes
>  USES=3D		gmake pkgconfig tar:bzip2
>  USE_SQLITE=3D	3
> -USE_WX=3D		2.8
> +#USE_WX=3D		2.8
> +USE_WX=3D		3.0
>  WX_CONF_ARGS=3D	relative
>  WX_UNICODE=3D	yes
>  GNU_CONFIGURE=3D	yes
> @@ -46,8 +45,14 @@ NLS_CONFIGURE_OFF=3D	--disable-locales
>  CONFIGURE_ARGS+=3D	--disable-manualupdatecheck
>  .endif
> =20
> +.include <bsd.port.pre.mk>
> +
> +.if ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} < 1000000
> +USE_GCC=3D	4.7+
> +.endif

^^ This is wrong

if filezilla do need a c++11 compiler then the solution is
USES=3Dcompiler:c++11-lang
if filezilla do need a c++11 library then the solution is
USES=3Dcompiler:c++11-lib

if c++11-lang is enough then that will save libstdc++ potential mixup probl=
ems.

regards,
Bapt

--NY6JkbSqL3W9mApi
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iEYEARECAAYFAlP/vXgACgkQ8kTtMUmk6ExDSQCgvvoMPDOdSJkgkxGmfwHbAi8D
ie8AoLK3dzmRPLwz0Ss6vAbLtadV5+vM
=XX0e
-----END PGP SIGNATURE-----

--NY6JkbSqL3W9mApi--



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