PERFORCE change 124418 for review

Gabor Kovesdan gabor at FreeBSD.org
Tue Jul 31 12:54:41 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=124418

Change 124418 by gabor at gabor_server on 2007/07/31 12:53:55

	- Also include bsd.perl.mk if PERL_CONFIGURE or PERL_MODBUILD is set
	- We're always having PERL5 in EXTRACT_DEPENDS, PATCH_DEPENDS and
	  BUILD_DEPENDS when bsd.perl.mk is included, so remove the
	  superfluous condition

Affected files ...

.. //depot/projects/soc2007/gabor_perlmk/Mk/bsd.perl.mk#3 edit
.. //depot/projects/soc2007/gabor_perlmk/Mk/bsd.port.mk#4 edit

Differences ...

==== //depot/projects/soc2007/gabor_perlmk/Mk/bsd.perl.mk#3 (text+ko) ====

@@ -82,11 +82,9 @@
 .endif
 .endif
 
-.if defined(USE_PERL5) || defined(USE_PERL5_BUILD)
 EXTRACT_DEPENDS+=	${PERL5}:${PORTSDIR}/lang/${PERL_PORT}
 PATCH_DEPENDS+=		${PERL5}:${PORTSDIR}/lang/${PERL_PORT}
 BUILD_DEPENDS+=		${PERL5}:${PORTSDIR}/lang/${PERL_PORT}
-.endif
 .if defined(USE_PERL5) || defined(USE_PERL5_RUN)
 RUN_DEPENDS+=		${PERL5}:${PORTSDIR}/lang/${PERL_PORT}
 .endif

==== //depot/projects/soc2007/gabor_perlmk/Mk/bsd.port.mk#4 (text+ko) ====

@@ -1400,7 +1400,7 @@
 .include "${PORTSDIR}/Mk/bsd.gnustep.mk"
 .endif
 
-.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PERL5_RUN)
+.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
 


More information about the p4-projects mailing list