svn commit: r556647 - head/security/ossec-hids-local

Mark Linimon linimon at FreeBSD.org
Mon Nov 30 15:16:44 UTC 2020


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
 


More information about the svn-ports-all mailing list