mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
parent
f50a3cae3e
commit
0e9558fce6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433629
3 changed files with 18 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zabbix2
|
||||
PORTVERSION= 2.0.18
|
||||
PORTVERSION= 2.0.20
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
|
||||
|
@ -90,7 +90,7 @@ OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE ORACLE
|
|||
OPTIONS_SINGLE_ODBC= IODBC UNIXODBC
|
||||
|
||||
MYSQL_CONFIGURE_WITH= mysql
|
||||
MYSQL_USE= MYSQL=yes
|
||||
MYSQL_USES= mysql
|
||||
|
||||
PGSQL_CONFIGURE_WITH= postgresql
|
||||
PGSQL_USES= pgsql
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1472720412
|
||||
SHA256 (zabbix-2.0.18.tar.gz) = 4b81406ad25d83a4922177afc2f6cd558ec759df7015161ceb2090c9d6ace4ae
|
||||
SIZE (zabbix-2.0.18.tar.gz) = 13958980
|
||||
TIMESTAMP = 1481879247
|
||||
SHA256 (zabbix-2.0.20.tar.gz) = 4019c24133b0017c006cba8a8934192c0ea3d1faf352441bf6a8a1ae0cebec1f
|
||||
SIZE (zabbix-2.0.20.tar.gz) = 13970300
|
||||
|
|
13
net-mgmt/zabbix2-server/files/patch-configure
Normal file
13
net-mgmt/zabbix2-server/files/patch-configure
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- configure.orig 2016-12-07 10:03:38 UTC
|
||||
+++ configure
|
||||
@@ -8931,8 +8931,8 @@ $as_echo_n "checking for iODBC support..
|
||||
fi
|
||||
fi
|
||||
|
||||
- if test -f "$_libiodbc_with/include/sql.h"; then
|
||||
- IODBC_CFLAGS="-I$_libiodbc_with/include"
|
||||
+ if test -f "$_libiodbc_with/include/libiodbc/sql.h"; then
|
||||
+ IODBC_CFLAGS="-I$_libiodbc_with/include/libiodbc"
|
||||
IODBC_LDFLAGS="-L$_libiodbc_with/lib"
|
||||
IODBC_LIBS="-liodbc"
|
||||
|
Loading…
Add table
Reference in a new issue