CVS: moonbase/devel/metakit DEPENDS,1.2,1.3
Auke Kok
sofar at lunar-linux.org
Wed Nov 5 22:17:23 GMT 2003
Update of /var/cvs/lunar/moonbase/devel/metakit
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12655/devel/metakit
Modified Files:
DEPENDS
Log Message:
Removing tcl-tk and creating 2 simpler modules: tcl and tk. tk depends on tcl, and actually uses the source from tcl for compiling. Other than that, tcl compiles without Xfree86 or tk (as expected). This will resolve some issues since it was possible to install tcl-tk without the tk-libs, and other apps depending on those would not be able to resolve that problem. Also all depends on tcl-tk were screened and changed either into tcl or tk. Hope you followed all of this. /me out. (beer)
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/metakit/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 2 Aug 2003 06:11:35 -0000 1.2
+++ DEPENDS 5 Nov 2003 22:17:21 -0000 1.3
@@ -1,2 +1,2 @@
-optional_depends "Python" "--with-python=/usr" "" "for Mk4py extensions" &&
-optional_depends "tcl-tk" "--with-tcl=/usr/include/" "" "for Tcl support"
+optional_depends "Python" "--with-python=/usr" "" "for Mk4py extensions" &&
+optional_depends "tcl" "--with-tcl=/usr/include/" "" "for Tcl support"
More information about the Lunar-commits
mailing list