ports/144991: [patch] Fix net-snmp dependancy for net/ifstat

Alexey V. Degtyarev alexey at renatasystems.org
Wed Mar 24 11:40:06 UTC 2010


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

From: "Alexey V. Degtyarev" <alexey at renatasystems.org>
To: bug-followup at FreeBSD.org
Cc: Ryan Steinmetz <rpsfa at rit.edu>
Subject: Re: ports/144991: [patch] Fix net-snmp dependancy for net/ifstat
Date: Wed, 24 Mar 2010 14:36:07 +0300

 --FCuugMFkClbJLl1L
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hi,
 
 On 01:20 Wed 24 Mar, Edwin Groothuis wrote:
 
 > Maintainer of net/ifstat,
 > 
 > Please note that PR ports/144991 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.
 
 Thanks Ryan to your attention,
 
 I think it is necessary and sufficient condition would be to check any
 version of libsnmp instead of particular one. So I suggest to remove
 version number from LIB_DEPENDS at all.
 
 Please commit the patch I attached.
 
 -- 
 Alexey V. Degtyarev
 
 --FCuugMFkClbJLl1L
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="ifstat-libdepend.patch"
 
 diff -ur ifstat.orig/Makefile ifstat/Makefile
 --- ifstat.orig/Makefile	2009-02-21 21:24:47.000000000 +0000
 +++ ifstat/Makefile	2010-03-24 10:49:39.000000000 +0000
 @@ -26,7 +26,7 @@
  .include <bsd.port.pre.mk>
  
  .if defined(WITH_SNMP)
 -LIB_DEPENDS+=	netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp
 +LIB_DEPENDS+=	netsnmp:${PORTSDIR}/net-mgmt/net-snmp
  .else
  CONFIGURE_ARGS+=	--without-snmp
  .endif
 
 --FCuugMFkClbJLl1L--



More information about the freebsd-ports-bugs mailing list