This patch fixes tcllib's "_writes_to_HOME" regression test problem.
I have some other Tcl updates but they'll have to wait until unlock;
this seemed like it might be important enough to submit now.
Stu
Index: devel/tcllib/Makefile
===================================================================
RCS file: /cvs/ports/devel/tcllib/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- devel/tcllib/Makefile 9 May 2008 19:45:18 -0000 1.9
+++ devel/tcllib/Makefile 30 Jul 2008 02:51:37 -0000
@@ -22,6 +22,9 @@
NO_BUILD= Yes
+# Regression test "_writes_to_HOME".
+PORTHOME= ${WRKDIR}/testhome
+
do-install:
${LOCALBASE}/bin/tclsh8.5 ${WRKSRC}/installer.tcl \
-no-wait -no-gui -no-html -no-apps \
@@ -31,6 +34,7 @@
# Define TEST_MODULES to restrict to a subset of regression tests.
do-regress:
+ mkdir -p ${PORTHOME}
${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/tclsh8.5 \
${WRKSRC}/sak.tcl test run -v ${TEST_MODULES} \
${REGRESS_LOG}