Re: git: e2faf7b88059 - main - multimedia/libx264: BROKEN on powerpc64le 15
Date: Wed, 03 Jan 2024 12:44:19 UTC
Again, this port also builds for me (log attached). Can you provide your
own log with error or revert your commit?
On 24-01-03 05:28:08, Muhammad Moinur Rahman wrote:
> The branch main has been updated by bofh:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=e2faf7b880591582328a74ed31ee19438252f16e
>
> commit e2faf7b880591582328a74ed31ee19438252f16e
> Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
> AuthorDate: 2024-01-03 04:15:54 +0000
> Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
> CommitDate: 2024-01-03 05:27:53 +0000
>
> multimedia/libx264: BROKEN on powerpc64le 15
>
> endian test failed
>
> Reported by: portsfallout
> ---
> multimedia/libx264/Makefile | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/multimedia/libx264/Makefile b/multimedia/libx264/Makefile
> index 487cb9514621..819813278a9d 100644
> --- a/multimedia/libx264/Makefile
> +++ b/multimedia/libx264/Makefile
> @@ -7,6 +7,9 @@ COMMENT= H.264/MPEG-4 AVC Video Encoding (Library)
> MASTERDIR= ${.CURDIR}/../x264
> PLIST= ${.CURDIR}/pkg-plist
>
> +NOT_FOR_ARCHS= powerpc64le
> +NOT_FOR_ARCHS_REASON= endian test failed
> +
> # Clear dependency on libx264 (itself), see x264/Makefile
> LIB_DEPENDS= #
>