svn commit: r562003 - head/audio/webrtc-audio-processing

Mark Linimon linimon at FreeBSD.org
Tue Jan 19 02:23:17 UTC 2021


Author: linimon
Date: Tue Jan 19 02:23:17 2021
New Revision: 562003
URL: https://svnweb.freebsd.org/changeset/ports/562003

Log:
  Mark as BROKEN on riscv64:
  
    ./webrtc/rtc_base/system/arch.h:54:2: error: Please add support for your architecture in rtc_base/system/arch.h
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/audio/webrtc-audio-processing/Makefile

Modified: head/audio/webrtc-audio-processing/Makefile
==============================================================================
--- head/audio/webrtc-audio-processing/Makefile	Tue Jan 19 02:12:51 2021	(r562002)
+++ head/audio/webrtc-audio-processing/Makefile	Tue Jan 19 02:23:17 2021	(r562003)
@@ -17,6 +17,8 @@ COMMENT=	AudioProcessing module from WebRTC project
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_riscv64=		fails to compile: ./webrtc/rtc_base/system/arch.h:54:2: Please add support for your architecture in rtc_base/system/arch.h
+
 BUILD_DEPENDS=	cmake:devel/cmake
 LIB_DEPENDS=	libabsl_strings.so:devel/abseil
 


More information about the svn-ports-all mailing list