diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
commit | a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (patch) | |
tree | baf6ab0b133f634d778359bdbf4c920166db5b76 /net-mgmt | |
parent | c285e43283c14c5abf4dc12cfdf0793f4ca0d130 (diff) | |
download | ports-a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0.tar.gz ports-a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/docsis/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/icinga-core/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/monitoring-plugins/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/nefu/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/netxms/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/sysmon/Makefile | 3 |
7 files changed, 7 insertions, 13 deletions
diff --git a/net-mgmt/docsis/Makefile b/net-mgmt/docsis/Makefile index dd20253aebb9..4732594cd425 100644 --- a/net-mgmt/docsis/Makefile +++ b/net-mgmt/docsis/Makefile @@ -15,8 +15,7 @@ BUILD_DEPENDS= gm4:devel/m4 LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp GNU_CONFIGURE= yes -USE_OPENSSL= yes -USES= bison +USES= bison ssl PLIST_SUB= MIBS=share/snmp/mibs diff --git a/net-mgmt/icinga-core/Makefile b/net-mgmt/icinga-core/Makefile index 23f247ee3a32..872c07f3f417 100644 --- a/net-mgmt/icinga-core/Makefile +++ b/net-mgmt/icinga-core/Makefile @@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --enable-idoutils \ --with-dbi-inc=${LOCALBASE}/include ALL_TARGET+= idoutils INSTALL_TARGET+= install-idoutils -USE_OPENSSL= yes +USES+= ssl USE_RC_SUBR+= ido2db PLIST_SUB+= IDOUTILS="" .else diff --git a/net-mgmt/monitoring-plugins/Makefile b/net-mgmt/monitoring-plugins/Makefile index aa21ffec4106..8369440c73a4 100644 --- a/net-mgmt/monitoring-plugins/Makefile +++ b/net-mgmt/monitoring-plugins/Makefile @@ -14,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= nagios-plugins-* -USES= charsetfix gmake perl5 libtool -USE_OPENSSL= yes +USES= charsetfix gmake perl5 libtool ssl USE_SUBMAKE= yes OPTIONS_DEFINE= QSTAT FPING NETSNMP RADIUS MYSQL PGSQL LDAP IPV6 NLS DBI EXTRAOPTS SSH_PORTABLE diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index 6188a46ce005..e23466c8a4d6 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -17,8 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= monitoring-plugins-* -USES= charsetfix gmake perl5 libtool -USE_OPENSSL= yes +USES= charsetfix gmake perl5 libtool ssl USE_SUBMAKE= yes OPTIONS_DEFINE= QSTAT FPING NETSNMP RADIUS MYSQL PGSQL LDAP IPV6 NLS DBI EXTRAOPTS SSH_PORTABLE diff --git a/net-mgmt/nefu/Makefile b/net-mgmt/nefu/Makefile index 441607e4ee9a..b2adac15664d 100644 --- a/net-mgmt/nefu/Makefile +++ b/net-mgmt/nefu/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://rsug.itd.umich.edu/software/nefu/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Network monitoring daemon -USES= tar:tgz +USES= tar:tgz ssl USE_RC_SUBR= nefu GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes @@ -27,7 +27,6 @@ CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \ USERS= nefu GROUPS= nefu -USE_OPENSSL= yes OPTIONS_DEFINE= LDAP HTML HTML_DESC= HTML support OPTIONS_SUB= yes diff --git a/net-mgmt/netxms/Makefile b/net-mgmt/netxms/Makefile index 59aed84bc094..55a1b79d7c94 100644 --- a/net-mgmt/netxms/Makefile +++ b/net-mgmt/netxms/Makefile @@ -43,8 +43,7 @@ SQLITE_USES= sqlite ODBC_CONFIGURE_ON= --with-odbc ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC -USE_OPENSSL= yes -USES= gmake iconv libtool perl5 +USES= gmake iconv libtool perl5 ssl GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip diff --git a/net-mgmt/sysmon/Makefile b/net-mgmt/sysmon/Makefile index 22c21a67e764..b869f2711701 100644 --- a/net-mgmt/sysmon/Makefile +++ b/net-mgmt/sysmon/Makefile @@ -14,8 +14,7 @@ COMMENT= Network tool designed for high performance and accurate monitoring LICENSE= GPLv2 GNU_CONFIGURE= yes -USES= alias -USE_OPENSSL= yes +USES= alias ssl OPTIONS_DEFINE= DOCS |