mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- Pet portlint: fix diff header of patch files Changes: http://search.cpan.org/dist/Net-SSLeay/Changes
11 lines
457 B
Perl
11 lines
457 B
Perl
--- inc/Module/Install/PRIVATE/Net/SSLeay.pm.orig 2009-08-24 12:42:03 UTC
|
|
+++ inc/Module/Install/PRIVATE/Net/SSLeay.pm
|
|
@@ -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',
|