CVS: moonbase/compilers/Python 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/compilers/Python
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12655/compilers/Python

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/compilers/Python/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	17 Aug 2003 14:20:25 -0000	1.2
+++ DEPENDS	5 Nov 2003 22:17:21 -0000	1.3
@@ -1,2 +1,2 @@
 depends expat &&
-optional_depends "tcl-tk" "" "" "to enable tkinter"
+optional_depends "tk" "" "" "to enable tkinter"




More information about the Lunar-commits mailing list