Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2014 20:33:34 +0200
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        Gerald Pfeifer <gerald@pfeifer.com>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Kurt Jaeger <pi@FreeBSD.org>, ports-committers@freebsd.org
Subject:   Re: svn commit: r365910 - head/ftp/filezilla
Message-ID:  <20140830183334.GP42528@f10.opsec.eu>
In-Reply-To: <alpine.LSU.2.11.1408271210500.3274@tuna.site>
References:  <201408240952.s7O9q6qD007094@svn.freebsd.org> <alpine.LSU.2.11.1408271210500.3274@tuna.site>

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

> On Sun, 24 Aug 2014, Kurt Jaeger wrote:
> > +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
> > +USE_GCC=	4.7+
> > +.endif
> 
> This looks like an indication you may want to use 
>   USES=compiler:c11
> or
>   USES=compiler:c++11-lang
> or something similar, since it's not specific to GCC, but a "modern"
> compiler?

I tested it with compiler:c11 or compiler:c++11-lang and it did
not build.

http://people.freebsd.org/~pi/logs/ftp__filezilla-84i-c11.txt
http://people.freebsd.org/~pi/logs/ftp__filezilla-84i-c++11-lang.txt

> If it _has_ to be GCC on those older versions of FreeBSD, can you
> please make this USE_GCC=yes instead of hard-coding the version?

Changed, and fixed NLS, see the svndiff in

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188970

-- 
pi@FreeBSD.org         +49 171 3101372                6 years to go !



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