diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-23 15:06:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-23 15:06:19 +0000 |
commit | e1aff40d78fbae6feafb0923fc72f98984877eee (patch) | |
tree | 63294f4711c24786e3232500c3997115c0605c6f /net-mgmt/zabbix/Makefile | |
parent | c8a5c1324692499136c902f240c548302f72b441 (diff) |
Notes
Diffstat (limited to 'net-mgmt/zabbix/Makefile')
-rw-r--r-- | net-mgmt/zabbix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/zabbix/Makefile b/net-mgmt/zabbix/Makefile index 8eaf623c07d7..d003ff56212d 100644 --- a/net-mgmt/zabbix/Makefile +++ b/net-mgmt/zabbix/Makefile @@ -7,6 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.6.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= SF @@ -38,8 +39,6 @@ SUB_FILES= pkg-message .include <bsd.port.pre.mk> -FORBIDDEN= multiple vulnerabilities http://www.vuxml.org/freebsd/03140526-1250-11de-a964-0030843d3802.html - .ifndef WITHOUT_JABBER USE_JABBER= yes CONFIGURE_ARGS+=--with-jabber=${LOCALBASE} @@ -82,6 +81,7 @@ post-patch: @${REINPLACE_CMD} -e '/test.*rf/s|-rf|-f|;/LDFLAGS/s|-static||;\ /LIBS="-lnetsnmp/s|="|="-lcrypto |;s|-lsqlite3|-lsqlite3 ${PTHREAD_LIBS}|'\ ${WRKSRC}/configure + @cd ${WRKSRC} && ${FIND} . -name '*.orig' -exec ${RM} {} \; .ifdef WITHOUT_FPING @${ECHO} 'DisablePinger=yes' >> ${WRKSRC}/misc/conf/zabbix_server.conf |