Date: Tue, 19 Jan 2021 02:23: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: r562003 - head/audio/webrtc-audio-processing Message-ID: <202101190223.10J2NHwF000894@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101190223.10J2NHwF000894>