From 5ca8304bb81d4ae8ab367cbf9e34a8f34ab48e13 Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 2 Jun 2012 15:03:18 +0000 Subject: libpostgresql 9.1.3-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libpostgresql/.footprint.i686 | 7 +++++++ libpostgresql/.footprint.x86_64 | 7 +++++++ libpostgresql/.md5sum.i686 | 3 +-- libpostgresql/.md5sum.x86_64 | 3 +-- libpostgresql/Pkgfile | 16 +++++++++------- libpostgresql/postgresql.pam | 3 --- 6 files changed, 25 insertions(+), 14 deletions(-) delete mode 100644 libpostgresql/postgresql.pam (limited to 'libpostgresql') diff --git a/libpostgresql/.footprint.i686 b/libpostgresql/.footprint.i686 index db6089d96..6ed184027 100644 --- a/libpostgresql/.footprint.i686 +++ b/libpostgresql/.footprint.i686 @@ -571,5 +571,12 @@ lrwxrwxrwx root/root usr/lib/libpq.so -> libpq.so.5.4 lrwxrwxrwx root/root usr/lib/libpq.so.5 -> libpq.so.5.4 -rwxr-xr-x root/root usr/lib/libpq.so.5.4 drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/ecpg-9.1.mo +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/ecpglib6-9.1.mo +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/libpq5-9.1.mo +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/pg_config-9.1.mo drwxr-xr-x root/root usr/share/postgresql/ -rw-r--r-- root/root usr/share/postgresql/pg_service.conf.sample diff --git a/libpostgresql/.footprint.x86_64 b/libpostgresql/.footprint.x86_64 index db6089d96..6ed184027 100644 --- a/libpostgresql/.footprint.x86_64 +++ b/libpostgresql/.footprint.x86_64 @@ -571,5 +571,12 @@ lrwxrwxrwx root/root usr/lib/libpq.so -> libpq.so.5.4 lrwxrwxrwx root/root usr/lib/libpq.so.5 -> libpq.so.5.4 -rwxr-xr-x root/root usr/lib/libpq.so.5.4 drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/ecpg-9.1.mo +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/ecpglib6-9.1.mo +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/libpq5-9.1.mo +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/pg_config-9.1.mo drwxr-xr-x root/root usr/share/postgresql/ -rw-r--r-- root/root usr/share/postgresql/pg_service.conf.sample diff --git a/libpostgresql/.md5sum.i686 b/libpostgresql/.md5sum.i686 index 06d25b1e9..aacb3a52d 100644 --- a/libpostgresql/.md5sum.i686 +++ b/libpostgresql/.md5sum.i686 @@ -1,2 +1 @@ -7dbff52221954c46595313eb7f92c3e0 postgresql-9.1.2.tar.bz2 -96f82c38f3f540b53f3e5144900acf17 postgresql.pam +641e1915f7ebfdc9f138e4c55b6aec0e postgresql-9.1.3.tar.bz2 diff --git a/libpostgresql/.md5sum.x86_64 b/libpostgresql/.md5sum.x86_64 index 06d25b1e9..aacb3a52d 100644 --- a/libpostgresql/.md5sum.x86_64 +++ b/libpostgresql/.md5sum.x86_64 @@ -1,2 +1 @@ -7dbff52221954c46595313eb7f92c3e0 postgresql-9.1.2.tar.bz2 -96f82c38f3f540b53f3e5144900acf17 postgresql.pam +641e1915f7ebfdc9f138e4c55b6aec0e postgresql-9.1.3.tar.bz2 diff --git a/libpostgresql/Pkgfile b/libpostgresql/Pkgfile index 50bc420b4..3a3312c27 100644 --- a/libpostgresql/Pkgfile +++ b/libpostgresql/Pkgfile @@ -6,21 +6,23 @@ # Run on: libxml2,linux-pam name=libpostgresql -version=9.1.2 +version=9.1.3 release=1 -source=(ftp://ftp.postgresql.org/pub/source/v$version/postgresql-$version.tar.bz2 - postgresql.pam) +source=(ftp://ftp.postgresql.org/pub/source/v$version/postgresql-$version.tar.bz2) build() { cd postgresql-$version - ./configure --prefix=/usr \ + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --mandir=/usr/share/man \ --with-docdir=/usr/share/doc \ --with-openssl \ - --enable-thread-safety \ --with-pam \ - --with-libxml - + --with-libxml \ + --with-python \ + --with-tcl \ + --with-perl \ + --enable-thread-safety \ + --enable-nls make for i in src/interfaces src/bin/pg_config src/include; do diff --git a/libpostgresql/postgresql.pam b/libpostgresql/postgresql.pam deleted file mode 100644 index 53724d1f8..000000000 --- a/libpostgresql/postgresql.pam +++ /dev/null @@ -1,3 +0,0 @@ -auth required pam_unix.so -account required pam_unix.so -session required pam_unix.so -- cgit v1.2.3-54-g00ecf