mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 17:10:33 -04:00
Add a patch to the latter to use Tcl-8.4.10's http2.5 instead of http2.4, which came with earlier Tcl; correct the patch-aa to use Tcl-8.4 (like the rest of the port) instead 8.3 in otcldoc. Submitted by: pointyhat (the http2.4 vs. http2.5 discrepancy)
9 lines
258 B
Text
9 lines
258 B
Text
--- Makefile.in Wed Jan 19 14:21:21 2005
|
|
+++ Makefile.in Sat Jul 2 20:33:28 2005
|
|
@@ -110,5 +110,5 @@
|
|
TCL_84_LIBRARY_FILES = \
|
|
$(TCL_BASE_LIBRARY_FILES) \
|
|
- $(LIBRARY_TCL)/http2.4/http.tcl
|
|
+ $(LIBRARY_TCL)/http2.5/http.tcl
|
|
|
|
TCL_LIBRARY_FILES = \
|