[Lunar-commits] r21913 - moonbase/trunk/kde3/base/qt3

Terry Chan tchan at lunar-linux.org
Tue Oct 24 06:22:27 CEST 2006


Author: tchan
Date: 2006-10-24 06:22:27 +0200 (Tue, 24 Oct 2006)
New Revision: 21913

Modified:
   moonbase/trunk/kde3/base/qt3/BUILD
   moonbase/trunk/kde3/base/qt3/DETAILS
   moonbase/trunk/kde3/base/qt3/PRE_BUILD
Log:
Version bump to qt-3.3.7. A security fix release. I added to the PRE_BUILD
the same kind of lrm testing that perl uses. This seems to allow more users
to correctly build qt3 if its totally removed first. I also added the bad_flags
line for combreloc as this compiler option causes nothing but trouble.


Modified: moonbase/trunk/kde3/base/qt3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/qt3/BUILD	2006-10-24 03:45:16 UTC (rev 21912)
+++ moonbase/trunk/kde3/base/qt3/BUILD	2006-10-24 04:22:27 UTC (rev 21913)
@@ -2,6 +2,7 @@
   export  QTDIR=$SOURCE_DIRECTORY
   export  PATH=$QTDIR/bin:$PATH
   export  LD_LIBRARY_PATH=$QTDIR/lib
+  bad_flags "-z combreloc"
 
   prepare_install  &&
 

Modified: moonbase/trunk/kde3/base/qt3/DETAILS
===================================================================
--- moonbase/trunk/kde3/base/qt3/DETAILS	2006-10-24 03:45:16 UTC (rev 21912)
+++ moonbase/trunk/kde3/base/qt3/DETAILS	2006-10-24 04:22:27 UTC (rev 21913)
@@ -1,14 +1,14 @@
           MODULE=qt3
-         VERSION=3.3.6
+         VERSION=3.3.7
           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_URL[1]=http://gd.tuwien.ac.at/hci/qt/source/
-      SOURCE_VFY=sha1:bbb075054b8a2923a8a7f5afff1c4c7a8bf5a946
+      SOURCE_VFY=sha1:824a4a69f78450e0c32b6c4bca17ef5d07a3b58d
    MODULE_PREFIX=${QT_PREFIX:-/opt/lunar/qt/3}
         WEB_SITE=http://www.trolltech.com/qt
          ENTERED=20020420
-         UPDATED=20061014
+         UPDATED=20061021
          GARBAGE=off
      FTP_PASSIVE=on
       MAINTAINER=florin at lunar-linux.org

Modified: moonbase/trunk/kde3/base/qt3/PRE_BUILD
===================================================================
--- moonbase/trunk/kde3/base/qt3/PRE_BUILD	2006-10-24 03:45:16 UTC (rev 21912)
+++ moonbase/trunk/kde3/base/qt3/PRE_BUILD	2006-10-24 04:22:27 UTC (rev 21913)
@@ -12,4 +12,8 @@
 begin the qt3 install process.
 EOF
 
+if module_installed qt3 ; then
+  lrm --upgrade qt3
+fi &&
+
 default_pre_build



More information about the Lunar-commits mailing list