FreeBSD Bugzilla – Attachment 154146 Details for
Bug 198494
[patch] Add a variable to recognize TEST_DEPENDS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
WITH_PERL_TESTING
perl_testing.patch (text/plain), 812 bytes, created by
Adam Weinberger
on 2015-03-10 15:59:17 UTC
(
hide
)
Description:
WITH_PERL_TESTING
Filename:
MIME Type:
Creator:
Adam Weinberger
Created:
2015-03-10 15:59:17 UTC
Size:
812 bytes
patch
obsolete
>Index: Uses/perl5.mk >=================================================================== >--- Uses/perl5.mk (revision 380939) >+++ Uses/perl5.mk (working copy) >@@ -31,6 +31,9 @@ > # the port needs to run Makefile.PL, Build.PL and a > # Module::Build::Tiny flavor of Build.PL. > # >+# WITH_PERL_TESTING and the regression-test target are available to assist >+# with testing perl ports. >+# > # MAINTAINER: perl@FreeBSD.org > > .if !defined(_INCLUDE_USES_PERL5_MK) >@@ -287,6 +290,10 @@ > @${RM} -f ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal.pod* || : > @${RMDIR} -p ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH} 2>/dev/null || : > >+.if defined(WITH_PERL_TESTING) >+RUN_DEPENDS+= ${TEST_DEPENDS} >+.endif >+ > .if !target(regression-test) > TEST_ARGS+= ${MAKE_ARGS} > TEST_ENV+= ${MAKE_ENV}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 198494
: 154146