summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2009-08-24 12:55:48 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2009-08-24 12:55:48 +0000
commit68cbf85a6908d84b5a3a9841602761ee908e35bb (patch)
treebfa06e0c27f96df2eecf67e00a38569fad155efa /security
parentUpdate to 0.07 (diff)
- No more interactive during installation
PR: ports/134952 Submitted by: Emil Mikulic <emikulic gmail.com>
Notes
Notes: svn path=/head/; revision=240260
Diffstat (limited to 'security')
-rw-r--r--security/p5-Net-SSLeay/files/patch-SSLeay.pm11
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',