Bug 176932 - [PATCH] net-mgmt/nfsen: add missing RUN_DEPENDS
Summary: [PATCH] net-mgmt/nfsen: add missing RUN_DEPENDS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-14 02:00 UTC by Craig Leres
Modified: 2013-05-19 15:20 UTC (History)
1 user (show)

See Also:


Attachments
patch.txt (526 bytes, text/plain)
2013-03-14 02:00 UTC, Craig Leres
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Leres freebsd_committer freebsd_triage 2013-03-14 02:00:01 UTC
	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.)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-14 02:00:08 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-14 02:00:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-05-19 15:18:04 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-05-19 15:18:04 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"