diff options
author | ache <ache@FreeBSD.org> | 2000-01-07 23:22:00 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-01-07 23:22:00 +0000 |
commit | 4da9a056c7724f2295ecf2243d10e0b39c24b87b (patch) | |
tree | 81cf8c346258610a72dc30f69f1546966ce206c3 /net/p5-Net/files | |
parent | 4ce629774e9bd9c77a89c7f57a042a3f98d744e2 (diff) | |
download | FreeBSD-ports-4da9a056c7724f2295ecf2243d10e0b39c24b87b.zip FreeBSD-ports-4da9a056c7724f2295ecf2243d10e0b39c24b87b.tar.gz |
upgrade to 1.0607
Diffstat (limited to 'net/p5-Net/files')
-rw-r--r-- | net/p5-Net/files/patch-aa | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/net/p5-Net/files/patch-aa b/net/p5-Net/files/patch-aa index de7f54a..34e8059 100644 --- a/net/p5-Net/files/patch-aa +++ b/net/p5-Net/files/patch-aa @@ -1,10 +1,16 @@ ---- Configure.orig Wed Nov 5 11:27:54 1997 -+++ Configure Sun Apr 26 10:35:56 1998 -@@ -195,18 +195,19 @@ +--- Configure.orig Sat Sep 18 19:28:55 1999 ++++ Configure Sat Jan 8 02:06:32 2000 +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + # + # $Id: Configure,v 1.8 1997/03/04 09:22:32 gbarr Exp $ + +@@ -241,18 +241,19 @@ #--------------------------------------------------------------------------- --if(!-f $config_pm && $have_old && !$opt_d) +-if($have_old && !$opt_d) - { - $msg = <<EDQ; - @@ -16,7 +22,7 @@ - $opt_d = 1 - unless get_bool($msg,0); - } -+#if(!-f $config_pm && $have_old && !$opt_d) ++#if($have_old && !$opt_d) +# { +# $msg = <<EDQ; +# @@ -26,13 +32,13 @@ +#EDQ +# +# $opt_d = 1 -+# unless get_bool($msg,0); ++# unless get_bool($msg,0); +# } +$opt_d = 0; #--------------------------------------------------------------------------- -@@ -223,7 +224,8 @@ +@@ -269,7 +270,8 @@ Do you want me to perform hostname lookups (y|n) ? EDQ @@ -42,7 +48,7 @@ print <<EDQ unless $cfg{'test_exist'}; -@@ -238,71 +240,78 @@ +@@ -284,71 +286,78 @@ #--------------------------------------------------------------------------- @@ -146,7 +152,7 @@ #--------------------------------------------------------------------------- -@@ -318,9 +327,10 @@ +@@ -364,9 +373,10 @@ FTP proxy hostname : EDQ @@ -159,7 +165,7 @@ #--------------------------------------------------------------------------- -@@ -341,37 +351,39 @@ +@@ -414,37 +424,39 @@ #--------------------------------------------------------------------------- @@ -215,7 +221,7 @@ #--------------------------------------------------------------------------- -@@ -387,7 +399,8 @@ +@@ -460,7 +472,8 @@ Do you want me to run these tests (y|n) ? EDQ |