CVS: moonbase/devel/expect BUILD,1.1,1.2 DETAILS,1.1,1.2

elaine at lunar-linux.org elaine at lunar-linux.org
Mon Aug 18 00:26:14 GMT 2003


Update of /var/cvs/lunar/moonbase/devel/expect
In directory dbguin.lunar-linux.org:/tmp/cvs-serv32488

Modified Files:
	BUILD DETAILS 
Log Message:
Provided ugly hack to get clean expect build


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/expect/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	17 Aug 2003 14:51:16 -0000	1.1
+++ BUILD	18 Aug 2003 00:26:11 -0000	1.2
@@ -1,9 +1,14 @@
 (
-
- ./configure $OPTS                          \
-             --with-tcl=/usr/lib            \
-             --with-tk=/usr/lib             \
-             --with-tclinclude=/usr/include \
+ cd $SOURCE_DIRECTORY/                                  &&
+ ./configure $OPTS                                      \
+             --prefix=/usr                              \
+             --sysconfdir=/etc                          \
+             --localstatedir=/var                       \
+             --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                                       &&
  prepare_install                            &&

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/expect/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS	17 Aug 2003 14:51:16 -0000	1.1
+++ DETAILS	18 Aug 2003 00:26:11 -0000	1.2
@@ -1,10 +1,13 @@
            MODULE=expect
           VERSION=5.39
            SOURCE=$MODULE.tar.gz
+          SOURCE2=tcl_tk_bits_for_expect.tar.bz2
  SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
     SOURCE_URL[0]=http://expect.nist.gov/$SOURCE
          WEB_SITE=http://expect.nist.gov/
+   SOURCE2_URL[0]=http://lunar-linux.org/lunar/cache/$SOURCE2
        SOURCE_VFY=md5:38a39787ef888f4fa009a8384d5c7c0a
+      SOURCE2_VFY=60d35518949f6ab07b51f04346128c3a
             PSAFE="no"
           ENTERED=20030817
           UPDATED=20030817




More information about the Lunar-commits mailing list