diff options
author | mat <mat@FreeBSD.org> | 2014-09-23 02:58:27 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-09-23 02:58:27 +0800 |
commit | 7382f74eb2e0420bbff16c76753adee929824147 (patch) | |
tree | 5e957d24b40247e8a4483ed02729510701446894 /net-mgmt | |
parent | 70d3c1af0ea6c85d77896ff4540ccd834df65476 (diff) | |
download | freebsd-ports-gnome-7382f74eb2e0420bbff16c76753adee929824147.tar.gz freebsd-ports-gnome-7382f74eb2e0420bbff16c76753adee929824147.tar.zst freebsd-ports-gnome-7382f74eb2e0420bbff16c76753adee929824147.zip |
USES=autoreconf, USES=pgsql.
Sponsored by: Absolight
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/monitoring-plugins/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/monitoring-plugins/pkg-plist | 1 | ||||
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/nagios-plugins/pkg-plist | 1 |
4 files changed, 6 insertions, 12 deletions
diff --git a/net-mgmt/monitoring-plugins/Makefile b/net-mgmt/monitoring-plugins/Makefile index 6c2020370e0b..22ce399cbb4d 100644 --- a/net-mgmt/monitoring-plugins/Makefile +++ b/net-mgmt/monitoring-plugins/Makefile @@ -15,12 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= nagios-plugins-* -USES= charsetfix gmake perl5 libtool +USES= charsetfix gmake perl5 libtool autoreconf CHARSETFIX_MAKEFILEIN=Makefile.am USE_SUBMAKE= yes -USE_AUTOTOOLS= aclocal autoconf automake autoheader -ACLOCAL_ARGS= -I m4 -I gl/m4 -AUTOMAKE_ARGS= --add-missing OPTIONS_DEFINE= QSTAT FPING NETSNMP RADIUS MYSQL PGSQL LDAP IPV6 JAIL NLS DBI EXTRAOPTS OPTIONS_SINGLE= DNS @@ -100,7 +97,7 @@ MYSQL_USE= mysql=yes MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE} MYSQL_CONFIGURE_OFF= --without-mysql -PGSQL_USE= pgsql=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} PGSQL_CONFIGURE_OFF= --without-pgsql @@ -109,6 +106,7 @@ LDAP_CONFIGURE_WITH= ldap NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls +NLS_USES_OFF= gettext:build DBI_LIB_DEPENDS= libdbi.so:${PORTSDIR}/databases/libdbi DBI_CONFIGURE_WITH= dbi diff --git a/net-mgmt/monitoring-plugins/pkg-plist b/net-mgmt/monitoring-plugins/pkg-plist index 187968b04654..8100575d1249 100644 --- a/net-mgmt/monitoring-plugins/pkg-plist +++ b/net-mgmt/monitoring-plugins/pkg-plist @@ -69,4 +69,3 @@ libexec/nagios/utils.pm libexec/nagios/utils.sh %%NLS%%share/locale/de/LC_MESSAGES/monitoring-plugins.mo %%NLS%%share/locale/fr/LC_MESSAGES/monitoring-plugins.mo -@dirrmtry libexec/nagios diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index 5b48f835e4cf..e81271b7e239 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -17,12 +17,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= monitoring-plugins-* -USES= charsetfix gmake perl5 libtool +USES= charsetfix gmake perl5 libtool autoreconf CHARSETFIX_MAKEFILEIN=Makefile.am USE_SUBMAKE= yes -USE_AUTOTOOLS= aclocal autoconf automake -ACLOCAL_ARGS= -I m4 -I gl/m4 -AUTOMAKE_ARGS= --add-missing OPTIONS_DEFINE= QSTAT FPING NETSNMP RADIUS MYSQL PGSQL LDAP IPV6 JAIL NLS DBI EXTRAOPTS OPTIONS_SINGLE= DNS @@ -106,7 +103,7 @@ MYSQL_USE= mysql=yes MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE} MYSQL_CONFIGURE_OFF= --without-mysql -PGSQL_USE= pgsql=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} PGSQL_CONFIGURE_OFF= --without-pgsql @@ -114,6 +111,7 @@ LDAP_USE= openldap=yes LDAP_CONFIGURE_WITH= ldap NLS_USES= gettext +NLS_USES_OFF= gettext:build NLS_CONFIGURE_ENABLE= nls DBI_LIB_DEPENDS= libdbi.so:${PORTSDIR}/databases/libdbi diff --git a/net-mgmt/nagios-plugins/pkg-plist b/net-mgmt/nagios-plugins/pkg-plist index 177bc1d42dfe..0dfe0d175e45 100644 --- a/net-mgmt/nagios-plugins/pkg-plist +++ b/net-mgmt/nagios-plugins/pkg-plist @@ -69,4 +69,3 @@ libexec/nagios/utils.pm libexec/nagios/utils.sh %%NLS%%share/locale/fr/LC_MESSAGES/nagios-plugins.mo %%NLS%%share/locale/de/LC_MESSAGES/nagios-plugins.mo -@dirrmtry libexec/nagios |