Date: Sun, 7 Oct 2012 20:43:52 GMT From: Andrew Thompson <thompsa@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/172464: [patch] net/p5-Beanstalk-Client needs run depends Message-ID: <201210072043.q97KhqMP049783@red.freebsd.org> Resent-Message-ID: <201210072050.q97Ko6QP003577@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210072043.q97KhqMP049783>