Wed Jul 4 07:46:11 2012 UTC ()
Pullup ticket #3847 - requested by morr
databases/postgresql90: security update
databases/postgresql90-adminpack: security update
databases/postgresql90-client: security update
databases/postgresql90-datatypes: security update
databases/postgresql90-dblink: security update
databases/postgresql90-docs: security update
databases/postgresql90-fuzzystrmatch: security update
databases/postgresql90-monitoring: security update
databases/postgresql90-pgcrypto: security update
databases/postgresql90-plperl: security update
databases/postgresql90-plpython: security update
databases/postgresql90-pltcl: security update
databases/postgresql90-replicationtools: security update
databases/postgresql90-server: security update
databases/postgresql90-upgrade: security update
databases/postgresql90-uuid: security update

Revisions pulled up:
- databases/postgresql90-adminpack/Makefile                     1.6
- databases/postgresql90-client/Makefile                        1.13
- databases/postgresql90-datatypes/Makefile                     1.6
- databases/postgresql90-dblink/Makefile                        1.6
- databases/postgresql90-docs/Makefile                          1.7
- databases/postgresql90-docs/PLIST                             1.10
- databases/postgresql90-fuzzystrmatch/Makefile                 1.5
- databases/postgresql90-monitoring/Makefile                    1.7
- databases/postgresql90-pgcrypto/Makefile                      1.6
- databases/postgresql90-plperl/Makefile                        1.8
- databases/postgresql90-plpython/Makefile                      1.7
- databases/postgresql90-pltcl/Makefile                         1.6
- databases/postgresql90-replicationtools/Makefile              1.4
- databases/postgresql90-server/Makefile                        1.11
- databases/postgresql90-server/PLIST                           1.10
- databases/postgresql90-upgrade/Makefile                       1.6
- databases/postgresql90-uuid/Makefile                          1.3
- databases/postgresql90/Makefile                               1.4
- databases/postgresql90/Makefile.common                        1.18
- databases/postgresql90/distinfo                               1.11

---
   Module Name:	pkgsrc
   Committed By:	morr
   Date:		Sun Jul  1 19:42:08 UTC 2012

   Modified Files:
   	pkgsrc/databases/postgresql90: Makefile Makefile.common distinfo
   	pkgsrc/databases/postgresql90-adminpack: Makefile
   	pkgsrc/databases/postgresql90-client: Makefile
   	pkgsrc/databases/postgresql90-datatypes: Makefile
   	pkgsrc/databases/postgresql90-dblink: Makefile
   	pkgsrc/databases/postgresql90-docs: Makefile PLIST
   	pkgsrc/databases/postgresql90-fuzzystrmatch: Makefile
   	pkgsrc/databases/postgresql90-monitoring: Makefile
   	pkgsrc/databases/postgresql90-pgcrypto: Makefile
   	pkgsrc/databases/postgresql90-plperl: Makefile
   	pkgsrc/databases/postgresql90-plpython: Makefile
   	pkgsrc/databases/postgresql90-pltcl: Makefile
   	pkgsrc/databases/postgresql90-replicationtools: Makefile
   	pkgsrc/databases/postgresql90-server: Makefile PLIST
   	pkgsrc/databases/postgresql90-upgrade: Makefile
   	pkgsrc/databases/postgresql90-uuid: Makefile

   Log Message:
   Security update to version 9.0.8.

   Changes:

   * Fix incorrect password transformation in contrib/pgcrypto's DES crypt()
   function (Solar Designer)
   * Ignore SECURITY DEFINER and SET attributes for a procedural language's call
   handler (Tom Lane)
   * Allow numeric timezone offsets in timestamp input to be up to 16 hours away
   from UTC (Tom Lane)
   * Fix timestamp conversion to cope when the given time is exactly the last DST
   transition time for the current timezone (Tom Lane)
   * Fix text to name and char to name casts to perform string truncation
   correctly in multibyte encodings (Karl Schnaitter)
   * Fix memory copying bug in to_tsquery() (Heikki Linnakangas)
   * Ensure txid_current() reports the correct epoch when executed in hot standby
   (Simon Riggs)
   * Fix planner's handling of outer PlaceHolderVars within subqueries (Tom Lane)
   * Fix slow session startup when pg_attribute is very large (Tom Lane)
   * Ensure sequential scans check for query cancel reasonably often (Merlin
   Moncure)
   * Ensure the Windows implementation of PGSemaphoreLock() clears
   ImmediateInterruptOK before returning (Tom Lane)
   * Show whole-row variables safely when printing views or rules (Abbas Butt, Tom
   Lane)
   * Fix COPY FROM to properly handle null marker strings that correspond to
   invalid encoding (Tom Lane)
   * Ensure autovacuum worker processes perform stack depth checking properly
   (Heikki Linnakangas)
   * Fix logging collector to not lose log coherency under high load (Andrew
   Dunstan)
   * Fix logging collector to ensure it will restart file rotation after receiving
   SIGHUP (Tom Lane)
   * Fix WAL replay logic for GIN indexes to not fail if the index was
   subsequently dropped (Tom Lane)
   * Fix memory leak in PL/pgSQL's RETURN NEXT command (Joe Conway)
   * Fix PL/pgSQL's GET DIAGNOSTICS command when the target is the function's
   first variable (Tom Lane)
   * Fix potential access off the end of memory in psql's expanded display (\x)
   mode (Peter Eisentraut)
   * Fix several performance problems in pg_dump when the database contains many
   *bjects (Jeff Janes, Tom Lane)
   * Fix pg_upgrade for the case that a database stored in a non-default
   tablespace contains a table in the cluster's default tablespace (Bruce Momjian)
   * In ecpg, fix rare memory leaks and possible overwrite of one byte after the
   sqlca_t structure (Peter Eisentraut)
   * Fix contrib/dblink's dblink_exec() to not leak temporary database connections
   upon error (Tom Lane)
   * Fix contrib/dblink to report the correct connection name in error messages
   (Kyotaro Horiguchi)
   * Fix contrib/vacuumlo to use multiple transactions when dropping many large
   *bjects (Tim Lewis, Robert Haas, Tom Lane)
   * Update time zone data files to tzdata release 2012c for DST law changes in
   Antarctica, Armenia, Chile, Cuba, Falkland Islands, Gaza, Haiti, Hebron,
   Morocco, Syria, and Tokelau Islands;


(tron)
diff -r1.3 -r1.3.2.1 pkgsrc/databases/postgresql90/Makefile
diff -r1.17 -r1.17.4.1 pkgsrc/databases/postgresql90/Makefile.common
diff -r1.10 -r1.10.4.1 pkgsrc/databases/postgresql90/distinfo
diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-adminpack/Makefile
diff -r1.12 -r1.12.2.1 pkgsrc/databases/postgresql90-client/Makefile
diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-datatypes/Makefile
diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-dblink/Makefile
diff -r1.6 -r1.6.2.1 pkgsrc/databases/postgresql90-docs/Makefile
diff -r1.9 -r1.9.4.1 pkgsrc/databases/postgresql90-docs/PLIST
diff -r1.4 -r1.4.2.1 pkgsrc/databases/postgresql90-fuzzystrmatch/Makefile
diff -r1.6 -r1.6.2.1 pkgsrc/databases/postgresql90-monitoring/Makefile
diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-pgcrypto/Makefile
diff -r1.7 -r1.7.2.1 pkgsrc/databases/postgresql90-plperl/Makefile
diff -r1.6 -r1.6.2.1 pkgsrc/databases/postgresql90-plpython/Makefile
diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-pltcl/Makefile
diff -r1.3 -r1.3.2.1 pkgsrc/databases/postgresql90-replicationtools/Makefile
diff -r1.10 -r1.10.2.1 pkgsrc/databases/postgresql90-server/Makefile
diff -r1.9 -r1.9.4.1 pkgsrc/databases/postgresql90-server/PLIST
diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-upgrade/Makefile
diff -r1.2 -r1.2.10.1 pkgsrc/databases/postgresql90-uuid/Makefile

cvs diff -r1.3 -r1.3.2.1 pkgsrc/databases/postgresql90/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90/Attic/Makefile 2012/06/14 07:45:36 1.3
+++ pkgsrc/databases/postgresql90/Attic/Makefile 2012/07/04 07:46:11 1.3.2.1
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1# $NetBSD: Makefile,v 1.3 2012/06/14 07:45:36 sbd Exp $ 1# $NetBSD: Makefile,v 1.3.2.1 2012/07/04 07:46:11 tron Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-/} 3PKGNAME= ${DISTNAME:C/-/90-/}
4PKGREVISION= 1 
5COMMENT= Robust, next generation, object-relational DBMS 4COMMENT= Robust, next generation, object-relational DBMS
6 5
7DEPENDS+= postgresql90-client>=${PKGVERSION_NOREV}:../../databases/postgresql90-client 6DEPENDS+= postgresql90-client>=${PKGVERSION_NOREV}:../../databases/postgresql90-client
8DEPENDS+= postgresql90-docs>=${PKGVERSION_NOREV}:../../databases/postgresql90-docs 7DEPENDS+= postgresql90-docs>=${PKGVERSION_NOREV}:../../databases/postgresql90-docs
9DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
10 9
11META_PACKAGE= yes 10META_PACKAGE= yes
12 11
13.include "Makefile.common" 12.include "Makefile.common"
14 13
15.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.17 -r1.17.4.1 pkgsrc/databases/postgresql90/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90/Attic/Makefile.common 2012/03/11 10:32:35 1.17
+++ pkgsrc/databases/postgresql90/Attic/Makefile.common 2012/07/04 07:46:11 1.17.4.1
@@ -1,37 +1,37 @@ @@ -1,37 +1,37 @@
1# $NetBSD: Makefile.common,v 1.17 2012/03/11 10:32:35 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.17.4.1 2012/07/04 07:46:11 tron Exp $
2# 2#
3# used by databases/postgresql90-adminpack/Makefile 3# used by databases/postgresql90-adminpack/Makefile
4# used by databases/postgresql90-client/Makefile 4# used by databases/postgresql90-client/Makefile
5# used by databases/postgresql90-datatypes/Makefile 5# used by databases/postgresql90-datatypes/Makefile
6# used by databases/postgresql90-dblink/Makefile 6# used by databases/postgresql90-dblink/Makefile
7# used by databases/postgresql90-docs/Makefile 7# used by databases/postgresql90-docs/Makefile
8# used by databases/postgresql90-fuzzystrmatch/Makefile 8# used by databases/postgresql90-fuzzystrmatch/Makefile
9# used by databases/postgresql90-pgcrypto/Makefile 9# used by databases/postgresql90-pgcrypto/Makefile
10# used by databases/postgresql90-plperl/Makefile 10# used by databases/postgresql90-plperl/Makefile
11# used by databases/postgresql90-plpython/Makefile 11# used by databases/postgresql90-plpython/Makefile
12# used by databases/postgresql90-pltcl/Makefile 12# used by databases/postgresql90-pltcl/Makefile
13# used by databases/postgresql90-server/Makefile 13# used by databases/postgresql90-server/Makefile
14# used by databases/postgresql90-upgrade/Makefile 14# used by databases/postgresql90-upgrade/Makefile
15# 15#
16# This Makefile fragment is included by all PostgreSQL packages built from 16# This Makefile fragment is included by all PostgreSQL packages built from
17# the main sources of the PostgreSQL distribution except jdbc-postgresql. 17# the main sources of the PostgreSQL distribution except jdbc-postgresql.
18# 18#
19# The PostgreSQL package naming scheme, aside from the obvious piecewise 19# The PostgreSQL package naming scheme, aside from the obvious piecewise
20# packages, is as follows: 20# packages, is as follows:
21# <lang>-postgresql client-side interface to PostgreSQL 21# <lang>-postgresql client-side interface to PostgreSQL
22# postgresql-<lang> server-side module for PostgreSQL backend 22# postgresql-<lang> server-side module for PostgreSQL backend
23 23
24DISTNAME= postgresql-9.0.7 24DISTNAME= postgresql-9.0.8
25CATEGORIES= databases 25CATEGORIES= databases
26MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} 26MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
27EXTRACT_SUFX= .tar.bz2 27EXTRACT_SUFX= .tar.bz2
28 28
29MAINTAINER?= adam@NetBSD.org 29MAINTAINER?= adam@NetBSD.org
30HOMEPAGE= http://www.postgresql.org/ 30HOMEPAGE= http://www.postgresql.org/
31LICENSE= postgresql-license 31LICENSE= postgresql-license
32 32
33CONFLICTS+= postgresql-[0-9]* 33CONFLICTS+= postgresql-[0-9]*
34CONFLICTS+= postgresql[0-8][0-9]-* 34CONFLICTS+= postgresql[0-8][0-9]-*
35CONFLICTS+= postgresql9[1-9]-* 35CONFLICTS+= postgresql9[1-9]-*
36 36
37DISTINFO_FILE?= ${.CURDIR}/../../databases/postgresql90/distinfo 37DISTINFO_FILE?= ${.CURDIR}/../../databases/postgresql90/distinfo

cvs diff -r1.10 -r1.10.4.1 pkgsrc/databases/postgresql90/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90/Attic/distinfo 2012/03/03 14:01:11 1.10
+++ pkgsrc/databases/postgresql90/Attic/distinfo 2012/07/04 07:46:11 1.10.4.1
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1$NetBSD: distinfo,v 1.10 2012/03/03 14:01:11 adam Exp $ 1$NetBSD: distinfo,v 1.10.4.1 2012/07/04 07:46:11 tron Exp $
2 2
3SHA1 (postgresql-9.0.7.tar.bz2) = c0cf6de3cfa131b36107b3748ae44786ad638e12 3SHA1 (postgresql-9.0.8.tar.bz2) = 240d2d45bc87d8cdad8e2b74cf378f5668b604fe
4RMD160 (postgresql-9.0.7.tar.bz2) = 80a8c91233462515914aeb5c15cf63b7195da3ef 4RMD160 (postgresql-9.0.8.tar.bz2) = fab8564774c99300ca8a69298417eec960e70601
5Size (postgresql-9.0.7.tar.bz2) = 14977437 bytes 5Size (postgresql-9.0.8.tar.bz2) = 14998065 bytes
6SHA1 (patch-aa) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 6SHA1 (patch-aa) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
7SHA1 (patch-ab) = 6adfc53e325abe69582f1c7971f56144c697e9c1 7SHA1 (patch-ab) = 6adfc53e325abe69582f1c7971f56144c697e9c1
8SHA1 (patch-ac) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5 8SHA1 (patch-ac) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5
9SHA1 (patch-ad) = 378dce5ea08c4344018824a7e44867f31e876c9a 9SHA1 (patch-ad) = 378dce5ea08c4344018824a7e44867f31e876c9a
10SHA1 (patch-af) = a73769cf05223d2ee06249c9e69c85038c2cd936 10SHA1 (patch-af) = a73769cf05223d2ee06249c9e69c85038c2cd936
11SHA1 (patch-ag) = 85dac95e40efc16270885087f868aeb76e1b9214 11SHA1 (patch-ag) = 85dac95e40efc16270885087f868aeb76e1b9214
12SHA1 (patch-ah) = 25102dce1b9b22385353af23500636fb18e3bf64 12SHA1 (patch-ah) = 25102dce1b9b22385353af23500636fb18e3bf64
13SHA1 (patch-ai) = 0d6f536f7593e362ec216eafa73c718ad6bed8fc 13SHA1 (patch-ai) = 0d6f536f7593e362ec216eafa73c718ad6bed8fc
14SHA1 (patch-ao) = 4d7c40d107d4c13c63ef2908d9a02be319863657 14SHA1 (patch-ao) = 4d7c40d107d4c13c63ef2908d9a02be319863657
15SHA1 (patch-src_Makefile.shlib) = b5f66154482df3d14af5ecbb524eeff6c246d049 15SHA1 (patch-src_Makefile.shlib) = b5f66154482df3d14af5ecbb524eeff6c246d049
16SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0 16SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
17SHA1 (patch-src_pl_plperl_plperl.h) = 8e2d954642cb68dc6c6fd08debd058d053566826 17SHA1 (patch-src_pl_plperl_plperl.h) = 8e2d954642cb68dc6c6fd08debd058d053566826

cvs diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-adminpack/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-adminpack/Attic/Makefile 2012/06/14 07:45:36 1.5
+++ pkgsrc/databases/postgresql90-adminpack/Attic/Makefile 2012/07/04 07:46:09 1.5.2.1
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2012/06/14 07:45:36 sbd Exp $ 1# $NetBSD: Makefile,v 1.5.2.1 2012/07/04 07:46:09 tron Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-adminpack-/} 3PKGNAME= ${DISTNAME:C/-/90-adminpack-/}
4PKGREVISION= 1 
5COMMENT= Admin pack module for pgAdmin management 4COMMENT= Admin pack module for pgAdmin management
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
10 9
11.include "../../databases/postgresql90/Makefile.common" 10.include "../../databases/postgresql90/Makefile.common"
12 11
13BUILD_MAKE_FLAGS= PGXS=1 12BUILD_MAKE_FLAGS= PGXS=1
14 13
15BUILD_DIRS= contrib/adminpack 14BUILD_DIRS= contrib/adminpack
16REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib 15REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib
17REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib 16REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib

cvs diff -r1.12 -r1.12.2.1 pkgsrc/databases/postgresql90-client/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-client/Attic/Makefile 2012/06/14 07:45:34 1.12
+++ pkgsrc/databases/postgresql90-client/Attic/Makefile 2012/07/04 07:46:09 1.12.2.1
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2012/06/14 07:45:34 sbd Exp $ 1# $NetBSD: Makefile,v 1.12.2.1 2012/07/04 07:46:09 tron Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-client-/} 3PKGNAME= ${DISTNAME:C/-/90-client-/}
4PKGREVISION= 2 
5COMMENT= PostgreSQL database client programs 4COMMENT= PostgreSQL database client programs
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9.include "../../databases/postgresql90/Makefile.common" 8.include "../../databases/postgresql90/Makefile.common"
10 9
11USE_TOOLS+= gzip tar 10USE_TOOLS+= gzip tar
12CONFIGURE_ARGS+= --with-openssl 11CONFIGURE_ARGS+= --with-openssl
13CONFIGURE_ARGS+= --with-readline 12CONFIGURE_ARGS+= --with-readline
14CONFIGURE_ARGS+= --with-zlib 13CONFIGURE_ARGS+= --with-zlib
15 14
16# 1. The thread-safety test in ${WRSRC}/src/tools/thread does not pass on 15# 1. The thread-safety test in ${WRSRC}/src/tools/thread does not pass on
17# NetBSD earler than 4.0 or DragonFly. 16# NetBSD earler than 4.0 or DragonFly.

cvs diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-datatypes/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-datatypes/Attic/Makefile 2012/06/14 07:45:35 1.5
+++ pkgsrc/databases/postgresql90-datatypes/Attic/Makefile 2012/07/04 07:46:09 1.5.2.1
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2012/06/14 07:45:35 sbd Exp $ 1# $NetBSD: Makefile,v 1.5.2.1 2012/07/04 07:46:09 tron Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-datatypes-/} 3PKGNAME= ${DISTNAME:C/-/90-datatypes-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL data types support modules 4COMMENT= PostgreSQL data types support modules
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
10 9
11.include "../../databases/postgresql90/Makefile.common" 10.include "../../databases/postgresql90/Makefile.common"
12 11
13CONFIGURE_ARGS+= --with-ossp-uuid 12CONFIGURE_ARGS+= --with-ossp-uuid
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15# because global pg_config.h is included, we have to define this 14# because global pg_config.h is included, we have to define this
16CPPFLAGS+= -DHAVE_UUID_H 15CPPFLAGS+= -DHAVE_UUID_H
17 16

cvs diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-dblink/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-dblink/Attic/Makefile 2012/06/14 07:45:36 1.5
+++ pkgsrc/databases/postgresql90-dblink/Attic/Makefile 2012/07/04 07:46:09 1.5.2.1
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2012/06/14 07:45:36 sbd Exp $ 1# $NetBSD: Makefile,v 1.5.2.1 2012/07/04 07:46:09 tron Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-dblink-/} 3PKGNAME= ${DISTNAME:C/-/90-dblink-/}
4PKGREVISION= 1 
5COMMENT= Dblink module for remote database connections 4COMMENT= Dblink module for remote database connections
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
10 9
11.include "../../databases/postgresql90/Makefile.common" 10.include "../../databases/postgresql90/Makefile.common"
12 11
13CONFIGURE_ARGS+= --with-openssl 12CONFIGURE_ARGS+= --with-openssl
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15 14
16BUILD_DIRS= src/interfaces/libpq 15BUILD_DIRS= src/interfaces/libpq
17BUILD_DIRS+= contrib/dblink 16BUILD_DIRS+= contrib/dblink

cvs diff -r1.6 -r1.6.2.1 pkgsrc/databases/postgresql90-docs/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-docs/Attic/Makefile 2012/06/14 07:45:36 1.6
+++ pkgsrc/databases/postgresql90-docs/Attic/Makefile 2012/07/04 07:46:09 1.6.2.1
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2012/06/14 07:45:36 sbd Exp $ 1# $NetBSD: Makefile,v 1.6.2.1 2012/07/04 07:46:09 tron Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-docs-/} 3PKGNAME= ${DISTNAME:C/-/90-docs-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database documentation 4COMMENT= PostgreSQL database documentation
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9.include "../../databases/postgresql90/Makefile.common" 8.include "../../databases/postgresql90/Makefile.common"
10 9
11BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml 10BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml
12BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl 11BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl
13BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular 12BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular
14BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879 13BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879
15BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade 14BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade
16BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 15BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
17 16

cvs diff -r1.9 -r1.9.4.1 pkgsrc/databases/postgresql90-docs/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-docs/Attic/PLIST 2012/03/03 14:01:11 1.9
+++ pkgsrc/databases/postgresql90-docs/Attic/PLIST 2012/07/04 07:46:09 1.9.4.1
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.9 2012/03/03 14:01:11 adam Exp $ 1@comment $NetBSD: PLIST,v 1.9.4.1 2012/07/04 07:46:09 tron Exp $
2${PG_SUBPREFIX}man/man1/clusterdb.1 2${PG_SUBPREFIX}man/man1/clusterdb.1
3${PG_SUBPREFIX}man/man1/createdb.1 3${PG_SUBPREFIX}man/man1/createdb.1
4${PG_SUBPREFIX}man/man1/createlang.1 4${PG_SUBPREFIX}man/man1/createlang.1
5${PG_SUBPREFIX}man/man1/createuser.1 5${PG_SUBPREFIX}man/man1/createuser.1
6${PG_SUBPREFIX}man/man1/dropdb.1 6${PG_SUBPREFIX}man/man1/dropdb.1
7${PG_SUBPREFIX}man/man1/droplang.1 7${PG_SUBPREFIX}man/man1/droplang.1
8${PG_SUBPREFIX}man/man1/dropuser.1 8${PG_SUBPREFIX}man/man1/dropuser.1
9${PG_SUBPREFIX}man/man1/ecpg.1 9${PG_SUBPREFIX}man/man1/ecpg.1
10${PG_SUBPREFIX}man/man1/initdb.1 10${PG_SUBPREFIX}man/man1/initdb.1
11${PG_SUBPREFIX}man/man1/pg_config.1 11${PG_SUBPREFIX}man/man1/pg_config.1
12${PG_SUBPREFIX}man/man1/pg_controldata.1 12${PG_SUBPREFIX}man/man1/pg_controldata.1
13${PG_SUBPREFIX}man/man1/pg_ctl.1 13${PG_SUBPREFIX}man/man1/pg_ctl.1
14${PG_SUBPREFIX}man/man1/pg_dump.1 14${PG_SUBPREFIX}man/man1/pg_dump.1
@@ -893,54 +893,57 @@ ${PG_SUBPREFIX}share/doc/postgresql/html @@ -893,54 +893,57 @@ ${PG_SUBPREFIX}share/doc/postgresql/html
893${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-8.html 893${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-8.html
894${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-9.html 894${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-9.html
895${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2.html 895${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2.html
896${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-1.html 896${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-1.html
897${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-10.html 897${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-10.html
898${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-11.html 898${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-11.html
899${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-12.html 899${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-12.html
900${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-13.html 900${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-13.html
901${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-14.html 901${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-14.html
902${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-15.html 902${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-15.html
903${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-16.html 903${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-16.html
904${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-17.html 904${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-17.html
905${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-18.html 905${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-18.html
 906${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-19.html
906${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-2.html 907${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-2.html
907${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-3.html 908${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-3.html
908${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html 909${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html
909${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-5.html 910${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-5.html
910${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-6.html 911${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-6.html
911${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-7.html 912${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-7.html
912${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-8.html 913${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-8.html
913${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-9.html 914${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-9.html
914${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3.html 915${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3.html
915${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-1.html 916${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-1.html
916${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-10.html 917${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-10.html
917${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-11.html 918${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-11.html
 919${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-12.html
918${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-2.html 920${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-2.html
919${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-3.html 921${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-3.html
920${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-4.html 922${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-4.html
921${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-5.html 923${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-5.html
922${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-6.html 924${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-6.html
923${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-7.html 925${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-7.html
924${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-8.html 926${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-8.html
925${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-9.html 927${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-9.html
926${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4.html 928${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4.html
927${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-1.html 929${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-1.html
928${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-2.html 930${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-2.html
929${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-3.html 931${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-3.html
930${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-4.html 932${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-4.html
931${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-5.html 933${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-5.html
932${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-6.html 934${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-6.html
933${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-7.html 935${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-7.html
 936${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-8.html
934${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0.html 937${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0.html
935${PG_SUBPREFIX}share/doc/postgresql/html/release.html 938${PG_SUBPREFIX}share/doc/postgresql/html/release.html
936${PG_SUBPREFIX}share/doc/postgresql/html/resources.html 939${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
937${PG_SUBPREFIX}share/doc/postgresql/html/role-attributes.html 940${PG_SUBPREFIX}share/doc/postgresql/html/role-attributes.html
938${PG_SUBPREFIX}share/doc/postgresql/html/role-membership.html 941${PG_SUBPREFIX}share/doc/postgresql/html/role-membership.html
939${PG_SUBPREFIX}share/doc/postgresql/html/routine-reindex.html 942${PG_SUBPREFIX}share/doc/postgresql/html/routine-reindex.html
940${PG_SUBPREFIX}share/doc/postgresql/html/routine-vacuuming.html 943${PG_SUBPREFIX}share/doc/postgresql/html/routine-vacuuming.html
941${PG_SUBPREFIX}share/doc/postgresql/html/row-estimation-examples.html 944${PG_SUBPREFIX}share/doc/postgresql/html/row-estimation-examples.html
942${PG_SUBPREFIX}share/doc/postgresql/html/rowtypes.html 945${PG_SUBPREFIX}share/doc/postgresql/html/rowtypes.html
943${PG_SUBPREFIX}share/doc/postgresql/html/rule-system.html 946${PG_SUBPREFIX}share/doc/postgresql/html/rule-system.html
944${PG_SUBPREFIX}share/doc/postgresql/html/rules-privileges.html 947${PG_SUBPREFIX}share/doc/postgresql/html/rules-privileges.html
945${PG_SUBPREFIX}share/doc/postgresql/html/rules-status.html 948${PG_SUBPREFIX}share/doc/postgresql/html/rules-status.html
946${PG_SUBPREFIX}share/doc/postgresql/html/rules-triggers.html 949${PG_SUBPREFIX}share/doc/postgresql/html/rules-triggers.html

cvs diff -r1.4 -r1.4.2.1 pkgsrc/databases/postgresql90-fuzzystrmatch/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-fuzzystrmatch/Attic/Makefile 2012/06/14 07:45:35 1.4
+++ pkgsrc/databases/postgresql90-fuzzystrmatch/Attic/Makefile 2012/07/04 07:46:09 1.4.2.1
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2012/06/14 07:45:35 sbd Exp $ 1# $NetBSD: Makefile,v 1.4.2.1 2012/07/04 07:46:09 tron Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-fuzzystrmatch-/} 3PKGNAME= ${DISTNAME:C/-/90-fuzzystrmatch-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL fuzzystrmatch contribution 4COMMENT= PostgreSQL fuzzystrmatch contribution
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
10 9
11.include "../../databases/postgresql90/Makefile.common" 10.include "../../databases/postgresql90/Makefile.common"
12 11
13BUILD_DIRS= contrib/fuzzystrmatch 12BUILD_DIRS= contrib/fuzzystrmatch
14BUILD_MAKE_FLAGS= USE_PGXS=1 13BUILD_MAKE_FLAGS= USE_PGXS=1
15 14
16.include "../../databases/postgresql90-client/buildlink3.mk" 15.include "../../databases/postgresql90-client/buildlink3.mk"
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.6.2.1 pkgsrc/databases/postgresql90-monitoring/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-monitoring/Attic/Makefile 2012/06/14 07:45:35 1.6
+++ pkgsrc/databases/postgresql90-monitoring/Attic/Makefile 2012/07/04 07:46:10 1.6.2.1
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2012/06/14 07:45:35 sbd Exp $ 1# $NetBSD: Makefile,v 1.6.2.1 2012/07/04 07:46:10 tron Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-monitoring-/} 3PKGNAME= ${DISTNAME:C/-/90-monitoring-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL monitoring tools 4COMMENT= PostgreSQL monitoring tools
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
10 9
11.include "../../databases/postgresql90/Makefile.common" 10.include "../../databases/postgresql90/Makefile.common"
12 11
13BUILD_MAKE_FLAGS= PGXS=1 12BUILD_MAKE_FLAGS= PGXS=1
14 13
15BUILD_DIRS+= contrib/auto_explain 14BUILD_DIRS+= contrib/auto_explain
16BUILD_DIRS+= contrib/pg_buffercache 15BUILD_DIRS+= contrib/pg_buffercache
17BUILD_DIRS+= contrib/pg_stat_statements 16BUILD_DIRS+= contrib/pg_stat_statements

cvs diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-pgcrypto/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-pgcrypto/Attic/Makefile 2012/06/14 07:45:35 1.5
+++ pkgsrc/databases/postgresql90-pgcrypto/Attic/Makefile 2012/07/04 07:46:10 1.5.2.1
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2012/06/14 07:45:35 sbd Exp $ 1# $NetBSD: Makefile,v 1.5.2.1 2012/07/04 07:46:10 tron Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-pgcrypto-/} 3PKGNAME= ${DISTNAME:C/-/90-pgcrypto-/}
4PKGREVISION= 1 
5COMMENT= Module providing cryptographic functions for PostgreSQL 4COMMENT= Module providing cryptographic functions for PostgreSQL
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
10 9
11.include "../../databases/postgresql90/Makefile.common" 10.include "../../databases/postgresql90/Makefile.common"
12 11
13CONFIGURE_ARGS+= --with-zlib 12CONFIGURE_ARGS+= --with-zlib
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15 14
16BUILD_DIRS= contrib/pgcrypto 15BUILD_DIRS= contrib/pgcrypto
17REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib 16REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib

cvs diff -r1.7 -r1.7.2.1 pkgsrc/databases/postgresql90-plperl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-plperl/Attic/Makefile 2012/06/14 07:45:36 1.7
+++ pkgsrc/databases/postgresql90-plperl/Attic/Makefile 2012/07/04 07:46:10 1.7.2.1
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2012/06/14 07:45:36 sbd Exp $ 1# $NetBSD: Makefile,v 1.7.2.1 2012/07/04 07:46:10 tron Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-plperl-/} 3PKGNAME= ${DISTNAME:C/-/90-plperl-/}
4PKGREVISION= 1 
5COMMENT= PL/Perl procedural language for the PostgreSQL backend 4COMMENT= PL/Perl procedural language for the PostgreSQL backend
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
10 9
11.include "../../databases/postgresql90/Makefile.common" 10.include "../../databases/postgresql90/Makefile.common"
12 11
13USE_TOOLS+= perl 12USE_TOOLS+= perl
14PERL5_CONFIGURE= no 13PERL5_CONFIGURE= no
15CONFIGURE_ARGS+= --with-perl 14CONFIGURE_ARGS+= --with-perl
16BUILD_MAKE_FLAGS= PGXS=1 15BUILD_MAKE_FLAGS= PGXS=1
17 16

cvs diff -r1.6 -r1.6.2.1 pkgsrc/databases/postgresql90-plpython/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-plpython/Attic/Makefile 2012/06/14 07:45:35 1.6
+++ pkgsrc/databases/postgresql90-plpython/Attic/Makefile 2012/07/04 07:46:10 1.6.2.1
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2012/06/14 07:45:35 sbd Exp $ 1# $NetBSD: Makefile,v 1.6.2.1 2012/07/04 07:46:10 tron Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-plpython-/} 3PKGNAME= ${DISTNAME:C/-/90-plpython-/}
4PKGREVISION= 2 
5COMMENT= PL/Python procedural language for the PostgreSQL backend 4COMMENT= PL/Python procedural language for the PostgreSQL backend
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
10 9
11.include "../../databases/postgresql90/Makefile.common" 10.include "../../databases/postgresql90/Makefile.common"
12 11
13CONFIGURE_ARGS+= --with-python 12CONFIGURE_ARGS+= --with-python
14CONFIGURE_ENV+= PYTHON="${PYTHONBIN}" 13CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
15BUILD_MAKE_FLAGS= PGXS=1 14BUILD_MAKE_FLAGS= PGXS=1
16 15
17BUILD_DIRS= src/pl/plpython 16BUILD_DIRS= src/pl/plpython

cvs diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-pltcl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-pltcl/Attic/Makefile 2012/06/14 07:45:35 1.5
+++ pkgsrc/databases/postgresql90-pltcl/Attic/Makefile 2012/07/04 07:46:10 1.5.2.1
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2012/06/14 07:45:35 sbd Exp $ 1# $NetBSD: Makefile,v 1.5.2.1 2012/07/04 07:46:10 tron Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-pltcl-/} 3PKGNAME= ${DISTNAME:C/-/90-pltcl-/}
4PKGREVISION= 1 
5COMMENT= PL/Tcl procedural language for the PostgreSQL backend 4COMMENT= PL/Tcl procedural language for the PostgreSQL backend
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
10 9
11.include "../../databases/postgresql90/Makefile.common" 10.include "../../databases/postgresql90/Makefile.common"
12 11
13CONFIGURE_ARGS+= --with-tcl 12CONFIGURE_ARGS+= --with-tcl
14CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib" 13CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
15CONFIGURE_ENV+= TCLSH="${TCLSH}" 14CONFIGURE_ENV+= TCLSH="${TCLSH}"
16TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh 15TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
17BUILD_MAKE_FLAGS= PGXS=1 16BUILD_MAKE_FLAGS= PGXS=1

cvs diff -r1.3 -r1.3.2.1 pkgsrc/databases/postgresql90-replicationtools/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-replicationtools/Attic/Makefile 2012/06/14 07:45:35 1.3
+++ pkgsrc/databases/postgresql90-replicationtools/Attic/Makefile 2012/07/04 07:46:10 1.3.2.1
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1# $NetBSD: Makefile,v 1.3 2012/06/14 07:45:35 sbd Exp $ 1# $NetBSD: Makefile,v 1.3.2.1 2012/07/04 07:46:10 tron Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-replicationtools-/} 3PKGNAME= ${DISTNAME:C/-/90-replicationtools-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL replication tools 4COMMENT= PostgreSQL replication tools
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9.include "../../databases/postgresql90/Makefile.common" 8.include "../../databases/postgresql90/Makefile.common"
10 9
11BUILD_DIRS+= contrib/pg_archivecleanup 10BUILD_DIRS+= contrib/pg_archivecleanup
12BUILD_DIRS+= contrib/pg_standby 11BUILD_DIRS+= contrib/pg_standby
13 12
14.include "../../databases/postgresql90-client/buildlink3.mk" 13.include "../../databases/postgresql90-client/buildlink3.mk"
15.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.10.2.1 pkgsrc/databases/postgresql90-server/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-server/Attic/Makefile 2012/06/14 07:45:35 1.10
+++ pkgsrc/databases/postgresql90-server/Attic/Makefile 2012/07/04 07:46:10 1.10.2.1
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2012/06/14 07:45:35 sbd Exp $ 1# $NetBSD: Makefile,v 1.10.2.1 2012/07/04 07:46:10 tron Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-server-/} 3PKGNAME= ${DISTNAME:C/-/90-server-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database server programs 4COMMENT= PostgreSQL database server programs
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9# mips has no TAS implementation 8# mips has no TAS implementation
10NOT_FOR_PLATFORM= *-*-mips 9NOT_FOR_PLATFORM= *-*-mips
11 10
12.include "../../databases/postgresql90/Makefile.common" 11.include "../../databases/postgresql90/Makefile.common"
13 12
14CONFIGURE_ARGS+= --with-openssl 13CONFIGURE_ARGS+= --with-openssl
15 14
16INSTALL_DIRS= src/backend 15INSTALL_DIRS= src/backend
17INSTALL_DIRS+= src/backend/replication/libpqwalreceiver 16INSTALL_DIRS+= src/backend/replication/libpqwalreceiver

cvs diff -r1.9 -r1.9.4.1 pkgsrc/databases/postgresql90-server/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-server/Attic/PLIST 2012/03/03 14:01:12 1.9
+++ pkgsrc/databases/postgresql90-server/Attic/PLIST 2012/07/04 07:46:10 1.9.4.1
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.9 2012/03/03 14:01:12 adam Exp $ 1@comment $NetBSD: PLIST,v 1.9.4.1 2012/07/04 07:46:10 tron Exp $
2${PG_SUBPREFIX}bin/postgres 2${PG_SUBPREFIX}bin/postgres
3${PG_SUBPREFIX}bin/postmaster 3${PG_SUBPREFIX}bin/postmaster
4${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.so 4${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.so
5${PG_SUBPREFIX}lib/postgresql/cyrillic_and_mic.so 5${PG_SUBPREFIX}lib/postgresql/cyrillic_and_mic.so
6${PG_SUBPREFIX}lib/postgresql/dict_snowball.so 6${PG_SUBPREFIX}lib/postgresql/dict_snowball.so
7${PG_SUBPREFIX}lib/postgresql/euc2004_sjis2004.so 7${PG_SUBPREFIX}lib/postgresql/euc2004_sjis2004.so
8${PG_SUBPREFIX}lib/postgresql/euc_cn_and_mic.so 8${PG_SUBPREFIX}lib/postgresql/euc_cn_and_mic.so
9${PG_SUBPREFIX}lib/postgresql/euc_jp_and_sjis.so 9${PG_SUBPREFIX}lib/postgresql/euc_jp_and_sjis.so
10${PG_SUBPREFIX}lib/postgresql/euc_kr_and_mic.so 10${PG_SUBPREFIX}lib/postgresql/euc_kr_and_mic.so
11${PG_SUBPREFIX}lib/postgresql/euc_tw_and_big5.so 11${PG_SUBPREFIX}lib/postgresql/euc_tw_and_big5.so
12${PG_SUBPREFIX}lib/postgresql/latin2_and_win1250.so 12${PG_SUBPREFIX}lib/postgresql/latin2_and_win1250.so
13${PG_SUBPREFIX}lib/postgresql/latin_and_mic.so 13${PG_SUBPREFIX}lib/postgresql/latin_and_mic.so
14${PG_SUBPREFIX}lib/postgresql/libpqwalreceiver.so 14${PG_SUBPREFIX}lib/postgresql/libpqwalreceiver.so
@@ -156,26 +156,27 @@ ${PG_SUBPREFIX}share/postgresql/timezone @@ -156,26 +156,27 @@ ${PG_SUBPREFIX}share/postgresql/timezone
156${PG_SUBPREFIX}share/postgresql/timezone/America/Buenos_Aires 156${PG_SUBPREFIX}share/postgresql/timezone/America/Buenos_Aires
157${PG_SUBPREFIX}share/postgresql/timezone/America/Cambridge_Bay 157${PG_SUBPREFIX}share/postgresql/timezone/America/Cambridge_Bay
158${PG_SUBPREFIX}share/postgresql/timezone/America/Campo_Grande 158${PG_SUBPREFIX}share/postgresql/timezone/America/Campo_Grande
159${PG_SUBPREFIX}share/postgresql/timezone/America/Cancun 159${PG_SUBPREFIX}share/postgresql/timezone/America/Cancun
160${PG_SUBPREFIX}share/postgresql/timezone/America/Caracas 160${PG_SUBPREFIX}share/postgresql/timezone/America/Caracas
161${PG_SUBPREFIX}share/postgresql/timezone/America/Catamarca 161${PG_SUBPREFIX}share/postgresql/timezone/America/Catamarca
162${PG_SUBPREFIX}share/postgresql/timezone/America/Cayenne 162${PG_SUBPREFIX}share/postgresql/timezone/America/Cayenne
163${PG_SUBPREFIX}share/postgresql/timezone/America/Cayman 163${PG_SUBPREFIX}share/postgresql/timezone/America/Cayman
164${PG_SUBPREFIX}share/postgresql/timezone/America/Chicago 164${PG_SUBPREFIX}share/postgresql/timezone/America/Chicago
165${PG_SUBPREFIX}share/postgresql/timezone/America/Chihuahua 165${PG_SUBPREFIX}share/postgresql/timezone/America/Chihuahua
166${PG_SUBPREFIX}share/postgresql/timezone/America/Coral_Harbour 166${PG_SUBPREFIX}share/postgresql/timezone/America/Coral_Harbour
167${PG_SUBPREFIX}share/postgresql/timezone/America/Cordoba 167${PG_SUBPREFIX}share/postgresql/timezone/America/Cordoba
168${PG_SUBPREFIX}share/postgresql/timezone/America/Costa_Rica 168${PG_SUBPREFIX}share/postgresql/timezone/America/Costa_Rica
 169${PG_SUBPREFIX}share/postgresql/timezone/America/Creston
169${PG_SUBPREFIX}share/postgresql/timezone/America/Cuiaba 170${PG_SUBPREFIX}share/postgresql/timezone/America/Cuiaba
170${PG_SUBPREFIX}share/postgresql/timezone/America/Curacao 171${PG_SUBPREFIX}share/postgresql/timezone/America/Curacao
171${PG_SUBPREFIX}share/postgresql/timezone/America/Danmarkshavn 172${PG_SUBPREFIX}share/postgresql/timezone/America/Danmarkshavn
172${PG_SUBPREFIX}share/postgresql/timezone/America/Dawson 173${PG_SUBPREFIX}share/postgresql/timezone/America/Dawson
173${PG_SUBPREFIX}share/postgresql/timezone/America/Dawson_Creek 174${PG_SUBPREFIX}share/postgresql/timezone/America/Dawson_Creek
174${PG_SUBPREFIX}share/postgresql/timezone/America/Denver 175${PG_SUBPREFIX}share/postgresql/timezone/America/Denver
175${PG_SUBPREFIX}share/postgresql/timezone/America/Detroit 176${PG_SUBPREFIX}share/postgresql/timezone/America/Detroit
176${PG_SUBPREFIX}share/postgresql/timezone/America/Dominica 177${PG_SUBPREFIX}share/postgresql/timezone/America/Dominica
177${PG_SUBPREFIX}share/postgresql/timezone/America/Edmonton 178${PG_SUBPREFIX}share/postgresql/timezone/America/Edmonton
178${PG_SUBPREFIX}share/postgresql/timezone/America/Eirunepe 179${PG_SUBPREFIX}share/postgresql/timezone/America/Eirunepe
179${PG_SUBPREFIX}share/postgresql/timezone/America/El_Salvador 180${PG_SUBPREFIX}share/postgresql/timezone/America/El_Salvador
180${PG_SUBPREFIX}share/postgresql/timezone/America/Ensenada 181${PG_SUBPREFIX}share/postgresql/timezone/America/Ensenada
181${PG_SUBPREFIX}share/postgresql/timezone/America/Fort_Wayne 182${PG_SUBPREFIX}share/postgresql/timezone/America/Fort_Wayne

cvs diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-upgrade/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-upgrade/Attic/Makefile 2012/06/14 07:45:35 1.5
+++ pkgsrc/databases/postgresql90-upgrade/Attic/Makefile 2012/07/04 07:46:10 1.5.2.1
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2012/06/14 07:45:35 sbd Exp $ 1# $NetBSD: Makefile,v 1.5.2.1 2012/07/04 07:46:10 tron Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-upgrade-/} 3PKGNAME= ${DISTNAME:C/-/90-upgrade-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL binary upgrade tool 4COMMENT= PostgreSQL binary upgrade tool
6MAINTAINER= pkgsrc-users@NetBSD.org 5MAINTAINER= pkgsrc-users@NetBSD.org
7 6
8PKG_DESTDIR_SUPPORT= user-destdir 7PKG_DESTDIR_SUPPORT= user-destdir
9 8
10DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 9DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
11 10
12.include "../../databases/postgresql90/Makefile.common" 11.include "../../databases/postgresql90/Makefile.common"
13 12
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15 14
16BUILD_DIRS+= contrib/pg_upgrade 15BUILD_DIRS+= contrib/pg_upgrade
17BUILD_DIRS+= contrib/pg_upgrade_support 16BUILD_DIRS+= contrib/pg_upgrade_support

cvs diff -r1.2 -r1.2.10.1 pkgsrc/databases/postgresql90-uuid/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-uuid/Attic/Makefile 2011/04/22 14:40:41 1.2
+++ pkgsrc/databases/postgresql90-uuid/Attic/Makefile 2012/07/04 07:46:11 1.2.10.1
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1# $NetBSD: Makefile,v 1.2 2011/04/22 14:40:41 obache Exp $ 1# $NetBSD: Makefile,v 1.2.10.1 2012/07/04 07:46:11 tron Exp $
2# 2#
3 3
4PGSQL_VERSION= 90 4PGSQL_VERSION= 90
5PKGREVISION= 1 
6 5
7.include "../../databases/postgresql-uuid/Makefile.common" 6.include "../../databases/postgresql-uuid/Makefile.common"