From a57399f42366330281ced416984a21693c53c002 Mon Sep 17 00:00:00 2001 From: mi Date: Mon, 28 Jan 2002 20:19:18 +0000 Subject: Hardcode ``/usr/bin/fetch -q -o -'' instead of the bogus ``/usr/bin/wget -q -O -''. The major bogosity is in the fact, that TCL and tcllib have pretty functional http and ftp fetchers already. --- devel/tcllib/files/patch-wget | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 devel/tcllib/files/patch-wget (limited to 'devel/tcllib') diff --git a/devel/tcllib/files/patch-wget b/devel/tcllib/files/patch-wget new file mode 100644 index 0000000..1d4c1e7 --- /dev/null +++ b/devel/tcllib/files/patch-wget @@ -0,0 +1,5 @@ +--- modules/doctools/mpformats/_html.tcl Mon Jan 21 12:55:23 2002 ++++ modules/doctools/mpformats/_html.tcl Mon Jan 28 15:15:02 2002 +@@ -29 +29 @@ +-proc wget {url} {exec /usr/bin/wget -q -O - $url 2>/dev/null} ++proc wget {url} {exec /usr/bin/fetch -q -o - $url 2>/dev/null} -- cgit v1.1