svn commit: r557794 - head/multimedia/Bento4

Mark Linimon linimon at FreeBSD.org
Sat Dec 12 05:31:18 UTC 2020


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/*/*


More information about the svn-ports-all mailing list