Bug 140763

Summary: net-mgmt/nagios-spamd-plugin - fix RUN_DEPENDS
Product: Ports & Packages Reporter: Alexey Degtyarev <alexey>
Component: Individual Port(s)Assignee: Tilman Keskinoz <arved>
Status: Closed FIXED    
Severity: Affects Only Me CC: arved
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
nagios-spamd-plugin.patch none

Description Alexey Degtyarev 2009-11-22 04:40:01 UTC
	
net-mgmt/nagios-spamd-plugin does not have net-mgmt/nagios-plugins as run
requirement but use it actually. So it fails to run after beeing installed from
packages:

Can't locate utils.pm in @INC (@INC contains: /usr/local/libexec/nagios
/usr/local/lib/perl5/5.10.1/BSDPAN /usr/local/lib/perl5/site_perl/5.10.1/mach
/usr/local/lib/perl5/site_perl/5.10.1 /usr/local/lib/perl5/5.10.1/mach
/usr/local/lib/perl5/5.10.1 .) at ./work/check_spamd.pl line 42.
BEGIN failed--compilation aborted at ./work/check_spamd.pl line 42.

Fix: See attachment.
	
How-To-Repeat: 	
Install plugin on vanilla system and try to use.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-11-22 04:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->arved

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-27 18:42:58 UTC
arved       2009-11-27 18:42:48 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/nagios-spamd-plugin Makefile 
  Log:
  Add missing RUN_DEPEND on nagios-plugins
  
  PR:             140763
  Submitted by:   Alexey V.Degtyarev <alexey@renatasystems.org>
  
  Drop maintainership, as i currently don't use nagios
  
  Revision  Changes    Path
  1.7       +4 -2      ports/net-mgmt/nagios-spamd-plugin/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2009-11-27 18:43:20 UTC
State Changed
From-To: open->closed

Committed, thanks