Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2008 05:53:19 GMT
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120961: net-mgmt/p5-Nagios-Plugin: [PATCH] missing dep devel/p5-Config-Tiny
Message-ID:  <200802220553.m1M5rJGU070618@www.freebsd.org>
Resent-Message-ID: <200802220600.m1M605xD033610@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802220553.m1M5rJGU070618>