svn commit: r504152 - head/security/ridl

Yuri Victorovich yuri at FreeBSD.org
Fri Jun 14 00:28:50 UTC 2019


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


More information about the svn-ports-all mailing list