Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2021 07:28:42 +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: r562030 - head/security/libprelude
Message-ID:  <202101190728.10J7SgPn084674@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Jan 19 07:28:41 2021
New Revision: 562030
URL: https://svnweb.freebsd.org/changeset/ports/562030

Log:
  Mark as BROKEN on riscv64:
  
    configure:26760: checking for /nxb-bin/usr/bin/c++
    configure:26788: result: no
    configure:26797: error: Easybindings require a C++ compiler, but none were found.
  
  NB: in my jail, /nxb-bin/usr/bin/c++ does indeed exist.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/security/libprelude/Makefile

Modified: head/security/libprelude/Makefile
==============================================================================
--- head/security/libprelude/Makefile	Tue Jan 19 07:23:04 2021	(r562029)
+++ head/security/libprelude/Makefile	Tue Jan 19 07:28:41 2021	(r562030)
@@ -12,6 +12,8 @@ COMMENT=	Sensor support library from Prelude SIEM
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_riscv64=		fails to configure: Easybindings require a C++ compiler, but none were found.
+
 LIB_DEPENDS=	libltdl.so:devel/libltdl \
 		libgnutls.so:security/gnutls \
 		libgcrypt.so:security/libgcrypt



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