Date: Mon, 7 Aug 2006 11:22:05 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/101546: [MAINTAINER] devel/p5-Class-InsideOut: Fix build on Perl 5.00503 Message-ID: <20060807032205.A289A117@netnews.NCTU.edu.tw> Resent-Message-ID: <200608070330.k773UEYK067158@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101546 >Category: ports >Synopsis: [MAINTAINER] devel/p5-Class-InsideOut: Fix build on Perl 5.00503 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Aug 07 03:30:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Fix build on 5.00503 - Fix dependencies according corelist -a Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Class-InsideOut-1.01.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Class-InsideOut/Makefile /home/staff/gslin/work/p5-Class-InsideOut/Makefile --- /usr/ports/devel/p5-Class-InsideOut/Makefile Fri Jul 28 10:57:42 2006 +++ /home/staff/gslin/work/p5-Class-InsideOut/Makefile Mon Aug 7 11:20:54 2006 @@ -22,12 +22,13 @@ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500701 -RUN_DEPENDS+= ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA +.if ${PERL_LEVEL} < 500600 +RUN_DEPENDS+= ${LOCALBASE}/pod2man:${PORTSDIR}/textprocs/p5-podlators .endif -.if ${PERL_LEVEL} < 500702 -RUN_DEPENDS+= ${SITE_PERL}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +.if ${PERL_LEVEL} < 500703 +RUN_DEPENDS+= ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \ + ${SITE_PERL}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif .include <bsd.port.post.mk> --- p5-Class-InsideOut-1.01.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?20060807032205.A289A117>