Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 05:31:17 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557794 - head/multimedia/Bento4
Message-ID:  <202012120531.0BC5VHVq081207@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Dec 12 05:31:17 2020
New Revision: 557794
URL: https://svnweb.freebsd.org/changeset/ports/557794

Log:
  Mark BROKEN on riscv64 the same as on aarch64.
  
  While here, pet portlint (whitespace).
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/multimedia/Bento4/Makefile

Modified: head/multimedia/Bento4/Makefile
==============================================================================
--- head/multimedia/Bento4/Makefile	Sat Dec 12 05:24:25 2020	(r557793)
+++ head/multimedia/Bento4/Makefile	Sat Dec 12 05:31:17 2020	(r557794)
@@ -13,8 +13,10 @@ COMMENT=	Full-featured MP4 format and MPEG DASH librar
 LICENSE=	GPLv2
 
 BROKEN_aarch64=		fails to compile: Ap4AesBlockCipher.cpp:93:4: AP4_PLATFORM_BYTE_ORDER is not set
+BROKEN_riscv64=		fails to compile: Ap4AesBlockCipher.cpp:93:4: AP4_PLATFORM_BYTE_ORDER is not set
 
 RUN_DEPENDS=	bash:shells/bash
+
 USES=		cmake:noninja python shebangfix
 SHEBANG_GLOB=	*.sh *.py
 SHEBANG_FILES=	Source/Python/*/*



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