svn commit: r365313 - head/net/nmsg

Alexey Dokuchaev danfe at FreeBSD.org
Mon Aug 18 15:49:56 UTC 2014


On Mon, Aug 18, 2014 at 02:28:35PM +0000, William Grzybowski wrote:
> New Revision: 365313
> URL: http://svnweb.freebsd.org/changeset/ports/365313
> QAT: https://qat.redports.org/buildarchive/r365313/
> 
> +# The version of binutils in base does not understand the crc32
> +# instructions used in this code on amd64.  Use gcc from ports
> +# to get a more capable version of binutils.
> +.if (${OSVERSION} < 900000 &&  ${ARCH} == amd64)
> +USE_GCC=	yes
> +.endif

I don't quite understand: why dependency on devel/binutils is not sufficient
here (cf. multimedia/handbrake)?

./danfe


More information about the svn-ports-all mailing list