ports/120961: net-mgmt/p5-Nagios-Plugin: [PATCH] missing dep devel/p5-Config-Tiny
Philip M. Gollucci
pgollucci at p6m7g8.com
Fri Feb 22 06:00:05 UTC 2008
>Number: 120961
>Category: ports
>Synopsis: net-mgmt/p5-Nagios-Plugin: [PATCH] missing dep devel/p5-Config-Tiny
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Feb 22 06:00:05 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Philip M. Gollucci
>Release: FreeBSD-7.0-BETA3
>Organization:
Riderway Inc.
>Environment:
FreeBSD elektra.rws 7.0-BETA3 FreeBSD 7.0-BETA3 #0: Mon Nov 19 19:37:39 UTC 2007 pgollucci at elektra.rws:/usr/obj/usr/src/sys/ELEKTRA amd64
>Description:
You can see this if you try to use
net-mgmt/p5-Nagios-Plugins-Memcached (I'm the maintainer for that)
$ grep Tiny /usr/local/lib/perl5/site_perl/5.8.8/Nagios/Plugin/Config.pm
use base qw(Config::Tiny);
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/p5-Nagios-Plugin/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile 3 Jan 2008 21:03:48 -0000 1.7
+++ Makefile 22 Feb 2008 04:56:18 -0000
@@ -22,7 +22,8 @@
${SITE_PERL}/Math/Calc/Units.pm:${PORTSDIR}/math/p5-Math-Calc-Units
RUN_DEPENDS+= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
- ${SITE_PERL}/Math/Calc/Units.pm:${PORTSDIR}/math/p5-Math-Calc-Units
+ ${SITE_PERL}/Math/Calc/Units.pm:${PORTSDIR}/math/p5-Math-Calc-Units \
+ ${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny
MAN3= Nagios::Plugin.3 \
Nagios::Plugin::Config.3 \
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list