Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2014 19:45:49 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369935 - head/net-mgmt/collectd5
Message-ID:  <201410031945.s93JjnWr052242@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Oct  3 19:45:48 2014
New Revision: 369935
URL: https://svnweb.freebsd.org/changeset/ports/369935
QAT: https://qat.redports.org/buildarchive/r369935/

Log:
  - Replace USE_AUTOTOOLS with USES=autoreconf
  - Move BUILD_DEPENDS up

Modified:
  head/net-mgmt/collectd5/Makefile

Modified: head/net-mgmt/collectd5/Makefile
==============================================================================
--- head/net-mgmt/collectd5/Makefile	Fri Oct  3 19:40:51 2014	(r369934)
+++ head/net-mgmt/collectd5/Makefile	Fri Oct  3 19:45:48 2014	(r369935)
@@ -14,14 +14,12 @@ COMMENT=	Systems & network statistics co
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+# Only autoreconf stage and sigrok plugin need GLIB:
+BUILD_DEPENDS=	${LOCALBASE}/share/aclocal/glib-2.0.m4:${PORTSDIR}/devel/glib20
 LIB_DEPENDS=	libltdl.so:${PORTSDIR}/devel/libltdl
 
-USES=		gmake pkgconfig tar:bzip2 libtool
+USES=		autoreconf gmake libtool pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	aclocal autoconf autoheader automake libtoolize
-
-# Only autoconf stage and sigrok plugin need GLIB:
-BUILD_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc:${PORTSDIR}/devel/glib20
 
 OPTIONS_DEFINE=		CGI DEBUG GCRYPT VIRT
 OPTIONS_GROUP=		INPUT OUTPUT



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