Date: Mon, 16 Aug 2004 22:12:22 +0800 (CST) From: Cheng-Lung Sung <clsung@tw.freebsd.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70538: [PATCH] devel/Tree-Simple: add IGNORE for perl version < 5.6 Message-ID: <20040816141222.9A354106C1B@FreeBSD.csie.NCTU.edu.tw> Resent-Message-ID: <200408161420.i7GEKOXn076197@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70538 >Category: ports >Synopsis: [PATCH] devel/Tree-Simple: add IGNORE for perl version < 5.6 >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: Mon Aug 16 14:20:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 4.10-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat May 29 08:18:00 CST 2004 >Description: - this port does not build under perl 5.00503 - add new DEPENDS - add WWW in pkg-descr - add files in pkg-plist Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Tree-Simple-1.07.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Tree-Simple/Makefile /home/clsung/p5-Tree-Simple/Makefile --- /usr/ports/devel/p5-Tree-Simple/Makefile Tue Aug 3 05:31:56 2004 +++ /home/clsung/p5-Tree-Simple/Makefile Mon Aug 16 22:06:47 2004 @@ -15,6 +15,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A simple tree object +BUILD_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Tree::Simple.3 Tree::Simple::Visitor.3 @@ -24,6 +27,9 @@ .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS+= ${BUILD_DEPENDS} +.endif +.if ${PERL_LEVEL} < 500601 +IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again .endif .include <bsd.port.post.mk> diff -ruN --exclude=CVS /usr/ports/devel/p5-Tree-Simple/pkg-descr /home/clsung/p5-Tree-Simple/pkg-descr --- /usr/ports/devel/p5-Tree-Simple/pkg-descr Wed Jul 7 21:20:11 2004 +++ /home/clsung/p5-Tree-Simple/pkg-descr Mon Aug 16 22:10:10 2004 @@ -4,3 +4,5 @@ children (who themselves may have children, and so on). Every Tree::Simple object also has siblings, as they are just the children of their immediate parent. + +WWW: http://search.cpan.org/dist/Tree-Simple/ diff -ruN --exclude=CVS /usr/ports/devel/p5-Tree-Simple/pkg-plist /home/clsung/p5-Tree-Simple/pkg-plist --- /usr/ports/devel/p5-Tree-Simple/pkg-plist Wed Jul 7 21:20:11 2004 +++ /home/clsung/p5-Tree-Simple/pkg-plist Mon Aug 16 22:08:02 2004 @@ -1,4 +1,7 @@ %%SITE_PERL%%/Tree/Simple.pm %%SITE_PERL%%/Tree/Simple/Visitor.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple/.packlist @dirrm %%SITE_PERL%%/Tree/Simple +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple @unexec rmdir %D/%%SITE_PERL%%/Tree 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree 2>/dev/null || true --- p5-Tree-Simple-1.07.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?20040816141222.9A354106C1B>