Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2013 06:14:09 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318574 - head/net-mgmt/collectd5
Message-ID:  <201305200614.r4K6E9Sn036810@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Mon May 20 06:14:09 2013
New Revision: 318574
URL: http://svnweb.freebsd.org/changeset/ports/318574

Log:
  Optionify libnotify dependency.
  
  PR:		ports/178697
  Submitted by:	Benjamin Lee <ben@b1c1l1.com>
  Patch by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)

Modified:
  head/net-mgmt/collectd5/Makefile

Modified: head/net-mgmt/collectd5/Makefile
==============================================================================
--- head/net-mgmt/collectd5/Makefile	Mon May 20 06:11:46 2013	(r318573)
+++ head/net-mgmt/collectd5/Makefile	Mon May 20 06:14:09 2013	(r318574)
@@ -3,15 +3,13 @@
 
 PORTNAME=	collectd
 PORTVERSION=	5.2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://collectd.org/files/
 
 MAINTAINER=	ports@bsdserwis.com
 COMMENT=	Systems & network statistics collection daemon
 
-LIB_DEPENDS=	notify:${PORTSDIR}/devel/libnotify
-
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
@@ -50,7 +48,7 @@ MBMON_DESC=		MBMon 
 MEMCACHED_DESC=		Memcached
 MODBUS_DESC=		Modbus support via libmodbus
 MYSQL_DESC=		MySQL
-NOTIFYEMAIL_DESC=	Email notifications (libesmtp)
+NOTIFYEMAIL_DESC=	Email notifications (libesmtp, libnotify)
 NGINX_DESC=		Nginx
 OPENVPN_DESC=		OpenVPN statistics
 PDNS_DESC=		PowerDNS
@@ -120,7 +118,6 @@ CONFIGURE_ARGS=	--localstatedir=/var \
 		--disable-netlink \
 		--disable-nfs \
 		--disable-notify_desktop \
-		--disable-notify_email \
 		--disable-olsrd \
 		--disable-onewire \
 		--disable-oracle \
@@ -320,6 +317,7 @@ PLIST_SUB+=	IPMI="@comment "
 
 .if ${PORT_OPTIONS:MNOTIFYEMAIL}
 LIB_DEPENDS+=	esmtp:${PORTSDIR}/mail/libesmtp
+LIB_DEPENDS+=	notify:${PORTSDIR}/devel/libnotify
 CONFIGURE_ARGS+=--enable-notify_email
 CONFIGURE_ARGS+=--with-libesmtp=${PREFIX}
 PLIST_SUB+=	NOTIFYEMAIL=""



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