CVS: moonbase/games/tuxracer DEPENDS,1.3,1.4

Auke Kok sofar at lunar-linux.org
Wed Nov 5 22:17:23 GMT 2003


Update of /var/cvs/lunar/moonbase/games/tuxracer
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12655/games/tuxracer

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/games/tuxracer/DEPENDS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DEPENDS	26 Oct 2003 04:06:26 -0000	1.3
+++ DEPENDS	5 Nov 2003 22:17:21 -0000	1.4
@@ -1,4 +1,4 @@
-depends  NVIDIA &&
-depends  tcl-tk     &&
+depends  NVIDIA     &&
+depends  tk         &&
 depends  glut       &&
 depends  SDL_mixer




More information about the Lunar-commits mailing list