[Lunar-commits] <moonbase-other> libpqxx: This is a downgrade as noted in DETAILS.
stumbles
stumbles at lunar-linux.org
Wed Mar 27 22:37:01 CET 2013
commit 21cf6731893d794a0a2b98ed6c199d31d8752ba8
Author: stumbles <stumbles at lunar-linux.org>
Date: Wed, 27 Mar 2013 14:37:01 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/21cf6731893d794a0a2b98ed6c199d31d8752ba8
libpqxx: This is a downgrade as noted in DETAILS.
---
sql/libpqxx/BUILD | +2/-10
sql/libpqxx/DETAILS | +5/-3
2 files changed, 7 insertions(+), 13 deletions(-)
--- a/sql/libpqxx/BUILD
+++ b/sql/libpqxx/BUILD
@@ -1,16 +1,8 @@
(
-
- ./configure --sysconfdir=/etc \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- --enable-shared \
- --disable-static \
- $OPTS &&
+ OPTS+=" --enable-shared" &&
-
- default_make
+ default_build
) > $C_FIFO 2>&1
--- a/sql/libpqxx/DETAILS
+++ b/sql/libpqxx/DETAILS
@@ -1,11 +1,13 @@
+# Do not bump this for now as it is a downgrade for calligra and koffice.
+# Those two modules are the only users of libpqxx.
MODULE=libpqxx
- VERSION=4.0
+ VERSION=3.1.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://pqxx.org/download/software/libpqxx/
- SOURCE_VFY=sha1:09e6301e610e7acddbec85f4803886fd6822b2e6
+ SOURCE_VFY=sha1:b8942164495310894cab39e5882c42f092570fc5
WEB_SITE=http://pqxx.org/development/libpqxx/
ENTERED=20050728
- UPDATED=20120906
+ UPDATED=20130327
SHORT="C++ client API for PostgreSQL"
cat << EOF
More information about the Lunar-commits
mailing list