From leres@ee.lbl.gov  Thu Mar 14 01:59:24 2013
Return-Path: <leres@ee.lbl.gov>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 198155E8
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 14 Mar 2013 01:59:24 +0000 (UTC)
	(envelope-from leres@ee.lbl.gov)
Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca])
	by mx1.freebsd.org (Postfix) with ESMTP id 0A5B61FF
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 14 Mar 2013 01:59:24 +0000 (UTC)
Received: from fun.ee.lbl.gov (localhost [127.0.0.1])
	by fun.ee.lbl.gov (8.14.6/8.14.6) with ESMTP id r2E1xIcB090525
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Wed, 13 Mar 2013 18:59:18 -0700 (PDT)
Received: (from leres@localhost)
	by fun.ee.lbl.gov (8.14.6/8.14.6/Submit) id r2E1xIah090524;
	Wed, 13 Mar 2013 18:59:18 -0700 (PDT)
Message-Id: <201303140159.r2E1xIah090524@fun.ee.lbl.gov>
Date: Wed, 13 Mar 2013 18:59:18 -0700 (PDT)
From: Craig Leres <leres@ee.lbl.gov>
Reply-To: Craig Leres <leres@ee.lbl.gov>
To: FreeBSD-gnats-submit@freebsd.org
Cc: leres@ee.lbl.gov, jwelcher@lbl.gov
Subject: [PATCH] net-mgmt/nfsen: add missing RUN_DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify: jmohacsi@bsd.hu

>Number:         176932
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/nfsen: add missing RUN_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 14 02:00:01 UTC 2013
>Closed-Date:    Sun May 19 14:18:06 UTC 2013
>Last-Modified:  Sun May 19 14:20:01 UTC 2013
>Originator:     Craig Leres
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
Lawrence Berkeley National Laboratory
>Environment:
System: FreeBSD fun.ee.lbl.gov 9.1-RELEASE FreeBSD 9.1-RELEASE #4 r13: Fri Feb 1 19:03:16 PST 2013 leres@fun.ee.lbl.gov:/sys/amd64/compile/LBL amd64

	
>Description:
	Apparently nfsen 1.3.6p1 requires p5-Socket to install
	correctly.

>How-To-Repeat:
	% make install
	[...]
	installing with sample nfsen.conf
	Check for required Perl modules: Failed
	Required nfsen modules not found
	Can't locate Socket6.pm in @INC (@INC contains: libexec ./libexec ./installer-items /usr/local/libexec/nfsen /usr/local/lib/perl5/5.16.2/BSDPAN /usr/local/lib/perl5/site_perl/5.16.2/mach /usr/local/lib/perl5/site_perl/5.16.2 /usr/local/lib/perl5/5.16.2/mach /usr/local/lib/perl5/5.16.2 .) at /u1/src/FreeBSD-current/ports/net-mgmt/nfsen/work/nfsen-1.3.6p1/install.pl line 616.

	(Most files in the pkg-plist do not get installed and "make
	package" also fails.)

>Fix:
	Add a dependancy for p5-Socket6; see attached patch.

--- patch.txt begins here ---
--- Makefile.orig	2013-03-13 18:41:45.000000000 -0700
+++ Makefile	2013-03-13 18:49:52.000000000 -0700
@@ -3,6 +3,7 @@
 
 PORTNAME=	nfsen
 PORTVERSION=	1.3.6p1
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} \
 		http://nfsen.sourceforge.net/
@@ -15,6 +16,7 @@
 
 RUN_DEPENDS=	rrdtool>=0:${PORTSDIR}/databases/rrdtool \
 		p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
+		p5-Socket6:${PORTSDIR}/net/p5-Socket6 \
 		nfdump:${PORTSDIR}/net-mgmt/nfdump
 
 USE_ICONV=	yes
--- patch.txt ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Mar 14 02:00:10 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176932 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jmohacsi@bsd.hu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/176932: [PATCH] net-mgmt/nfsen: add missing RUN_DEPENDS
Date: Thu, 14 Mar 2013 02:00:08 UT

 Maintainer of net-mgmt/nfsen,
 
 Please note that PR ports/176932 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/176932
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: rakuco 
State-Changed-When: Sun May 19 14:18:04 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176932 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176932: commit references a PR
Date: Sun, 19 May 2013 14:18:04 +0000 (UTC)

 Author: rakuco
 Date: Sun May 19 14:17:52 2013
 New Revision: 318526
 URL: http://svnweb.freebsd.org/changeset/ports/318526
 
 Log:
   Add missing RUN_DEPENDS on p5-Socket6.
   
   PR:		ports/176932
   Submitted by:	Craig Leres <leres@ee.lbl.gov>
   Approved by:	maintainer timeout (66 days)
 
 Modified:
   head/net-mgmt/nfsen/Makefile
 
 Modified: head/net-mgmt/nfsen/Makefile
 ==============================================================================
 --- head/net-mgmt/nfsen/Makefile	Sun May 19 14:10:30 2013	(r318525)
 +++ head/net-mgmt/nfsen/Makefile	Sun May 19 14:17:52 2013	(r318526)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	nfsen
  PORTVERSION=	1.3.6p1
 +PORTREVISION=	1
  CATEGORIES=	net-mgmt
  MASTER_SITES=	SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} \
  		http://nfsen.sourceforge.net/
 @@ -15,6 +16,7 @@ LICENSE_FILE=	${WRKSRC}/BSD-license.txt
  
  RUN_DEPENDS=	rrdtool>=0:${PORTSDIR}/databases/rrdtool \
  		p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
 +		p5-Socket6:${PORTSDIR}/net/p5-Socket6 \
  		nfdump:${PORTSDIR}/net-mgmt/nfdump
  
  USES=		iconv
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
