From owner-svn-ports-head@FreeBSD.ORG Fri Aug 29 05:39:31 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C6E4F97; Fri, 29 Aug 2014 05:39:31 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 992511546; Fri, 29 Aug 2014 05:39:30 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id ho1so8544807wib.8 for ; Thu, 28 Aug 2014 22:39:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=auOv3X+JZIXdhfaPkhlhaDd8ZS3fK8dZzUsTJEfX4XQ=; b=FgSWvFCxtOyUSvrjRMU0FXdT551dBABtzxjFRhsuE23/edSMdmUqd9JC+fUEr32Olc 3dF+RhWufQfLLSwmRdgatCaJ9pI9YhUHXvNqfju4XYjXgqWd8WAB1fNRL559fPZhf78Y fAQJFdXJRlpDW0nQ/cuoJObUWczYP146T8z3mU9wbRWXkStR7biGJfAZgfGRtA2oX7XY X8e47Wiq0Ud3kQZNyECfuNtNib2M79rLoXaPyre354O/AGNbgvQCFHFWevXX5RkvRndy r4Hs/M99B6zsdpHa7lCblqsH1cjgWpFywCgQo79v+eGytzw1Tif/qHcuUUIRIT9cfpHJ 9zUg== X-Received: by 10.180.104.42 with SMTP id gb10mr1495990wib.65.1409290768866; Thu, 28 Aug 2014 22:39:28 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id s3sm43423250wis.3.2014.08.28.22.39.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Aug 2014 22:39:27 -0700 (PDT) Sender: Baptiste Daroussin Date: Fri, 29 Aug 2014 07:39:25 +0200 From: Baptiste Daroussin To: Kurt Jaeger Subject: Re: svn commit: r365910 - head/ftp/filezilla Message-ID: <20140829053925.GH162@ivaldir.etoilebsd.net> References: <201408240952.s7O9q6qD007094@svn.freebsd.org> <20140828233832.GG162@ivaldir.etoilebsd.net> <20140829035244.GH42528@f10.opsec.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="v2Uk6McLiE8OV1El" Content-Disposition: inline In-Reply-To: <20140829035244.GH42528@f10.opsec.eu> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 05:39:31 -0000 --v2Uk6McLiE8OV1El Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 29, 2014 at 05:52:44AM +0200, Kurt Jaeger wrote: > Hi! >=20 > > > +.include > > > + > > > +.if ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} < 1000000 > > > +USE_GCC=3D 4.7+ > > > +.endif > >=20 > > ^^ This is wrong > >=20 > > 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 > >=20 > > if c++11-lang is enough then that will save libstdc++ potential mixup p= roblems. >=20 > Gerald Pfeifer pointed in that direction, and I'm investigating this. >=20 > No definite answer as $DAYJOB demands its share... >=20 Sorry I saw Gerald mail after that :) regards, Bapt --v2Uk6McLiE8OV1El Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQAEg0ACgkQ8kTtMUmk6ExyiwCfZj/ErC96OgmvHfJA9P6y5CiZ vQYAoJCqxXhUBcob+z3Mi0iJBusx7F76 =NHH8 -----END PGP SIGNATURE----- --v2Uk6McLiE8OV1El--