svn commit: r455934 - head/sysutils/lscpu

Mathieu Arnold mat at FreeBSD.org
Mon Dec 11 11:50:28 UTC 2017


Le 11/12/2017 à 10:24, Alexey Dokuchaev a écrit :
> Author: danfe
> Date: Mon Dec 11 09:24:41 2017
> New Revision: 455934
> URL: https://svnweb.freebsd.org/changeset/ports/455934
>
> Log:
>   Follow up on r455926 and just set ONLY_FOR_ARCHS instead of a bunch of
>   BROKEN_* statements: this software is inherently x86-only.

Please also set ONLY_FOR_ARCHS_REASON.


> Modified:
>   head/sysutils/lscpu/Makefile
>
> Modified: head/sysutils/lscpu/Makefile
> ==============================================================================
> --- head/sysutils/lscpu/Makefile	Mon Dec 11 09:00:31 2017	(r455933)
> +++ head/sysutils/lscpu/Makefile	Mon Dec 11 09:24:41 2017	(r455934)
> @@ -10,13 +10,7 @@ COMMENT=	Display information about the CPU architectur
>  
>  LICENSE=	BSD3CLAUSE
>  
> -BROKEN_aarch64=		fails to compile: lib/clang/3.8.0/include/cpuid.h:25:2: error: this header is for x86 only
> -BROKEN_armv6=		fails to compile: lib/clang/5.0.0/include/cpuid.h:25:2: error: this header is for x86 only
> -BROKEN_armv7=		fails to compile: lib/clang/5.0.0/include/cpuid.h:25:2: error: this header is for x86 only
> -BROKEN_mips=		fails to compile: lscpu.c:10:19: error: cpuid.h: No such file or directory
> -BROKEN_mips64=		fails to compile: lscpu.c:10:19: error: cpuid.h: No such file or directory
> -BROKEN_powerpc=		fails to compile: lscpu.c:10:19: error: cpuid.h: No such file or directory
> -BROKEN_powerpc64=	fails to compile: lscpu.c:10:19: error: cpuid.h: No such file or directory
> +ONLY_FOR_ARCHS=	amd64 i386
>  
>  USE_GITHUB=	yes
>  GH_ACCOUNT=	NanXiao
> @@ -25,6 +19,6 @@ PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
>  
>  do-install:
>  	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
> -	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/${PORTNAME}.1
> +	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
>  
>  .include <bsd.port.mk>
>
>

-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20171211/eefad4a0/attachment.sig>


More information about the svn-ports-head mailing list