Date: Thu, 11 Oct 2012 11:51:40 +0400 From: Andrej Zverev <az@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/172608: [exp-run] conditional including of bsd.perl.mk inside bsd.port.mk Message-ID: <E1TMDYS-0001bt-VW@sunner.semmy.ru> Resent-Message-ID: <201210111149.q9BBnmor062950@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 172608 >Category: ports >Synopsis: [exp-run] conditional including of bsd.perl.mk inside bsd.port.mk >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: Thu Oct 11 11:49:48 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: >Organization: >Environment: >Description: All ports have previously had SITE_PERL inside RUN|BUILD_DEPENDS now corrected. We must ensure that there is now possibility of conditional include bsd.perl.mk will work. Please run exp-run with this patch. I'll fix the problems (if they occur). Mark Linimon, PR is a reminder to you. >How-To-Repeat: >Fix: --- p5cond.diff begins here --- Index: Mk/bsd.port.mk =================================================================== --- Mk/bsd.port.mk (revision 305665) +++ Mk/bsd.port.mk (working copy) @@ -1406,7 +1406,9 @@ .include "${PORTSDIR}/Mk/bsd.gnustep.mk" .endif +.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PERL5_RUN) || defined(PERL_CONFIGURE) || defined(PERL_MODBUILD) .include "${PORTSDIR}/Mk/bsd.perl.mk" +.endif .if defined(USE_PHP) .include "${PORTSDIR}/Mk/bsd.php.mk" --- p5cond.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1TMDYS-0001bt-VW>