Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (409242bd10cdb463845c6b261b1bdce1839c0474)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (409242bd10cdb463845c6b261b1bdce1839c0474)
  • Date: Mon, 12 Apr 2010 03:59:04 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

ChangeLog | 3 +++
database/mysql/mysql.gpg | 0
dev/null |binary
mysql.gpg |binary
odbc-drivers/myodbc/BUILD | 15 +++++++++++----
odbc-drivers/myodbc/DEPENDS | 6 +++---
odbc-drivers/myodbc/DETAILS | 21 ++++++++++++++-------
odbc-drivers/myodbc/FINAL | 2 +-
odbc-drivers/myodbc/HISTORY | 6 ++++++
odbc-drivers/myodbc/POST_RESURRECT | 2 +-
odbc-drivers/myodbc/PRE_REMOVE | 2 +-
11 files changed, 40 insertions(+), 17 deletions(-)

New commits:
commit 409242bd10cdb463845c6b261b1bdce1839c0474
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

odbc-drivers/myodbc: updated to 5.1.6; changed spell files to accomodate
for newer version

commit 7882b1c55a71428ffd48fa16ff7c19a3787393c5
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

database/mysql: mysql.gpg moved to top-level grimoire directory

diff --git a/ChangeLog b/ChangeLog
index 5473802..a336295 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-04-12 Elisamuel Resto <ryuji AT sourcemage.org>
+ * database/mysql: mysql.gpg move to top-level grimoire directory
+
2010-04-11 Ismael Luceno <ismael AT sourcemage.org>
* FUNCTIONS: Removed duplicated code and improved
get_*_kernel_config()

diff --git a/database/mysql/mysql.gpg b/database/mysql/mysql.gpg
deleted file mode 100644
index 142cd63..0000000
Binary files a/database/mysql/mysql.gpg and /dev/null differ
diff --git a/mysql.gpg b/mysql.gpg
new file mode 100644
index 0000000..142cd63
Binary files /dev/null and b/mysql.gpg differ
diff --git a/odbc-drivers/myodbc/BUILD b/odbc-drivers/myodbc/BUILD
index 2d643be..88c73de 100755
--- a/odbc-drivers/myodbc/BUILD
+++ b/odbc-drivers/myodbc/BUILD
@@ -1,4 +1,11 @@
-./configure --prefix=/usr \
- --with-unixODBC=/usr/include \
- $OPTS &&
-make
+OPTS="$OPTS --with-mysql-path=/usr" &&
+
+if is_depends_enabled $SPELL libiodbc; then
+ OPTS="$OPTS --with-iODBC=/usr"
+fi &&
+
+if is_depends_enabled $SPELL unixodbc; then
+ OPTS="$OPTS --with-unixODBC=/usr"
+fi &&
+
+default_build
diff --git a/odbc-drivers/myodbc/DEPENDS b/odbc-drivers/myodbc/DEPENDS
index 9467604..3ee2f1a 100755
--- a/odbc-drivers/myodbc/DEPENDS
+++ b/odbc-drivers/myodbc/DEPENDS
@@ -1,3 +1,3 @@
-depends MYSQL &&
-depends ODBC-MGR &&
-optional_depends qt-x11 "" "" "graphical interface"
+depends MYSQL &&
+depends ODBC-MGR &&
+optional_depends qt-x11 "--enable-gui" "--disable-gui" "graphical interface"
diff --git a/odbc-drivers/myodbc/DETAILS b/odbc-drivers/myodbc/DETAILS
index a80187c..addcb37 100755
--- a/odbc-drivers/myodbc/DETAILS
+++ b/odbc-drivers/myodbc/DETAILS
@@ -1,15 +1,22 @@
SPELL=myodbc
SPELLX=mysql-connector-odbc
- VERSION=3.51.23r998
-
SOURCE_HASH=sha512:db39b88a1cc492ffd96040481ae6f54262eaf679d4ddf65e7c63af87f2c7f10387df7ec92fd169ddde388b046f15bdb799a114917df6a1adcaf92bfa4f63e691
- SOURCE=$SPELLX-$VERSION.tar.gz
- FTP_NAME=Downloads/Connector-ODBC/3.51/$SOURCE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
- SOURCE_URL[0]=ftp://mirrors.dotsrc.org/pub/mysql/$FTP_NAME
+ VERSION=5.1.6
+ SOURCE="$SPELLX-$VERSION.tar.gz"
+ MIRROR_DL_PATH="Downloads/Connector-ODBC/${VERSION:0:3}/${SOURCE}"
+ SOURCE_URL[0]=ftp://mirrors.dotsrc.org/mysql/$MIRROR_DL_PATH
+ SOURCE_URL[1]=http://mysql.he.net/$MIRROR_DL_PATH
+
SOURCE_URL[2]=http://www.mirrorservice.org/sites/ftp.mysql.com/$MIRROR_DL_PATH
+ SOURCE2="$SPELLX-$VERSION.tar.gz.asc"
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
+ SOURCE2_URL[2]=${SOURCE_URL[2]}.asc
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG="mysql.gpg:$SOURCE2:UPSTREAM_KEY"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
WEB_SITE=http://www.mysql.com
ENTERED=20030401
LICENSE[0]=GPL
- KEYWORDS="mysql database libs"
+ KEYWORDS="mysql database libs odbc"
SHORT="Connect to a MySQL database server using the ODBC database
API"
cat << EOF
MySQL Connector/ODBC (also known as MyODBC) allows you to connect to a MySQL
diff --git a/odbc-drivers/myodbc/FINAL b/odbc-drivers/myodbc/FINAL
index ab483e5..e435cc4 100755
--- a/odbc-drivers/myodbc/FINAL
+++ b/odbc-drivers/myodbc/FINAL
@@ -1 +1 @@
-myodbc3i -a -d -t"MySQL ODBC 3.51
Driver;DRIVER=/usr/lib/libmyodbc3.so;SETUP=/usr/lib/libmyodbc3S.so"
+myodbc-installer -d -a -n "MySQL ODBC 5.1.6 Driver" -t
"DRIVER=/usr/lib/libmyodbc5.so;SETUP=/usr/lib/libmyodbc5S.so"
diff --git a/odbc-drivers/myodbc/HISTORY b/odbc-drivers/myodbc/HISTORY
index a8cded7..e2d7729 100644
--- a/odbc-drivers/myodbc/HISTORY
+++ b/odbc-drivers/myodbc/HISTORY
@@ -1,3 +1,9 @@
+2010-04-12 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated version to 5.1.6; made use of upstream GPG key;
new SOURCE_URLs
+ * DEPENDS: changed the qt-x11 option (gui is enabled by default
otherwise)
+ * PRE_REMOVE, FINAL, POST_RESURRECT: changed to reflect new binary for
+ registering drivers and option changes
+
2010-04-06 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* DEPENDS: updated mysql dependency to MYSQL provider

diff --git a/odbc-drivers/myodbc/POST_RESURRECT
b/odbc-drivers/myodbc/POST_RESURRECT
index ab483e5..e435cc4 100755
--- a/odbc-drivers/myodbc/POST_RESURRECT
+++ b/odbc-drivers/myodbc/POST_RESURRECT
@@ -1 +1 @@
-myodbc3i -a -d -t"MySQL ODBC 3.51
Driver;DRIVER=/usr/lib/libmyodbc3.so;SETUP=/usr/lib/libmyodbc3S.so"
+myodbc-installer -d -a -n "MySQL ODBC 5.1.6 Driver" -t
"DRIVER=/usr/lib/libmyodbc5.so;SETUP=/usr/lib/libmyodbc5S.so"
diff --git a/odbc-drivers/myodbc/PRE_REMOVE b/odbc-drivers/myodbc/PRE_REMOVE
index 8552902..6004f1c 100755
--- a/odbc-drivers/myodbc/PRE_REMOVE
+++ b/odbc-drivers/myodbc/PRE_REMOVE
@@ -1 +1 @@
-myodbc3i -r -d -t"MySQL ODBC 3.51 Driver"
+myodbc-installer -d -r -n "MySQL ODBC 5.1.6 Driver"



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (409242bd10cdb463845c6b261b1bdce1839c0474), Elisamuel Resto, 04/12/2010

Archive powered by MHonArc 2.6.24.

Top of Page