[arch-commits] Commit in postgresql/repos (extra-i686 extra-i686/PKGBUILD)

Daniel Griffiths dgriffiths at archlinux.org
Thu Feb 11 00:21:43 UTC 2010


    Date: Wednesday, February 10, 2010 @ 19:21:43
  Author: dgriffiths
Revision: 68148

Merged revisions 68147 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/postgresql/trunk

........
  r68147 | dgriffiths | 2010-02-10 18:21:28 -0600 (Wed, 10 Feb 2010) | 2 lines
  
  FS#16468
........

Modified:
  postgresql/repos/extra-i686/	(properties)
  postgresql/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Property changes on: postgresql/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /postgresql/trunk:1-68143
   + /postgresql/trunk:1-68147

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2010-02-11 00:21:28 UTC (rev 68147)
+++ extra-i686/PKGBUILD	2010-02-11 00:21:43 UTC (rev 68148)
@@ -3,13 +3,14 @@
 
 pkgname=postgresql
 pkgver=8.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A sophisticated object-relational DBMS"
 arch=('i686' 'x86_64')
 url="http://www.postgresql.org"
 license=('BSD')
 backup=('etc/conf.d/postgresql' 'etc/pam.d/postgresql')
 depends=("postgresql-libs>=${pkgver}" "libxml2" 'readline>=6.0')
+optdepends=('python: for PL/Python support')
 options=('!makeflags')
 source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2 \
         postgresql postgresql.confd build.patch postgresql.pam)
@@ -22,7 +23,7 @@
 
   # configure
   ./configure --prefix=/usr --mandir=/usr/share/man \
-  --with-docdir=/usr/share/doc --with-openssl \
+  --with-docdir=/usr/share/doc --with-openssl --with-python \
   --datadir=/usr/share/postgresql --with-pam --with-libxml || return 1
 
   sed -i -e '/interfaces/d' src/Makefile || return 1




More information about the arch-commits mailing list