[Lunar-commits] <moonbase> unixodbc: remove the qt3 lines from BUILD and DEPENDS files.

Florin Braescu florin at lunar-linux.org
Tue Jan 5 18:56:30 CET 2010


commit 42f21b94e2888756c9f78a9e9b5bb285e52e0b75
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Jan 5 19:56:30 2010 +0200

    unixodbc: remove the qt3 lines from BUILD and DEPENDS files.
---
 sql/unixODBC/BUILD   |    8 +-------
 sql/unixODBC/DEPENDS |    5 ++---
 sql/unixODBC/DETAILS |    6 +++---
 3 files changed, 6 insertions(+), 13 deletions(-)

diff --git a/sql/unixODBC/BUILD b/sql/unixODBC/BUILD
index 27121cc..274aea9 100644
--- a/sql/unixODBC/BUILD
+++ b/sql/unixODBC/BUILD
@@ -1,12 +1,6 @@
 (
 
-  if module_installed qt3 ; then
-    OPTS="$OPTS --enable-gui"
-   else
-    OPTS="$OPTS --disable-gui"
-  fi &&
-
-  OPTS="$OPTS --enable-fdb"
+  OPTS="$OPTS --enable-fdb --disable-gui"
 
   default_build
 
diff --git a/sql/unixODBC/DEPENDS b/sql/unixODBC/DEPENDS
index f376c7f..5af5bd1 100644
--- a/sql/unixODBC/DEPENDS
+++ b/sql/unixODBC/DEPENDS
@@ -1,3 +1,2 @@
-optional_depends readline "" ""   "For readline support"
-optional_depends pth      "" ""   "For threaded lib support"
-optional_depends qt3      "" ""   "For gui support"
+optional_depends readline "" ""  "For readline support"
+optional_depends pth      "" ""  "For threaded lib support"
diff --git a/sql/unixODBC/DETAILS b/sql/unixODBC/DETAILS
index 97bf950..1ea0f4b 100644
--- a/sql/unixODBC/DETAILS
+++ b/sql/unixODBC/DETAILS
@@ -1,12 +1,12 @@
       MODULE=unixODBC
      VERSION=2.2.14
       SOURCE=$MODULE-$VERSION.tar.gz
-  SOURCE_URL=http://www.unixodbc.org/
+  SOURCE_URL=http://www.unixodbc.org
   SOURCE_VFY=sha1:ab18464c83d30d7b38b8bb58e1dd01e3ec211488
-    WEB_SITE=http://www.unixodbc.org/
+    WEB_SITE=http://www.unixodbc.org
      ENTERED=20070515
      UPDATED=20090129
-       SHORT="standard software API method for using database management systems"
+       SHORT="API for using database management systems"
 
 cat << EOF
 The unixODBC Project goals are to develop and promote unixODBC to be


More information about the Lunar-commits mailing list