From owner-svn-ports-all@FreeBSD.ORG Mon Aug 18 15:49:56 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 2914AB86; Mon, 18 Aug 2014 15:49:56 +0000 (UTC) Date: Mon, 18 Aug 2014 15:49:56 +0000 From: Alexey Dokuchaev To: William Grzybowski Subject: Re: svn commit: r365313 - head/net/nmsg Message-ID: <20140818154956.GA503@FreeBSD.org> References: <201408181428.s7IESZXg007092@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201408181428.s7IESZXg007092@svn.freebsd.org> 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2014 15:49:56 -0000 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