svn commit: r393891 - head/sysutils/cpuid

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 10 19:20:57 UTC 2015


Author: amdmi3
Date: Mon Aug 10 19:20:56 2015
New Revision: 393891
URL: https://svnweb.freebsd.org/changeset/ports/393891

Log:
  - Mark ONLY_FOR_ARCHS: this port is useless and in fact does not build on non-x86 archs

Modified:
  head/sysutils/cpuid/Makefile

Modified: head/sysutils/cpuid/Makefile
==============================================================================
--- head/sysutils/cpuid/Makefile	Mon Aug 10 19:20:33 2015	(r393890)
+++ head/sysutils/cpuid/Makefile	Mon Aug 10 19:20:56 2015	(r393891)
@@ -14,6 +14,9 @@ COMMENT=	Tool to dump x86 CPUID informat
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=	i386 amd64
+ONLY_FOR_ARCHS_REASON=	only works with x86 CPUs
+
 USES=		gmake
 ALL_TARGET=	default
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}


More information about the svn-ports-all mailing list