- No more interactive during installation

PR:		ports/134952
Submitted by:	Emil Mikulic <emikulic gmail.com>
This commit is contained in:
Philippe Audeoud 2009-08-24 12:55:48 +00:00
parent c97a85595e
commit 68cbf85a69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240260

View File

@ -0,0 +1,11 @@
--- inc/Module/Install/PRIVATE/Net/SSLeay.pm.orig 2009-08-24 12:42:03.000000000 +0000
+++ inc/Module/Install/PRIVATE/Net/SSLeay.pm 2009-08-24 12:42:58.000000000 +0000
@@ -45,7 +45,7 @@
$self->makemaker_args( CCCDLFLAGS => $opts->{cccdlflags} );
- if ( $self->prompt(
+ if ( 0 && $self->prompt( #don't require interaction during install
"Do you want to run external tests?\n".
"These tests *will* *fail* if you do not have network connectivity.",
'n',