Apparently nfsen 1.3.6p1 requires p5-Socket to install correctly. Fix: Add a dependancy for p5-Socket6; see attached patch. 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.)
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: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
State Changed From-To: feedback->closed Committed. Thanks!
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"