Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2014 18:58:28 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368988 - in head/net-mgmt: monitoring-plugins nagios-plugins
Message-ID:  <201409221858.s8MIwS6r055936@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Sep 22 18:58:27 2014
New Revision: 368988
URL: http://svnweb.freebsd.org/changeset/ports/368988
QAT: https://qat.redports.org/buildarchive/r368988/

Log:
  USES=autoreconf, USES=pgsql.
  
  Sponsored by:	Absolight

Modified:
  head/net-mgmt/monitoring-plugins/Makefile
  head/net-mgmt/monitoring-plugins/pkg-plist
  head/net-mgmt/nagios-plugins/Makefile
  head/net-mgmt/nagios-plugins/pkg-plist

Modified: head/net-mgmt/monitoring-plugins/Makefile
==============================================================================
--- head/net-mgmt/monitoring-plugins/Makefile	Mon Sep 22 18:57:05 2014	(r368987)
+++ head/net-mgmt/monitoring-plugins/Makefile	Mon Sep 22 18:58:27 2014	(r368988)
@@ -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

Modified: head/net-mgmt/monitoring-plugins/pkg-plist
==============================================================================
--- head/net-mgmt/monitoring-plugins/pkg-plist	Mon Sep 22 18:57:05 2014	(r368987)
+++ head/net-mgmt/monitoring-plugins/pkg-plist	Mon Sep 22 18:58:27 2014	(r368988)
@@ -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

Modified: head/net-mgmt/nagios-plugins/Makefile
==============================================================================
--- head/net-mgmt/nagios-plugins/Makefile	Mon Sep 22 18:57:05 2014	(r368987)
+++ head/net-mgmt/nagios-plugins/Makefile	Mon Sep 22 18:58:27 2014	(r368988)
@@ -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

Modified: head/net-mgmt/nagios-plugins/pkg-plist
==============================================================================
--- head/net-mgmt/nagios-plugins/pkg-plist	Mon Sep 22 18:57:05 2014	(r368987)
+++ head/net-mgmt/nagios-plugins/pkg-plist	Mon Sep 22 18:58:27 2014	(r368988)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409221858.s8MIwS6r055936>