Date: Wed, 27 Aug 2014 12:13:34 +0200 (CEST) From: Gerald Pfeifer <gerald@pfeifer.com> 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: <alpine.LSU.2.11.1408271210500.3274@tuna.site> 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
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? 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? Thanks, Gerald
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.11.1408271210500.3274>