diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-16 08:35:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-16 08:35:29 +0800 |
commit | fc96d103f75456568f63819df288941f757eed90 (patch) | |
tree | 3aa7ef950d7e1100be1e197212350fafc67f69b1 /security/ossec-hids-server/Makefile | |
parent | 6cb8f21dd49f7c144b72549ca145499738b53733 (diff) | |
download | freebsd-ports-graphics-fc96d103f75456568f63819df288941f757eed90.tar.gz freebsd-ports-graphics-fc96d103f75456568f63819df288941f757eed90.tar.zst freebsd-ports-graphics-fc96d103f75456568f63819df288941f757eed90.zip |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'security/ossec-hids-server/Makefile')
-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 8af7a71fdb3..44eb7b05988 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) |