diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2009-08-24 12:55:48 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2009-08-24 12:55:48 +0000 |
commit | 68cbf85a6908d84b5a3a9841602761ee908e35bb (patch) | |
tree | bfa06e0c27f96df2eecf67e00a38569fad155efa /security | |
parent | c97a85595ed3d58ae56f88c993ca3cb47cfb79ea (diff) | |
download | ports-68cbf85a6908d84b5a3a9841602761ee908e35bb.tar.gz ports-68cbf85a6908d84b5a3a9841602761ee908e35bb.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-SSLeay/files/patch-SSLeay.pm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/p5-Net-SSLeay/files/patch-SSLeay.pm b/security/p5-Net-SSLeay/files/patch-SSLeay.pm new file mode 100644 index 000000000000..1e4a5b1f4692 --- /dev/null +++ b/security/p5-Net-SSLeay/files/patch-SSLeay.pm @@ -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', |