Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2024 05:28:08 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e2faf7b88059 - main - multimedia/libx264: BROKEN on powerpc64le 15
Message-ID:  <202401030528.4035S8Za094030@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=	#
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401030528.4035S8Za094030>