[Lunar-commits] CVS: moonbase/kde3/qt3 BUILD, 1.8, 1.9 DETAILS, 1.13, 1.14

Terry Chan tchan at lunar-linux.org
Tue Mar 2 04:42:18 GMT 2004


Update of /var/cvs/lunar/moonbase/kde3/qt3
In directory dbguin.lunar-linux.org:/tmp/cvs-serv9754

Modified Files:
	BUILD DETAILS 
Log Message:
Fixed indentation for DETAILS file.  Fixed a more serious bash logic problem
for florin, in that QT_PREFIX is not set and QTDIR is set to $SOURCE_DIRECTORY
in early part of BUILD script so that forces QT_PREFIX to install into
$SOURCE_DIRECTORY.  Not the intended effect.  Set QT_PREFIX to a sane default.
Tested fix and compiled with gcc-3.3.3 and kernel-headers 2.4.x.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/qt3/BUILD,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUILD	26 Feb 2004 13:59:08 -0000	1.8
+++ BUILD	2 Mar 2004 04:42:16 -0000	1.9
@@ -1,5 +1,6 @@
 (
   export  YACC=byacc
+  export  QT_PREFIX=${QT_PREFIX:-/opt/lunar/qt/3}
   export  QTDIR=$SOURCE_DIRECTORY
   export  PATH=$QTDIR/bin:$PATH
   export  LD_LIBRARY_PATH=$QTDIR/lib

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/qt3/DETAILS,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- DETAILS	26 Feb 2004 13:59:08 -0000	1.13
+++ DETAILS	2 Mar 2004 04:42:16 -0000	1.14
@@ -3,15 +3,15 @@
           SOURCE=qt-x11-free-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-x11-free-$VERSION
    SOURCE_URL[0]=ftp://ftp.trolltech.com/qt/source/$SOURCE
-   SOURCE_VFY=md5:cd6df28c81ac00d97d62bd9942b8da03
+      SOURCE_VFY=md5:cd6df28c81ac00d97d62bd9942b8da03
         WEB_SITE=http://www.trolltech.com/qt
          ENTERED=20020420
          UPDATED=20031116
          GARBAGE=off
-      FTP_PASSIVE=on
+     FTP_PASSIVE=on
       MAINTAINER="florin at lunar-linux.org"
       MAINTAINER="jol at lunar-linux.org"
-      SHORT="Qt is a C++ toolkit for application development."
+           SHORT="Qt is a C++ toolkit for application development."
 
 cat << EOF
 Qt is a C++ toolkit for application development. It lets application 



More information about the Lunar-commits mailing list