CVS: moonbase/devel/expect BUILD,1.2,1.3 DEPENDS,1.2,1.3
Auke Kok
sofar at lunar-linux.org
Fri Nov 7 09:48:12 GMT 2003
Update of /var/cvs/lunar/moonbase/devel/expect
In directory dbguin.lunar-linux.org:/tmp/cvs-serv6180
Modified Files:
BUILD DEPENDS
Log Message:
Correcting/adjusting a tcl/tk dependency: this way it also builds without
tk installed!
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/expect/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 18 Aug 2003 00:26:11 -0000 1.2
+++ BUILD 7 Nov 2003 09:48:10 -0000 1.3
@@ -1,4 +1,5 @@
(
+
cd $SOURCE_DIRECTORY/ &&
./configure $OPTS \
--prefix=/usr \
@@ -7,7 +8,6 @@
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--with-tcl=/tmp/libtke/tcl/unix \
- --with-tk=/tmp/libtke/tk/unix \
--with-tclinclude=/tmp/libtke/tcl/generic \
--enable-gcc &&
make &&
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/expect/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 5 Nov 2003 22:17:21 -0000 1.2
+++ DEPENDS 7 Nov 2003 09:48:10 -0000 1.3
@@ -1 +1,2 @@
-depends tcl
+depends tcl &&
+optional_depends "tk" "--with-tk=/tmp/libtke/tk/unix" "" "For expectk"
More information about the Lunar-commits
mailing list