Date: Thu, 3 May 2012 00:04:09 +0930 (CST) From: Wayne Sierke <ws@au.dyndns.ws> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dhn@FreeBSD.org Subject: ports/167528: [PATCH] devel/p5-Data-TreeDumper: Add required dependency p5-Class-ISA Message-ID: <201205021434.q42EY9ZM021758@predator-ii.buffyverse> Resent-Message-ID: <201205021510.q42FAAaa040591@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167528 >Category: ports >Synopsis: [PATCH] devel/p5-Data-TreeDumper: Add required dependency p5-Class-ISA >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: Wed May 02 15:10:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Wayne Sierke >Release: FreeBSD 8.2-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD predator-ii.buffyverse 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:07:27 UTC 2011 >Description: Revert removal of required dependency p5-Class-ISA Dependency on p5-Class-ISA was removed in rev 1.16 in favour of p5-Check-ISA, but both are required. See: http://deps.cpantesters.org/?module=Data%3A%3ATreeDumper;perl=latest Port maintainer (dhn@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: Install graphics/asciio on a system with devel/p5-Class-ISA %asciio Can't locate Class/ISA.pm 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/Data/TreeDumper.pm line 38. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.14.2/Data/TreeDumper.pm line 38. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.14.2/App/Asciio.pm line 9. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.14.2/App/Asciio.pm line 9. Compilation failed in require at /usr/local/bin/asciio line 15. BEGIN failed--compilation aborted at /usr/local/bin/asciio line 15. >Fix: --- p5-Data-TreeDumper-0.40.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Data-TreeDumper/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 21 Jan 2012 17:37:52 -0000 1.19 +++ Makefile 2 May 2012 14:21:14 -0000 @@ -17,6 +17,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/Size.pm:${PORTSDIR}/devel/p5-Term-Size \ ${SITE_PERL}/Text/Wrap.pm:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap \ ${SITE_PERL}/Check/ISA.pm:${PORTSDIR}/devel/p5-Check-ISA \ + ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \ ${SITE_PERL}/${PERL_ARCH}/Devel/Size.pm:${PORTSDIR}/devel/p5-Devel-Size \ ${SITE_PERL}/Sort/Naturally.pm:${PORTSDIR}/textproc/p5-Sort-Naturally RUN_DEPENDS:= ${BUILD_DEPENDS} --- p5-Data-TreeDumper-0.40.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?201205021434.q42EY9ZM021758>