ports/178697: [regression] net-mgmt/collectd5 no longer builds with WITHOUT_X11

Krzysztof Stryjek ports at bsdserwis.com
Fri May 17 07:20:02 UTC 2013


The following reply was made to PR ports/178697; it has been noted by GNATS.

From: Krzysztof Stryjek <ports at bsdserwis.com>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/178697: [regression] net-mgmt/collectd5 no longer builds
 with WITHOUT_X11
Date: Fri, 17 May 2013 09:14:53 +0200

 --4ZLFUWh1odzi/v6L
 Content-Type: text/plain; charset=iso-8859-2
 Content-Disposition: inline
 
 Hello,
 
 On Thu, May 16, 2013 at 11:00:07PM +0000, Edwin Groothuis wrote:
 > Maintainer of net-mgmt/collectd5,
 > 
 > Please note that PR ports/178697 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178697
 > 
 > -- 
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin at FreeBSD.org
 > 
 Yes, my fault - I don't check very careful last PR. I've made a patch
 for Makefile that will be much better for collectd5 and email
 notification.
 
 Greetings,
 -- 
 Krzysztof Stryjek
 UNIX administrator/Juniper Networks Specialist
 email: wtp (at) bsdserwis (dot) com
 http://www.linkedin.com/in/KrzysztofStryjek
 GPG fingerprint: 8BD7 40CE 8994 0BBE CE6C  91CD 1292 8959 DC61 0E76
 
 In theory, there is no difference between theory and practice.
 In practice, there is.
 
 --4ZLFUWh1odzi/v6L
 Content-Type: text/x-diff; charset=iso-8859-2
 Content-Disposition: attachment; filename="collectd5.patch"
 
 --- Makefile.orig	2013-05-15 13:38:21.000000000 +0200
 +++ Makefile	2013-05-17 09:12:42.000000000 +0200
 @@ -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 at 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 @@
  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 @@
  		--disable-netlink \
  		--disable-nfs \
  		--disable-notify_desktop \
 -		--disable-notify_email \
  		--disable-olsrd \
  		--disable-onewire \
  		--disable-oracle \
 @@ -320,6 +317,7 @@
  
  .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=""
 
 --4ZLFUWh1odzi/v6L--


More information about the freebsd-ports-bugs mailing list