diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:41:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:41:35 +0000 |
commit | e1906e85ed4521c96066ce130869615c304c2a7a (patch) | |
tree | 2168725e487d131fef0e49ba7dfdd230e3466624 /net/p5-Net-DNS/files/patch-Makefile.Pl | |
parent | Chase repocopies towards ports/dns (diff) |
Massive repo-copies request: net->dns (partly devel->dns)
The category "dns" has been added, now is the time to move
the dns-related ports to the new world. Is there anyone who
is brave enough to complete this difficult job? ;)
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=88582
Diffstat (limited to 'net/p5-Net-DNS/files/patch-Makefile.Pl')
-rw-r--r-- | net/p5-Net-DNS/files/patch-Makefile.Pl | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/net/p5-Net-DNS/files/patch-Makefile.Pl b/net/p5-Net-DNS/files/patch-Makefile.Pl deleted file mode 100644 index a1f36448325d..000000000000 --- a/net/p5-Net-DNS/files/patch-Makefile.Pl +++ /dev/null @@ -1,53 +0,0 @@ ---- Makefile.PL.orig Thu Jun 5 16:42:58 2003 -+++ Makefile.PL Fri Jun 13 16:38:15 2003 -@@ -82,30 +82,30 @@ - # Check if we have internet connection - # (I lifted this code from LWP... ) - # --my $s = IO::Socket::INET->new( -- PeerAddr => "www.google.com:80", -- Timeout => 10, --); -+#my $s = IO::Socket::INET->new( -+# PeerAddr => "www.google.com:80", -+# Timeout => 10, -+#); - --if ($s) { -- close($s); -+#if ($s) { -+# close($s); -+# -+# print <<EOT; - -- print <<EOT; -+#You appear to be directly connected to the Internet. I have some tests -+#that try to query live nameservers. - --You appear to be directly connected to the Internet. I have some tests --that try to query live nameservers. -+#EOT - --EOT -- -- if (prompt("Do you want to enable these tests?", "y") =~ /^y/i) { -- open(ENABLED, ">t/online.enabled") || die "Can't touch ./t/online.enabled $!"; -- close(ENABLED); -- } else { -- unlink("t/online.enabled"); # just to be shure... -- } --} else { -- unlink("t/online.enabled"); # just to be shure... --} -+# if (prompt("Do you want to enable these tests?", "y") =~ /^y/i) { -+# open(ENABLED, ">t/online.enabled") || die "Can't touch ./t/online.enabled $!"; -+# close(ENABLED); -+# } else { -+# unlink("t/online.enabled"); # just to be shure... -+# } -+#} else { -+# unlink("t/online.enabled"); # just to be shure... -+#} - - - WriteMakefile(%Makefile); |