diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-16 00:35:29 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-16 00:35:29 +0000 |
commit | c92cf8332cf52915fd2f493ccc11c9ca36ab2b00 (patch) | |
tree | 3aa7ef950d7e1100be1e197212350fafc67f69b1 /security/ossec-hids-server | |
parent | 7907e35cf0b579a728d94cc03397d62c61ec92f3 (diff) |
Notes
Diffstat (limited to 'security/ossec-hids-server')
-rw-r--r-- | security/ossec-hids-server/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/ossec-hids-server/Makefile b/security/ossec-hids-server/Makefile index 8af7a71fdb36..44eb7b059886 100644 --- a/security/ossec-hids-server/Makefile +++ b/security/ossec-hids-server/Makefile @@ -6,13 +6,13 @@ PORTVERSION= 2.8.3 DISTVERSIONPREFIX= v PORTREVISION?= 0 CATEGORIES= security -USE_GITHUB= yes -GH_ACCOUNT= ossec PKGNAMESUFFIX= -server MAINTAINER= brd@FreeBSD.org COMMENT?= Security tool to monitor and check logs and intrusions +USE_GITHUB= yes +GH_ACCOUNT= ossec USE_RC_SUBR= ossec-hids CFLAGS+= -ferror-limit=0 @@ -64,8 +64,9 @@ PLIST_SUB= PORTNAME=${PORTNAME} DOCSFILES= BUGS CONFIG CONTRIBUTORS INSTALL LICENSE PORTDOCS= ${DOCSFILES} -.include <bsd.port.pre.mk> +BROKEN_aarch64= Fails to compile: error: use of undeclared identifier __LDPGSZ +.include <bsd.port.pre.mk> STRIP_FILES= ossec-luac agent_control ossec-lua ossec-dbd ossec-regex ossec-monitord ossec-makelists verify-agent-conf ossec-analysisd ossec-agentlessd syscheck_control ossec-execd manage_agents ossec-csyslogd ossec-syscheckd ossec-logtest ossec-authd ossec-logcollector list_agents ossec-maild clear_stats ossec-remoted ossec-reportd rootcheck_control syscheck_update .if defined(CLIENT_ONLY) |