summaryrefslogtreecommitdiff
path: root/www/p5-libwww/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-libwww/patches/patch-aa')
-rw-r--r--www/p5-libwww/patches/patch-aa28
1 files changed, 28 insertions, 0 deletions
diff --git a/www/p5-libwww/patches/patch-aa b/www/p5-libwww/patches/patch-aa
new file mode 100644
index 00000000000..c7f12e993ce
--- /dev/null
+++ b/www/p5-libwww/patches/patch-aa
@@ -0,0 +1,28 @@
+$NetBSD: patch-aa,v 1.1 2001/11/22 09:11:08 martti Exp $
+
+--- Makefile.PL.orig Sat Nov 17 16:27:59 2001
++++ Makefile.PL Sat Nov 17 16:32:13 2001
+@@ -41,13 +41,18 @@
+ sub { ($_[5]+1900, $_[4]+1, $_[3])}->(localtime(time - 45 * 24*60*60));
+ if ($some_time_ago lt $release_date) {
+ # Check if we have internet connection
+- require IO::Socket;
+- my $s = IO::Socket::INET->new(PeerAddr => "www.google.com:80",
+- Timeout => 10,
+- );
++ my $s = 0;
++# require IO::Socket;
++# my $s = IO::Socket::INET->new(PeerAddr => "www.google.com:80",
++# Timeout => 10,
++# );
++#
++# Disable the test by default, to avoid interactive and some system maybe
++# don't have directly internet connection.
++#
+ if ($s) {
+ # XXX could try to send a GET to it???
+- close($s);
++# close($s);
+
+ print <<EOT;
+