svn commit: r365910 - head/ftp/filezilla

Gerald Pfeifer gerald at pfeifer.com
Wed Aug 27 10:13:47 UTC 2014


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


More information about the svn-ports-head mailing list