Date: Mon, 11 Dec 2017 07:46:26 -0800 From: Cy Schubert <Cy.Schubert@komquats.com> To: Alexey Dokuchaev <danfe@FreeBSD.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org> Subject: RE: svn commit: r456045 - head/sysutils/lscpu Message-ID: <20171211154624.15E17232F@spqr.komquats.com>
next in thread | raw e-mail | index | archive | help
Nice. --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. Also, this old phone only supports top post. Apologies. Cy Schubert <Cy.Schubert@cschubert.com> or <cy@freebsd.org> The need of the many outweighs the greed of the few. --- -----Original Message----- From: Alexey Dokuchaev Sent: 11/12/2017 07:26 To: ports-committers@freebsd.org; svn-ports-all@freebsd.org; svn-ports-head= @freebsd.org Subject: svn commit: r456045 - head/sysutils/lscpu Author: danfe Date: Mon Dec 11 15:26:23 2017 New Revision: 456045 URL: https://svnweb.freebsd.org/changeset/ports/456045 Log: Add ONLY_FOR_ARCHS_REASON statement: while it attempts to query generic C= PU information using sysctl(3) CTL_HW* identifiers, it does not properly gua= rd x86-specific code paths. =20 Requested by: mat Modified: head/sysutils/lscpu/Makefile Modified: head/sysutils/lscpu/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/sysutils/lscpu/Makefile Mon Dec 11 14:53:44 2017 (r456044) +++ head/sysutils/lscpu/Makefile Mon Dec 11 15:26:23 2017 (r456045) @@ -11,6 +11,7 @@ COMMENT=3D Display information about the CPU architectur LICENSE=3D BSD3CLAUSE =20 ONLY_FOR_ARCHS=3D amd64 i386 +ONLY_FOR_ARCHS_REASON=3D unconditionally invokes x86-specific code =20 USE_GITHUB=3D yes GH_ACCOUNT=3D NanXiao
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171211154624.15E17232F>