Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2019 00:28:49 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504152 - head/security/ridl
Message-ID:  <201906140028.x5E0SnY3057089@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Jun 14 00:28:49 2019
New Revision: 504152
URL: https://svnweb.freebsd.org/changeset/ports/504152

Log:
  security/ridl: ONLY_FOR x86
  
  PR:		238553
  Submitted by:	linimon

Modified:
  head/security/ridl/Makefile

Modified: head/security/ridl/Makefile
==============================================================================
--- head/security/ridl/Makefile	Fri Jun 14 00:21:25 2019	(r504151)
+++ head/security/ridl/Makefile	Fri Jun 14 00:28:49 2019	(r504152)
@@ -11,6 +11,9 @@ COMMENT=	Tool to check whether the system is affected 
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS_REASON=	specific to Intel CPUs per https://mdsattacks.com/
+
 LIB_DEPENDS=	libsysinfo.so:devel/libsysinfo
 
 USES=		cmake localbase:ldflags



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906140028.x5E0SnY3057089>