From 0d1f0aabfd9182d5688ccddf3c67cffff1267cb6 Mon Sep 17 00:00:00 2001 From: Steve Huntley Date: Thu, 30 Dec 2010 07:59:31 +0000 Subject: [PATCH] 2010-12-30 Steve Huntley * pkgIndex.tcl.in, vfs.tcl: Switched "package require Tcl 8.4" statement to vfs.tcl to conform with accepted practice. --- ChangeLog | 5 +++++ pkgIndex.tcl.in | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 183f1f6..33c2773 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-12-30 Steve Huntley + + * pkgIndex.tcl.in, vfs.tcl: Switched "package require Tcl 8.4" statement + to vfs.tcl to conform with accepted practice. + 2010-12-30 Steve Huntley * library/zipvfs.tcl: Applied patch 3005441 to fix issue with UTF-8 diff --git a/pkgIndex.tcl.in b/pkgIndex.tcl.in index 0554ac6..df504a7 100644 --- a/pkgIndex.tcl.in +++ b/pkgIndex.tcl.in @@ -5,13 +5,6 @@ # This will be autogenerated by configure to use the correct name # for the vfs dynamic library. -# We don't really want to throw an error with older versions of -# Tcl, they should just ignore us. -if {[package provide Tcl] < 8.4} { - return -} -package require Tcl 8.4 - package ifneeded vfs @PACKAGE_VERSION@ [list source [file join $dir vfs.tcl]] package ifneeded starkit 1.3.3 [list source [file join $dir starkit.tcl]] -- 2.23.0