Re: git: e2faf7b88059 - main - multimedia/libx264: BROKEN on powerpc64le 15

From: Piotr Kubaj <pkubaj_at_anongoth.pl>
Date: Wed, 03 Jan 2024 16:53:33 UTC
Thanks, I will look at it.

On 24-01-03 17:36:40, Moin Rahman wrote:
> 
> 
> > On Jan 3, 2024, at 1:44 PM, Piotr Kubaj <pkubaj@anongoth.pl> wrote:
> > 
> > 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= #
> >> 
> > <libx264-0.164.3095.log>
> 
> As like the previous one:
> 
> As I don't have any hardwares I have to rely on portsfallout.
> 
> https://portsfallout.com/port/16881/
> 
> There are lots of breakages and looks like on all versions.
> 
> Kind regards,
> Moin