From 5fef74e277a1a8631418cc86635c091fcc79d099 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 15:49:46 +0000 Subject: Rename www/ patch-xy patches to reflect the files they modify. --- www/tclhttpd/files/patch-tcllib | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 www/tclhttpd/files/patch-tcllib (limited to 'www/tclhttpd/files/patch-tcllib') diff --git a/www/tclhttpd/files/patch-tcllib b/www/tclhttpd/files/patch-tcllib new file mode 100644 index 000000000000..2c2d15c2cc56 --- /dev/null +++ b/www/tclhttpd/files/patch-tcllib @@ -0,0 +1,26 @@ +This is needed, because of the way tcllib's pkgIndex.tcl is laid +out. The _children_ of the directory containing tcllib itself are +not searched for packages the first time. So + ``package require '' +will fail the first time :(. This is, probably, a bug in tcllib, +but this is a workaround. ++++ htdocs/cgi-bin/flip.cgi Fri May 5 11:34:19 2000 +@@ -5,4 +5,3 @@ + if {[catch { +- package require ncgi +- package require html ++ package require tcllib + ++++ htdocs/cgi-bin/redirect.cgi Fri May 5 11:34:31 2000 +@@ -5,3 +5,3 @@ + if {[catch { +- package require ncgi ++ package require tcllib + ++++ htdocs/cgi-bin/test.cgi Fri May 5 11:34:47 2000 +@@ -5,4 +5,3 @@ + if {[catch { +- package require ncgi +- package require html ++ package require tcllib + -- cgit v1.2.3