Date: Sun, 21 Dec 2008 01:16:37 +0900 From: Tod McQuillin <devin@spamcop.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: miwi@FreeBSD.org Subject: ports/129791: [PATCH] irc/p5-POE-Component-IRC: [Add missing dependency] Message-ID: <E1LE4VJ-00073J-VF@mail.distalzou.net> Resent-Message-ID: <200812201700.mBKH07vN075329@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 129791 >Category: ports >Synopsis: [PATCH] irc/p5-POE-Component-IRC: [Add missing dependency] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 20 17:00:07 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Tod McQuillin >Release: FreeBSD 6.4-STABLE i386 >Organization: >Environment: System: FreeBSD plexi.pun-pun.prv 6.4-STABLE FreeBSD 6.4-STABLE #0: Sat Dec 20 23:13:14 JST 2008 >Description: Recent versions of POE::Component::IRC depend at runtime on POE::Component::Pluggable, but this dependendy is not noted in the port Makefile. Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: Install and use POE::Component::IRC on a system which does not have POE::Component::Pluggable installed, run a perl script which uses POE::Component::IRC and note the following error message: Base class package "POE::Component::Pluggable" is empty. (Perhaps you need to 'use' the module which defines that package first.) at /usr/local/lib/perl5/site_perl/5.8.8/POE/Component/IRC.pm line 17 BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.8/POE/Component/IRC.pm line 17. Compilation failed in require at ./shortenbot.pl line 7. BEGIN failed--compilation aborted at ./shortenbot.pl line 7. >Fix: --- p5-POE-Component-IRC-5.88_1.patch begins here --- Index: Makefile =================================================================== RCS file: /usr/src/cvs-repo/ports/irc/p5-POE-Component-IRC/Makefile,v retrieving revision 1.47 diff -u -u -r1.47 Makefile --- Makefile 30 Aug 2008 20:17:43 -0000 1.47 +++ Makefile 20 Dec 2008 16:14:15 -0000 @@ -8,6 +8,7 @@ PORTNAME= POE-Component-IRC PORTVERSION= 5.88 +PORTREVISION= 1 CATEGORIES= irc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +20,8 @@ p5-POE-Filter-IRCD>=1.7:${PORTSDIR}/irc/p5-POE-Filter-IRCD \ ${SITE_PERL}/POE/Component/Client/DNS.pm:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ ${SITE_PERL}/POE/Component/Client/Ident.pm:${PORTSDIR}/net/p5-POE-Component-Client-Ident \ - ${SITE_PERL}/POE/Component/SSLify.pm:${PORTSDIR}/security/p5-POE-Component-SSLify + ${SITE_PERL}/POE/Component/SSLify.pm:${PORTSDIR}/security/p5-POE-Component-SSLify \ + ${SITE_PERL}/POE/Component/Pluggable.pm:${PORTSDIR}/devel/p5-POE-Component-Pluggable BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes --- p5-POE-Component-IRC-5.88_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1LE4VJ-00073J-VF>