ports/172464: [patch] net/p5-Beanstalk-Client needs run depends

Andrew Thompson thompsa at FreeBSD.org
Sun Oct 7 20:50:07 UTC 2012


>Number:         172464
>Category:       ports
>Synopsis:       [patch] net/p5-Beanstalk-Client needs run depends
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 07 20:50:06 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Thompson
>Release:        FreeBSD pea.fud.org.nz 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r235453M: Tue May 15 10:53:53 NZST 2012     thompsa at pea.fud.org.nz:/usr/obj/home/thompsa/scratch/fbsvn/head/sys/PEA  amd64
>Organization:
>Environment:
>Description:
The p5-Class-Accessor package needs to be installed as well as a build depend.


Base class package "Class::Accessor::Fast" is empty.
    (Perhaps you need to 'use' the module which defines that package first,
    or make that module available in @INC (@INC contains: /usr/local/lib/perl5/5.14.2/BSDPAN /usr/local/lib/perl5/site_perl/5.14.2/mach /usr/local/lib/perl5/site_perl/5.14.2 /usr/local/lib/perl5/5.14.2/mach /usr/local/lib/perl5/5.14.2 .).
 at /usr/local/lib/perl5/site_perl/5.14.2/Beanstalk/Client.pm line 6
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.14.2/Beanstalk/Client.pm line 6.

>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
--- Makefile	(revision 305504)
+++ Makefile	(working copy)
@@ -16,8 +16,9 @@ MAINTAINER=	vsevolod at FreeBSD.org
 COMMENT=	Perl API for beanstalkd, a distributed queue daemon
 
 BUILD_DEPENDS=	p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck \
-				p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
-				p5-Error>=0:${PORTSDIR}/lang/p5-Error
+		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+		p5-Error>=0:${PORTSDIR}/lang/p5-Error
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list