Date: Monday, February 4, 2013 @ 11:17:19 Author: spupykin Revision: 83661
upgpkg: libpqxx 4.0.1-1 upd Modified: libpqxx/trunk/PKGBUILD Deleted: libpqxx/trunk/build-fix.patch -----------------+ PKGBUILD | 11 +++++------ build-fix.patch | 11 ----------- 2 files changed, 5 insertions(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-04 10:13:27 UTC (rev 83660) +++ PKGBUILD 2013-02-04 10:17:19 UTC (rev 83661) @@ -2,22 +2,21 @@ # Contributor: Giovanni Scafora <[email protected]> pkgname=libpqxx -pkgver=4.0 +pkgver=4.0.1 pkgrel=1 pkgdesc="C++ client API for PostgreSQL" arch=('i686' 'x86_64') license=('custom') url="http://pqxx.org/development/libpqxx/" depends=('postgresql-libs>=8.4.1') +makedepends=('python2') options=('!libtool') -source=("http://pqxx.org/download/software/${pkgname}/${pkgname}-${pkgver}.tar.gz" - build-fix.patch) -md5sums=('bd7541f858400a96cbe2a48cb342ad0e' - 'e59f5f63e1800406bf494e19cea479a4') +source=("http://pqxx.org/download/software/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('6ea888b9ba85dd7cef1b182dc5f223a2') build() { cd "${srcdir}/${pkgname}-${pkgver}" -# patch -p1 <$srcdir/build-fix.patch + sed -i 's|python|python2|' tools/splitconfig ./configure --prefix=/usr --enable-shared make make prefix="${pkgdir}/usr" install Deleted: build-fix.patch =================================================================== --- build-fix.patch 2013-02-04 10:13:27 UTC (rev 83660) +++ build-fix.patch 2013-02-04 10:17:19 UTC (rev 83661) @@ -1,11 +0,0 @@ -diff -wbBur libpqxx-3.1/include/pqxx/compiler-internal.hxx libpqxx-3.1.my/include/pqxx/compiler-internal.hxx ---- libpqxx-3.1/include/pqxx/compiler-internal.hxx 2010-02-16 02:21:36.000000000 +0300 -+++ libpqxx-3.1.my/include/pqxx/compiler-internal.hxx 2011-11-21 15:56:00.000000000 +0400 -@@ -18,6 +18,7 @@ - #ifndef PQXX_H_COMPILER_INTERNAL - #define PQXX_H_COMPILER_INTERNAL - -+#include <cstddef> - - // Workarounds & definitions needed to compile libpqxx into a library - #include "pqxx/config-internal-compiler.h"
