Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2020 15:16:44 +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: r556647 - head/security/ossec-hids-local
Message-ID:  <202011301516.0AUFGip9015003@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Nov 30 15:16:43 2020
New Revision: 556647
URL: https://svnweb.freebsd.org/changeset/ports/556647

Log:
  Fails on riscv64 the same way as on aarch64.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/security/ossec-hids-local/Makefile

Modified: head/security/ossec-hids-local/Makefile
==============================================================================
--- head/security/ossec-hids-local/Makefile	Mon Nov 30 15:05:46 2020	(r556646)
+++ head/security/ossec-hids-local/Makefile	Mon Nov 30 15:16:43 2020	(r556647)
@@ -9,6 +9,7 @@ OSSEC_TYPE?=	local
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=		fails to compile: rootcheck/os_string.c:186:20: use of undeclared identifier '__LDPGSZ'
+BROKEN_riscv64=		fails to compile: rootcheck/os_string.c:186:20: use of undeclared identifier '__LDPGSZ'
 
 USES=		compiler gmake ssl
 



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