diff options
author | rh <rh> | 1999-12-02 15:57:28 +0000 |
---|---|---|
committer | rh <rh> | 1999-12-02 15:57:28 +0000 |
commit | d2a24fb825b516859cef24f603f3301dac3abca1 (patch) | |
tree | 1120e1cc77e40fdffe2715dccbfa1f7f53dadb9c /net/p5-Net/patches/patch-aa | |
parent | 1bcb96b4b36862eafcc99fdaed61025ebda8ab0c (diff) | |
download | pkgsrc-d2a24fb825b516859cef24f603f3301dac3abca1.tar.gz |
Update p5-Net to 1.0607. Numerous bugfixes and enhancements.
Diffstat (limited to 'net/p5-Net/patches/patch-aa')
-rw-r--r-- | net/p5-Net/patches/patch-aa | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/net/p5-Net/patches/patch-aa b/net/p5-Net/patches/patch-aa index 067f9f1d935..6a681092914 100644 --- a/net/p5-Net/patches/patch-aa +++ b/net/p5-Net/patches/patch-aa @@ -1,12 +1,12 @@ -$NetBSD: patch-aa,v 1.4 1998/11/30 09:48:10 frueauf Exp $ +$NetBSD: patch-aa,v 1.5 1999/12/02 15:57:30 rh Exp $ ---- Configure.orig Sun Nov 29 18:21:14 1998 -+++ Configure Sun Nov 29 18:31:58 1998 -@@ -195,18 +195,19 @@ +--- Configure.orig Sat Sep 18 17:28:55 1999 ++++ Configure Thu Dec 2 16:28:54 1999 +@@ -241,18 +241,19 @@ #--------------------------------------------------------------------------- --if(!-f $config_pm && $have_old && !$opt_d) +-if($have_old && !$opt_d) - { - $msg = <<EDQ; - @@ -18,7 +18,7 @@ $NetBSD: patch-aa,v 1.4 1998/11/30 09:48:10 frueauf Exp $ - $opt_d = 1 - unless get_bool($msg,0); - } -+#if(!-f $config_pm && $have_old && !$opt_d) ++#if($have_old && !$opt_d) +# { +# $msg = <<EDQ; +# @@ -34,7 +34,7 @@ $NetBSD: patch-aa,v 1.4 1998/11/30 09:48:10 frueauf Exp $ #--------------------------------------------------------------------------- -@@ -223,7 +224,8 @@ +@@ -269,7 +270,8 @@ Do you want me to perform hostname lookups (y|n) ? EDQ @@ -44,7 +44,7 @@ $NetBSD: patch-aa,v 1.4 1998/11/30 09:48:10 frueauf Exp $ print <<EDQ unless $cfg{'test_exist'}; -@@ -238,71 +240,71 @@ +@@ -284,71 +286,71 @@ #--------------------------------------------------------------------------- @@ -141,7 +141,7 @@ $NetBSD: patch-aa,v 1.4 1998/11/30 09:48:10 frueauf Exp $ #--------------------------------------------------------------------------- -@@ -318,9 +320,9 @@ +@@ -364,9 +366,9 @@ FTP proxy hostname : EDQ @@ -153,7 +153,7 @@ $NetBSD: patch-aa,v 1.4 1998/11/30 09:48:10 frueauf Exp $ #--------------------------------------------------------------------------- -@@ -341,37 +343,37 @@ +@@ -414,37 +416,37 @@ #--------------------------------------------------------------------------- @@ -206,7 +206,7 @@ $NetBSD: patch-aa,v 1.4 1998/11/30 09:48:10 frueauf Exp $ #--------------------------------------------------------------------------- -@@ -387,7 +389,7 @@ +@@ -460,7 +462,7 @@ Do you want me to run these tests (y|n) ? EDQ |