[Lunar-commits] <moonbase> mysql++: Version bump and adding a BUILD to insert a missing header.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Jun 22 12:16:20 CEST 2010
commit a25ae96def1c45aa83889145f9c5accf13b719d9
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Jun 22 06:16:20 2010 -0400
mysql++: Version bump and adding a BUILD to insert a missing header.
---
sql/mysql++/BUILD | 7 +++++++
sql/mysql++/DETAILS | 7 ++++---
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/sql/mysql++/BUILD b/sql/mysql++/BUILD
new file mode 100644
index 0000000..c506ab9
--- /dev/null
+++ b/sql/mysql++/BUILD
@@ -0,0 +1,7 @@
+(
+
+ sed -i "38i #include <cstring>" ssx/genv2.cpp &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/sql/mysql++/DETAILS b/sql/mysql++/DETAILS
index e2a9a78..9b1f00e 100644
--- a/sql/mysql++/DETAILS
+++ b/sql/mysql++/DETAILS
@@ -1,13 +1,14 @@
MODULE=mysql++
- VERSION=1.7.40
+ VERSION=3.1.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://tangentsoft.net/mysql++/releases/
- SOURCE_VFY=sha1:a8fb052539ab40743924433eca558b0b1a58ab57
+ SOURCE_VFY=sha1:9bd383ad932dce8cc1948ec76eed9036419d427f
WEB_SITE=http://tangentsoft.net/mysql++/
ENTERED=20020314
- UPDATED=20060919
+ UPDATED=20100622
MAINTAINER=zbiggy at o2.pl
SHORT="mysql API for c++"
+
cat << EOF
MySQL++ is a C++ API for MySQL (and other SQL Databases Soon). The goal
of this API is to make working with queries as easy as working with
More information about the Lunar-commits
mailing list