Date: Mon, 10 Aug 2015 19:20:57 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393891 - head/sysutils/cpuid Message-ID: <201508101920.t7AJKvmK094223@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508101920.t7AJKvmK094223>