From owner-svn-ports-head@FreeBSD.ORG Mon May 20 06:14:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A92B4AD8; Mon, 20 May 2013 06:14:09 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9CFD4E77; Mon, 20 May 2013 06:14:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4K6E9of036811; Mon, 20 May 2013 06:14:09 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4K6E9Sn036810; Mon, 20 May 2013 06:14:09 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201305200614.r4K6E9Sn036810@svn.freebsd.org> From: Boris Samorodov Date: Mon, 20 May 2013 06:14:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318574 - head/net-mgmt/collectd5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 May 2013 06:14:09 -0000 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 Patch by: Krzysztof Stryjek (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=""