Bug 140763 - net-mgmt/nagios-spamd-plugin - fix RUN_DEPENDS
Summary: net-mgmt/nagios-spamd-plugin - fix 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: Tilman Keskinoz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-22 04:40 UTC by Alexey Degtyarev
Modified: 2009-11-27 18:50 UTC (History)
1 user (show)

See Also:


Attachments
nagios-spamd-plugin.patch (594 bytes, patch)
2009-11-22 04:40 UTC, Alexey Degtyarev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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