openbsd-ports/devel/tcllib/patches/patch-apps_page
stu 02df69771b Update to tcllib-1.13. Some new patches, some patches went upstream.
Move less-used apps to examples/tcllib/apps.
Stop writing and overwriting regress.log.

Ok sebastia@
2011-11-04 11:45:21 +00:00

12 lines
505 B
Plaintext

$OpenBSD: patch-apps_page,v 1.1 2011/11/04 11:45:21 stu Exp $
--- apps/page.orig Mon Oct 17 10:29:17 2011
+++ apps/page Mon Oct 17 10:31:22 2011
@@ -26,6 +26,7 @@ package provide page 1.0
lappend auto_path [file join [file dirname [file dirname [file normalize [info script]]]] modules]
+lappend auto_path [file join [lindex $tcl_pkgPath end] page]
#lappend auto_path [file join [file dirname [info script]] .. modules]
#source [file join [file dirname [info script]] .. modules struct tree.tcl]