PERFORCE change 125069 for review

Gabor Kovesdan gabor at FreeBSD.org
Sat Aug 11 15:11:41 PDT 2007


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

Change 125069 by gabor at gabor_server on 2007/08/11 22:11:31

	- Change the IGNORE messages to a bit better ones.

Affected files ...

.. //depot/projects/soc2007/gabor_perlmk/Mk/bsd.perl.mk#17 edit

Differences ...

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

@@ -110,17 +110,17 @@
 
 .if ${__suffix} == "+"
 .if ${USE_PERL5_LEVEL} > ${PERL_LEVEL}
-USE_PERL5_REASON?=	You need Perl ${__prefix} or newer, please install latest lang/perl5.8
+USE_PERL5_REASON?=	requires Perl ${__prefix} or later, install lang/perl5.8 and try again
 IGNORE=	${USE_PERL5_REASON}
 .endif
 .elif ${__suffix} == ""
 .if ${USE_PERL5_LEVEL} != ${PERL_LEVEL}
-USE_PERL5_REASON?=	You need Perl ${__prefix} exactly
+USE_PERL5_REASON?=	requires Perl ${__prefix} exactly
 IGNORE=	${USE_PERL5_REASON}
 .endif
 .elif ${__suffix} == "-"
 .if ${USE_PERL5_LEVEL} < ${PERL_LEVEL}
-USE_PERL5_REASON?=	You need Perl ${__prefix} or earlier
+USE_PERL5_REASON?=	requires Perl ${__prefix} or earlier
 IGNORE=	${USE_PERL5_REASON}
 .endif
 .else


More information about the p4-projects mailing list