Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2007 12:54:40 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 124418 for review
Message-ID:  <200707311254.l6VCseu9031275@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=124418

Change 124418 by gabor@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707311254.l6VCseu9031275>