Wed Feb 9 08:48:20 2011 UTC ()
Changes 9.0.3:
* Before exiting walreceiver, ensure all the received WAL is fsync'd to disk
* Avoid excess fsync activity in walreceiver
* Make "ALTER TABLE" revalidate uniqueness and exclusion constraints when needed
* Fix EvalPlanQual for "UPDATE" of an inheritance tree in which the tables are
  not all alike
* Avoid failures when "EXPLAIN" tries to display a simple-form CASE expression
* Fix assignment to an array slice that is before the existing range of
  subscripts
* Avoid unexpected conversion overflow in planner for very distant date values
* Fix PL/Python crash when an array contains null entries
* Remove ecpg's fixed length limit for constants defining an array dimension
* Fix erroneous parsing of tsquery values containing ... &
  !(subexpression) | ...
* Fix buffer overrun in "contrib/intarray"'s input function for the query_int
  type
* Fix bug in "contrib/seg"'s GiST picksplit algorithm


(adam)
diff -r1.8 -r1.9 pkgsrc/databases/postgresql90/Makefile.common
diff -r1.3 -r1.4 pkgsrc/databases/postgresql90/distinfo
diff -r1.4 -r1.5 pkgsrc/databases/postgresql90/options.mk
diff -r1.2 -r1.3 pkgsrc/databases/postgresql90-adminpack/Makefile
diff -r1.3 -r1.4 pkgsrc/databases/postgresql90-adminpack/PLIST
diff -r1.5 -r1.6 pkgsrc/databases/postgresql90-client/Makefile
diff -r1.4 -r1.5 pkgsrc/databases/postgresql90-client/PLIST
diff -r1.3 -r1.4 pkgsrc/databases/postgresql90-client/buildlink3.mk
diff -r1.2 -r1.3 pkgsrc/databases/postgresql90-datatypes/Makefile
diff -r1.3 -r1.4 pkgsrc/databases/postgresql90-datatypes/PLIST
diff -r1.2 -r1.3 pkgsrc/databases/postgresql90-dblink/Makefile
diff -r1.2 -r1.3 pkgsrc/databases/postgresql90-dblink/PLIST
diff -r1.4 -r1.5 pkgsrc/databases/postgresql90-docs/PLIST
diff -r1.3 -r1.4 pkgsrc/databases/postgresql90-monitoring/Makefile
diff -r1.3 -r1.4 pkgsrc/databases/postgresql90-monitoring/PLIST
diff -r1.2 -r1.3 pkgsrc/databases/postgresql90-pgcrypto/Makefile
diff -r1.2 -r1.3 pkgsrc/databases/postgresql90-pgcrypto/PLIST
diff -r1.2 -r1.3 pkgsrc/databases/postgresql90-plperl/Makefile
diff -r1.2 -r1.3 pkgsrc/databases/postgresql90-plperl/PLIST
diff -r1.2 -r1.3 pkgsrc/databases/postgresql90-plpython/Makefile
diff -r1.3 -r1.4 pkgsrc/databases/postgresql90-plpython/PLIST
diff -r1.2 -r1.3 pkgsrc/databases/postgresql90-pltcl/Makefile
diff -r1.3 -r1.4 pkgsrc/databases/postgresql90-pltcl/PLIST
diff -r1.7 -r1.8 pkgsrc/databases/postgresql90-server/Makefile
diff -r1.4 -r1.5 pkgsrc/databases/postgresql90-server/PLIST
diff -r1.3 -r1.4 pkgsrc/databases/postgresql90-upgrade/Makefile
diff -r1.2 -r0 pkgsrc/databases/postgresql90/files/Makefile.custom
diff -r1.3 -r0 pkgsrc/databases/postgresql90/files/Makefile.libtool
diff -r1.1 -r0 pkgsrc/databases/postgresql90/patches/patch-ae
diff -r1.2 -r0 pkgsrc/databases/postgresql90/patches/patch-an

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

--- pkgsrc/databases/postgresql90/Attic/Makefile.common 2010/12/24 06:30:03 1.8
+++ pkgsrc/databases/postgresql90/Attic/Makefile.common 2011/02/09 08:48:16 1.9
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: Makefile.common,v 1.8 2010/12/24 06:30:03 asau Exp $ 1# $NetBSD: Makefile.common,v 1.9 2011/02/09 08:48:16 adam 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-pgcrypto/Makefile 8# used by databases/postgresql90-pgcrypto/Makefile
9# used by databases/postgresql90-plperl/Makefile 9# used by databases/postgresql90-plperl/Makefile
10# used by databases/postgresql90-plpython/Makefile 10# used by databases/postgresql90-plpython/Makefile
11# used by databases/postgresql90-pltcl/Makefile 11# used by databases/postgresql90-pltcl/Makefile
12# used by databases/postgresql90-server/Makefile 12# used by databases/postgresql90-server/Makefile
13# used by databases/postgresql90-upgrade/Makefile 13# used by databases/postgresql90-upgrade/Makefile
14# 14#
15# This Makefile fragment is included by all PostgreSQL packages built from 15# This Makefile fragment is included by all PostgreSQL packages built from
16# the main sources of the PostgreSQL distribution except jdbc-postgresql. 16# the main sources of the PostgreSQL distribution except jdbc-postgresql.
17# 17#
18# The PostgreSQL package naming scheme, aside from the obvious piecewise 18# The PostgreSQL package naming scheme, aside from the obvious piecewise
19# packages, is as follows: 19# packages, is as follows:
20# <lang>-postgresql client-side interface to PostgreSQL 20# <lang>-postgresql client-side interface to PostgreSQL
21# postgresql-<lang> server-side module for PostgreSQL backend 21# postgresql-<lang> server-side module for PostgreSQL backend
22 22
23.include "../../databases/postgresql90/Makefile.mirrors" 23.include "../../databases/postgresql90/Makefile.mirrors"
24 24
25DISTNAME= postgresql-9.0.2 25DISTNAME= postgresql-9.0.3
26CATEGORIES= databases 26CATEGORIES= databases
27MASTER_SITES= ${PGSQL_MIRRORS:=source/v${PKGVERSION_NOREV}/} 27MASTER_SITES= ${PGSQL_MIRRORS:=source/v${PKGVERSION_NOREV}/}
28EXTRACT_SUFX= .tar.bz2 28EXTRACT_SUFX= .tar.bz2
29 29
30MAINTAINER?= adam@NetBSD.org 30MAINTAINER?= adam@NetBSD.org
31HOMEPAGE= http://www.postgresql.org/ 31HOMEPAGE= http://www.postgresql.org/
32 32
33CONFLICTS+= postgresql-[0-9]* 33CONFLICTS+= postgresql-[0-9]*
34CONFLICTS+= postgresql[0-8][0-9]-* 34CONFLICTS+= postgresql[0-8][0-9]-*
35 35
36DISTINFO_FILE?= ${.CURDIR}/../../databases/postgresql90/distinfo 36DISTINFO_FILE?= ${.CURDIR}/../../databases/postgresql90/distinfo
37COMMON_FILESDIR?= ${.CURDIR}/../../databases/postgresql90/files 37COMMON_FILESDIR?= ${.CURDIR}/../../databases/postgresql90/files
38PATCHDIR?= ${.CURDIR}/../../databases/postgresql90/patches 38PATCHDIR?= ${.CURDIR}/../../databases/postgresql90/patches
@@ -72,56 +72,49 @@ CONFIGURE_ARGS+= --sysconfdir=${PG_ETC_D @@ -72,56 +72,49 @@ CONFIGURE_ARGS+= --sysconfdir=${PG_ETC_D
72CONFIGURE_ARGS+= --datadir=${PG_DATA_DIR} 72CONFIGURE_ARGS+= --datadir=${PG_DATA_DIR}
73CONFIGURE_ARGS+= --localedir=${PG_LOCALE_DIR} 73CONFIGURE_ARGS+= --localedir=${PG_LOCALE_DIR}
74CONFIGURE_ARGS+= --with-docdir=${PG_DOC_DIR} 74CONFIGURE_ARGS+= --with-docdir=${PG_DOC_DIR}
75CONFIGURE_ARGS+= --with-template=${PG_TEMPLATE.${OPSYS}} 75CONFIGURE_ARGS+= --with-template=${PG_TEMPLATE.${OPSYS}}
76GNU_CONFIGURE_MANDIR= $(PG_PREFIX)/$(PKGMANDIR) 76GNU_CONFIGURE_MANDIR= $(PG_PREFIX)/$(PKGMANDIR)
77 77
78CONFIGURE_ARGS+= --enable-nls 78CONFIGURE_ARGS+= --enable-nls
79CONFIGURE_ARGS+= --without-perl 79CONFIGURE_ARGS+= --without-perl
80CONFIGURE_ARGS+= --without-python 80CONFIGURE_ARGS+= --without-python
81CONFIGURE_ARGS+= --without-readline 81CONFIGURE_ARGS+= --without-readline
82CONFIGURE_ARGS+= --without-tcl 82CONFIGURE_ARGS+= --without-tcl
83CONFIGURE_ARGS+= --without-zlib 83CONFIGURE_ARGS+= --without-zlib
84 84
85# Enable Bonjour on Mac OS X 
86.if ${OPSYS} == "Darwin" 
87CONFIGURE_ARGS+= --with-bonjour 
88.endif 
89 
90# PGSQL_BLCKSZ is the size in bytes of a PostgreSQL disk page or block. 85# PGSQL_BLCKSZ is the size in bytes of a PostgreSQL disk page or block.
91# This also limits the size of a tuple. The valid values are powers 86# This also limits the size of a tuple. The valid values are powers
92# of 2 up to 32768, and the default size is 8196. Please don't change 87# of 2 up to 32768, and the default size is 8196. Please don't change
93# this value unless you know what you are doing. 88# this value unless you know what you are doing.
94BUILD_DEFS+= PGSQL_BLCKSZ 89BUILD_DEFS+= PGSQL_BLCKSZ
95.if defined(PGSQL_BLCKSZ) 90.if defined(PGSQL_BLCKSZ)
96CONFIGURE_ARGS+= --with-blocksize=${PGSQL_BLCKSZ} 91CONFIGURE_ARGS+= --with-blocksize=${PGSQL_BLCKSZ}
97.endif 92.endif
98 93
99# PostgreSQL explicitly forbids any use of -ffast-math 94# PostgreSQL explicitly forbids any use of -ffast-math
100BUILDLINK_TRANSFORM+= rm:-ffast-math 95BUILDLINK_TRANSFORM+= rm:-ffast-math
101 96
102# USE_LIBLTDL is "yes" or "no" depending on whether we're using libltdl 97# USE_LIBLTDL is "yes" or "no" depending on whether we're using libltdl
103# to provide "dlopen" functionality for the PostgreSQL backend. 98# to provide "dlopen" functionality for the PostgreSQL backend.
104.if ${OPSYS} == "Interix" 99.if ${OPSYS} == "Interix"
105USE_LIBLTDL?= yes 100USE_LIBLTDL?= yes
106.endif 101.endif
107USE_LIBLTDL?= no 102USE_LIBLTDL?= no
108 103
109.include "../../devel/gettext-lib/buildlink3.mk" 104.include "../../devel/gettext-lib/buildlink3.mk"
110 105
111.if !defined(META_PACKAGE) 106.if !defined(META_PACKAGE)
112post-extract: 107post-extract:
113 cp -f ${COMMON_FILESDIR}/Makefile.custom ${WRKSRC}/src/Makefile.custom 
114 cp -f ${COMMON_FILESDIR}/Makefile.libtool ${WRKSRC}/src/Makefile.shlib 
115. if !empty(USE_LIBLTDL:M[yY][eE][sS]) 108. if !empty(USE_LIBLTDL:M[yY][eE][sS])
116 cp -f ${COMMON_FILESDIR}/dynloader-ltdl.h \ 109 cp -f ${COMMON_FILESDIR}/dynloader-ltdl.h \
117 ${WRKSRC}/src/backend/port/dynloader/${PG_TEMPLATE.${OPSYS}:Q}.h 110 ${WRKSRC}/src/backend/port/dynloader/${PG_TEMPLATE.${OPSYS}:Q}.h
118 ${ECHO} "static int dummy = 0;" \ 111 ${ECHO} "static int dummy = 0;" \
119 > ${WRKSRC}/src/backend/port/dynloader/${PG_TEMPLATE.${OPSYS}:Q}.c 112 > ${WRKSRC}/src/backend/port/dynloader/${PG_TEMPLATE.${OPSYS}:Q}.c
120. endif 113. endif
121 touch ${WRKSRC}/src/template/dragonfly 114 touch ${WRKSRC}/src/template/dragonfly
122 cp ${WRKSRC}/src/backend/port/dynloader/freebsd.c \ 115 cp ${WRKSRC}/src/backend/port/dynloader/freebsd.c \
123 ${WRKSRC}/src/backend/port/dynloader/dragonfly.c 116 ${WRKSRC}/src/backend/port/dynloader/dragonfly.c
124 cp ${WRKSRC}/src/backend/port/dynloader/freebsd.h \ 117 cp ${WRKSRC}/src/backend/port/dynloader/freebsd.h \
125 ${WRKSRC}/src/backend/port/dynloader/dragonfly.h 118 ${WRKSRC}/src/backend/port/dynloader/dragonfly.h
126 cp ${WRKSRC}/src/include/port/freebsd.h \ 119 cp ${WRKSRC}/src/include/port/freebsd.h \
127 ${WRKSRC}/src/include/port/dragonfly.h 120 ${WRKSRC}/src/include/port/dragonfly.h

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

--- pkgsrc/databases/postgresql90/Attic/distinfo 2010/12/19 09:53:27 1.3
+++ pkgsrc/databases/postgresql90/Attic/distinfo 2011/02/09 08:48:17 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1$NetBSD: distinfo,v 1.3 2010/12/19 09:53:27 adam Exp $ 1$NetBSD: distinfo,v 1.4 2011/02/09 08:48:17 adam Exp $
2 2
3SHA1 (postgresql-9.0.2.tar.bz2) = 42a9518a2f11fa1d09a23bc628b00e992d3bcf4a 3SHA1 (postgresql-9.0.3.tar.bz2) = ea7b4729427f668cbf36184efbc58fd828a2d3ab
4RMD160 (postgresql-9.0.2.tar.bz2) = 3313b4bafe3af6282f68f198da7d50af4d5c01c4 4RMD160 (postgresql-9.0.3.tar.bz2) = 9f5e0584018265282a75be8597fb7ac51ccaa23a
5Size (postgresql-9.0.2.tar.bz2) = 14024244 bytes 5Size (postgresql-9.0.3.tar.bz2) = 14040705 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) = 64b24d389470ddb980b7a2bdb95e59a599812dfd 9SHA1 (patch-ad) = 64b24d389470ddb980b7a2bdb95e59a599812dfd
10SHA1 (patch-ae) = 1e6343aa520caa19a98b9e0b8c202d6e645ad3bc 10SHA1 (patch-ae) = 1e6343aa520caa19a98b9e0b8c202d6e645ad3bc
11SHA1 (patch-af) = a73769cf05223d2ee06249c9e69c85038c2cd936 11SHA1 (patch-af) = a73769cf05223d2ee06249c9e69c85038c2cd936
12SHA1 (patch-ag) = 85dac95e40efc16270885087f868aeb76e1b9214 12SHA1 (patch-ag) = 85dac95e40efc16270885087f868aeb76e1b9214
13SHA1 (patch-ah) = 25102dce1b9b22385353af23500636fb18e3bf64 13SHA1 (patch-ah) = 25102dce1b9b22385353af23500636fb18e3bf64
14SHA1 (patch-ai) = 0d6f536f7593e362ec216eafa73c718ad6bed8fc 14SHA1 (patch-ai) = 0d6f536f7593e362ec216eafa73c718ad6bed8fc
15SHA1 (patch-an) = 0279365bc54ac2854a9b533cab93db481fd6f7df 15SHA1 (patch-an) = 0279365bc54ac2854a9b533cab93db481fd6f7df
16SHA1 (patch-ao) = 4d7c40d107d4c13c63ef2908d9a02be319863657 16SHA1 (patch-ao) = 4d7c40d107d4c13c63ef2908d9a02be319863657

cvs diff -r1.4 -r1.5 pkgsrc/databases/postgresql90/Attic/options.mk (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90/Attic/options.mk 2010/12/19 09:53:27 1.4
+++ pkgsrc/databases/postgresql90/Attic/options.mk 2011/02/09 08:48:17 1.5
@@ -1,21 +1,32 @@ @@ -1,21 +1,32 @@
1# $NetBSD: options.mk,v 1.4 2010/12/19 09:53:27 adam Exp $ 1# $NetBSD: options.mk,v 1.5 2011/02/09 08:48:17 adam Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.postgresql90 3PKG_OPTIONS_VAR= PKG_OPTIONS.postgresql90
4PKG_SUPPORTED_OPTIONS= gssapi kerberos ldap pam xml 4PKG_SUPPORTED_OPTIONS= bonjour gssapi kerberos ldap pam xml
5 5
6.include "../../mk/bsd.options.mk" 6.include "../../mk/bsd.options.mk"
7 7
8### 8###
 9### Bonjour support.
 10###
 11.if !empty(PKG_OPTIONS:Mbonjour)
 12CONFIGURE_ARGS+= --with-bonjour
 13. if ${OPSYS} != "Darwin"
 14LIBS+= -ldns_sd
 15. endif
 16. include "../../net/mDNSResponder/buildlink3.mk"
 17.endif
 18
 19###
9### GSSAPI authentication for the PostgreSQL backend. 20### GSSAPI authentication for the PostgreSQL backend.
10### 21###
11.if !empty(PKG_OPTIONS:Mgssapi) 22.if !empty(PKG_OPTIONS:Mgssapi)
12CONFIGURE_ARGS+= --with-gssapi 23CONFIGURE_ARGS+= --with-gssapi
13.endif 24.endif
14 25
15### 26###
16### Kerberos5 authentication for the PostgreSQL backend. 27### Kerberos5 authentication for the PostgreSQL backend.
17### 28###
18.if !empty(PKG_OPTIONS:Mkerberos) 29.if !empty(PKG_OPTIONS:Mkerberos)
19. include "../../mk/krb5.buildlink3.mk" 30. include "../../mk/krb5.buildlink3.mk"
20CONFIGURE_ARGS+= --with-krb5 31CONFIGURE_ARGS+= --with-krb5
21.endif 32.endif

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

--- pkgsrc/databases/postgresql90-adminpack/Attic/Makefile 2010/12/19 09:53:27 1.2
+++ pkgsrc/databases/postgresql90-adminpack/Attic/Makefile 2011/02/09 08:48:17 1.3
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.2 2010/12/19 09:53:27 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2011/02/09 08:48:17 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-adminpack-/} 3PKGNAME= ${DISTNAME:C/-/90-adminpack-/}
4COMMENT= Admin pack module for pgAdmin management 4COMMENT= Admin pack module for pgAdmin management
5 5
6PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
7 7
8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
9 9
10.include "../../databases/postgresql90/Makefile.common" 10.include "../../databases/postgresql90/Makefile.common"
11 11
12USE_LIBTOOL= yes 12#USE_LIBTOOL= yes
13PKG_LIBTOOL= ${PKG_SHLIBTOOL} 13#PKG_LIBTOOL= ${PKG_SHLIBTOOL}
14 14
15BUILD_DIRS= contrib/adminpack 15BUILD_DIRS= contrib/adminpack
 16BUILD_MAKE_FLAGS= PGXS=1
16REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib 17REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib
17REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib 18REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib
18 19
19.include "../../databases/postgresql90-client/buildlink3.mk" 20.include "../../databases/postgresql90-client/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/databases/postgresql90-adminpack/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-adminpack/Attic/PLIST 2010/12/24 08:07:57 1.3
+++ pkgsrc/databases/postgresql90-adminpack/Attic/PLIST 2011/02/09 08:48:17 1.4
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
1@comment $NetBSD: PLIST,v 1.3 2010/12/24 08:07:57 asau Exp $ 1@comment $NetBSD: PLIST,v 1.4 2011/02/09 08:48:17 adam Exp $
2${PG_SUBPREFIX}lib/postgresql/adminpack.la 2${PG_SUBPREFIX}lib/postgresql/adminpack.so
3${PG_SUBPREFIX}share/postgresql/contrib/adminpack.sql 3${PG_SUBPREFIX}share/postgresql/contrib/adminpack.sql
4${PG_SUBPREFIX}share/postgresql/contrib/uninstall_adminpack.sql 4${PG_SUBPREFIX}share/postgresql/contrib/uninstall_adminpack.sql

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

--- pkgsrc/databases/postgresql90-client/Attic/Makefile 2011/02/08 15:50:07 1.5
+++ pkgsrc/databases/postgresql90-client/Attic/Makefile 2011/02/09 08:48:17 1.6
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1# $NetBSD: Makefile,v 1.5 2011/02/08 15:50:07 brook Exp $ 1# $NetBSD: Makefile,v 1.6 2011/02/09 08:48:17 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-client-/} 3PKGNAME= ${DISTNAME:C/-/90-client-/}
4COMMENT= PostgreSQL database client programs 4COMMENT= PostgreSQL database client programs
5 5
6PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
7 7
8.include "../../databases/postgresql90/Makefile.common" 8.include "../../databases/postgresql90/Makefile.common"
9 9
10USE_TOOLS+= gzip tar 10USE_TOOLS+= gzip tar
11USE_LIBTOOL= yes 
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.
18# 2. configure with --enable-thread-safety fails on OpenBSD. 17# 2. configure with --enable-thread-safety fails on OpenBSD.
19.if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[0-3].*)) || \ 18.if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[0-3].*)) || \
20 ${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD" 19 ${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD"
21PGSQL_THREAD_SAFETY?= no 20PGSQL_THREAD_SAFETY?= no
22.endif 21.endif
23PGSQL_THREAD_SAFETY?= yes 22PGSQL_THREAD_SAFETY?= yes
24BUILD_DEFS+= PGSQL_THREAD_SAFETY 23BUILD_DEFS+= PGSQL_THREAD_SAFETY

cvs diff -r1.4 -r1.5 pkgsrc/databases/postgresql90-client/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-client/Attic/PLIST 2010/12/24 03:41:38 1.4
+++ pkgsrc/databases/postgresql90-client/Attic/PLIST 2011/02/09 08:48:17 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.4 2010/12/24 03:41:38 asau Exp $ 1@comment $NetBSD: PLIST,v 1.5 2011/02/09 08:48:17 adam Exp $
2${PG_SUBPREFIX}bin/clusterdb 2${PG_SUBPREFIX}bin/clusterdb
3${PG_SUBPREFIX}bin/createdb 3${PG_SUBPREFIX}bin/createdb
4${PG_SUBPREFIX}bin/createlang 4${PG_SUBPREFIX}bin/createlang
5${PG_SUBPREFIX}bin/createuser 5${PG_SUBPREFIX}bin/createuser
6${PG_SUBPREFIX}bin/dropdb 6${PG_SUBPREFIX}bin/dropdb
7${PG_SUBPREFIX}bin/droplang 7${PG_SUBPREFIX}bin/droplang
8${PG_SUBPREFIX}bin/dropuser 8${PG_SUBPREFIX}bin/dropuser
9${PG_SUBPREFIX}bin/ecpg 9${PG_SUBPREFIX}bin/ecpg
10${PG_SUBPREFIX}bin/initdb 10${PG_SUBPREFIX}bin/initdb
11${PG_SUBPREFIX}bin/pg_config 11${PG_SUBPREFIX}bin/pg_config
12${PG_SUBPREFIX}bin/pg_controldata 12${PG_SUBPREFIX}bin/pg_controldata
13${PG_SUBPREFIX}bin/pg_ctl 13${PG_SUBPREFIX}bin/pg_ctl
14${PG_SUBPREFIX}bin/pg_dump 14${PG_SUBPREFIX}bin/pg_dump
@@ -499,31 +499,43 @@ ${PG_SUBPREFIX}include/postgresql/server @@ -499,31 +499,43 @@ ${PG_SUBPREFIX}include/postgresql/server
499${PG_SUBPREFIX}include/postgresql/server/utils/tuplesort.h 499${PG_SUBPREFIX}include/postgresql/server/utils/tuplesort.h
500${PG_SUBPREFIX}include/postgresql/server/utils/tuplestore.h 500${PG_SUBPREFIX}include/postgresql/server/utils/tuplestore.h
501${PG_SUBPREFIX}include/postgresql/server/utils/typcache.h 501${PG_SUBPREFIX}include/postgresql/server/utils/typcache.h
502${PG_SUBPREFIX}include/postgresql/server/utils/tzparser.h 502${PG_SUBPREFIX}include/postgresql/server/utils/tzparser.h
503${PG_SUBPREFIX}include/postgresql/server/utils/uuid.h 503${PG_SUBPREFIX}include/postgresql/server/utils/uuid.h
504${PG_SUBPREFIX}include/postgresql/server/utils/varbit.h 504${PG_SUBPREFIX}include/postgresql/server/utils/varbit.h
505${PG_SUBPREFIX}include/postgresql/server/utils/xml.h 505${PG_SUBPREFIX}include/postgresql/server/utils/xml.h
506${PG_SUBPREFIX}include/postgresql/server/windowapi.h 506${PG_SUBPREFIX}include/postgresql/server/windowapi.h
507${PG_SUBPREFIX}include/sql3types.h 507${PG_SUBPREFIX}include/sql3types.h
508${PG_SUBPREFIX}include/sqlca.h 508${PG_SUBPREFIX}include/sqlca.h
509${PG_SUBPREFIX}include/sqlda-compat.h 509${PG_SUBPREFIX}include/sqlda-compat.h
510${PG_SUBPREFIX}include/sqlda-native.h 510${PG_SUBPREFIX}include/sqlda-native.h
511${PG_SUBPREFIX}include/sqlda.h 511${PG_SUBPREFIX}include/sqlda.h
512${PG_SUBPREFIX}lib/libecpg.la 512${PG_SUBPREFIX}lib/libecpg.so
513${PG_SUBPREFIX}lib/libecpg_compat.la 513${PG_SUBPREFIX}lib/libecpg.so.6
 514${PG_SUBPREFIX}lib/libecpg.so.6.2
 515${PG_SUBPREFIX}lib/libecpg.a
 516${PG_SUBPREFIX}lib/libecpg_compat.so
 517${PG_SUBPREFIX}lib/libecpg_compat.so.3
 518${PG_SUBPREFIX}lib/libecpg_compat.so.3.2
 519${PG_SUBPREFIX}lib/libecpg_compat.a
514${PG_SUBPREFIX}lib/libpgport.a 520${PG_SUBPREFIX}lib/libpgport.a
515${PG_SUBPREFIX}lib/libpgtypes.la 521${PG_SUBPREFIX}lib/libpgtypes.so
516${PG_SUBPREFIX}lib/libpq.la 522${PG_SUBPREFIX}lib/libpgtypes.so.3
 523${PG_SUBPREFIX}lib/libpgtypes.so.3.1
 524${PG_SUBPREFIX}lib/libpgtypes.a
 525${PG_SUBPREFIX}lib/libpq.so
 526${PG_SUBPREFIX}lib/libpq.so.5
 527${PG_SUBPREFIX}lib/libpq.so.5.3
 528${PG_SUBPREFIX}lib/libpq.a
517${PG_SUBPREFIX}lib/postgresql/pgxs/config/install-sh 529${PG_SUBPREFIX}lib/postgresql/pgxs/config/install-sh
518${PG_SUBPREFIX}lib/postgresql/pgxs/src/Makefile.global 530${PG_SUBPREFIX}lib/postgresql/pgxs/src/Makefile.global
519${PG_SUBPREFIX}lib/postgresql/pgxs/src/Makefile.port 531${PG_SUBPREFIX}lib/postgresql/pgxs/src/Makefile.port
520${PG_SUBPREFIX}lib/postgresql/pgxs/src/Makefile.shlib 532${PG_SUBPREFIX}lib/postgresql/pgxs/src/Makefile.shlib
521${PG_SUBPREFIX}lib/postgresql/pgxs/src/makefiles/pgxs.mk 533${PG_SUBPREFIX}lib/postgresql/pgxs/src/makefiles/pgxs.mk
522${PG_SUBPREFIX}lib/postgresql/pgxs/src/nls-global.mk 534${PG_SUBPREFIX}lib/postgresql/pgxs/src/nls-global.mk
523${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/initdb-9.0.mo 535${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/initdb-9.0.mo
524${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/libpq5-9.0.mo 536${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/libpq5-9.0.mo
525${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/pgscripts-9.0.mo 537${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/pgscripts-9.0.mo
526${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/psql-9.0.mo 538${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/psql-9.0.mo
527${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/ecpg-9.0.mo 539${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/ecpg-9.0.mo
528${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/ecpglib6-9.0.mo 540${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/ecpglib6-9.0.mo
529${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/initdb-9.0.mo 541${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/initdb-9.0.mo

cvs diff -r1.3 -r1.4 pkgsrc/databases/postgresql90-client/Attic/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-client/Attic/buildlink3.mk 2010/12/24 08:10:36 1.3
+++ pkgsrc/databases/postgresql90-client/Attic/buildlink3.mk 2011/02/09 08:48:17 1.4
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1# $NetBSD: buildlink3.mk,v 1.3 2010/12/24 08:10:36 asau Exp $ 1# $NetBSD: buildlink3.mk,v 1.4 2011/02/09 08:48:17 adam Exp $
2 2
3BUILDLINK_TREE+= postgresql90-client 3BUILDLINK_TREE+= postgresql90-client
4 4
5.if !defined(POSTGRESQL90_CLIENT_BUILDLINK3_MK) 5.if !defined(POSTGRESQL90_CLIENT_BUILDLINK3_MK)
6POSTGRESQL90_CLIENT_BUILDLINK3_MK:= 6POSTGRESQL90_CLIENT_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.postgresql90-client+= postgresql90-client>=9.0.0 8BUILDLINK_API_DEPENDS.postgresql90-client+= postgresql90-client>=9.0.0
9BUILDLINK_ABI_DEPENDS.postgresql90-client+= postgresql90-client>=9.0.0 9BUILDLINK_ABI_DEPENDS.postgresql90-client+= postgresql90-client>=9.0.0
10BUILDLINK_PKGSRCDIR.postgresql90-client?= ../../databases/postgresql90-client 10BUILDLINK_PKGSRCDIR.postgresql90-client?= ../../databases/postgresql90-client
11 11
12.if defined(PG_SUBPREFIX) && !empty(PG_SUBPREFIX) 12.if defined(PG_SUBPREFIX) && !empty(PG_SUBPREFIX)
13BUILDLINK_INCDIRS.postgresql90-client?= ${PG_SUBPREFIX}/include 13BUILDLINK_INCDIRS.postgresql90-client?= ${PG_SUBPREFIX}/include
14BUILDLINK_LIBDIRS.postgresql90-client?= ${PG_SUBPREFIX}/lib 14BUILDLINK_LIBDIRS.postgresql90-client?= ${PG_SUBPREFIX}/lib
15.endif 15.endif
16 16
17# This variable contains the libraries need to link most clients. 17# This variable contains the libraries need to link most clients.
18BUILDLINK_LDADD.postgresql90-client= -lpq ${BUILDLINK_LDADD.gettext} 18BUILDLINK_LDADD.postgresql90-client= -lpq ${BUILDLINK_LDADD.gettext}
19.if defined(PG_SUBPREFIX) && !empty(PG_SUBPREFIX) 19.if defined(PG_SUBPREFIX) && !empty(PG_SUBPREFIX)
20BUILDLINK_FILES.postgresql90-client+= $(PG_SUBPREFIX:/=)/bin/pg_config 20BUILDLINK_FILES.postgresql90-client+= $(PG_SUBPREFIX:/=)/bin/pg_config
21.else 21.else
22BUILDLINK_FILES.postgresql90-client+= bin/pg_config 22BUILDLINK_FILES.postgresql90-client+= bin/pg_config
23.endif 23.endif
24 24
25.include "../../devel/gettext-lib/buildlink3.mk" 25.include "../../devel/gettext-lib/buildlink3.mk"
 26.include "../../devel/zlib/buildlink3.mk"
26.include "../../security/openssl/buildlink3.mk" 27.include "../../security/openssl/buildlink3.mk"
27.endif # POSTGRESQL90_CLIENT_BUILDLINK3_MK 28.endif # POSTGRESQL90_CLIENT_BUILDLINK3_MK
28 29
29BUILDLINK_TREE+= -postgresql90-client 30BUILDLINK_TREE+= -postgresql90-client

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

--- pkgsrc/databases/postgresql90-datatypes/Attic/Makefile 2010/12/19 09:53:27 1.2
+++ pkgsrc/databases/postgresql90-datatypes/Attic/Makefile 2011/02/09 08:48:18 1.3
@@ -1,27 +1,30 @@ @@ -1,27 +1,30 @@
1# $NetBSD: Makefile,v 1.2 2010/12/19 09:53:27 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2011/02/09 08:48:18 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-datatypes-/} 3PKGNAME= ${DISTNAME:C/-/90-datatypes-/}
4COMMENT= PostgreSQL data types support modules 4COMMENT= PostgreSQL data types support modules
5 5
6PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
7 7
8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
9 9
10.include "../../databases/postgresql90/Makefile.common" 10.include "../../databases/postgresql90/Makefile.common"
11 11
12USE_LIBTOOL= yes 12#USE_LIBTOOL= yes
13PKG_LIBTOOL= ${PKG_SHLIBTOOL} 13#PKG_LIBTOOL= ${PKG_SHLIBTOOL}
14CONFIGURE_ARGS+= --with-ossp-uuid 14CONFIGURE_ARGS+= --with-ossp-uuid
 15BUILD_MAKE_FLAGS= PGXS=1
 16# because global pg_config.h is included, we have to define this
 17CPPFLAGS+= -DHAVE_UUID_H
15 18
16BUILD_DIRS+= contrib/citext 19BUILD_DIRS+= contrib/citext
17BUILD_DIRS+= contrib/hstore 20BUILD_DIRS+= contrib/hstore
18BUILD_DIRS+= contrib/intarray 21BUILD_DIRS+= contrib/intarray
19BUILD_DIRS+= contrib/isn 22BUILD_DIRS+= contrib/isn
20BUILD_DIRS+= contrib/ltree 23BUILD_DIRS+= contrib/ltree
21BUILD_DIRS+= contrib/lo 24BUILD_DIRS+= contrib/lo
22BUILD_DIRS+= contrib/uuid-ossp 25BUILD_DIRS+= contrib/uuid-ossp
23BUILD_DIRS+= contrib/unaccent 26BUILD_DIRS+= contrib/unaccent
24 27
25REQD_DIRS+= ${PG_SUBPREFIX}lib/postgresql 28REQD_DIRS+= ${PG_SUBPREFIX}lib/postgresql
26REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib 29REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib
27 30

cvs diff -r1.3 -r1.4 pkgsrc/databases/postgresql90-datatypes/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-datatypes/Attic/PLIST 2010/12/24 08:13:34 1.3
+++ pkgsrc/databases/postgresql90-datatypes/Attic/PLIST 2011/02/09 08:48:18 1.4
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1@comment $NetBSD: PLIST,v 1.3 2010/12/24 08:13:34 asau Exp $ 1@comment $NetBSD: PLIST,v 1.4 2011/02/09 08:48:18 adam Exp $
2${PG_SUBPREFIX}lib/postgresql/_int.la 2${PG_SUBPREFIX}lib/postgresql/_int.so
3${PG_SUBPREFIX}lib/postgresql/citext.so 3${PG_SUBPREFIX}lib/postgresql/citext.so
4${PG_SUBPREFIX}lib/postgresql/hstore.la 4${PG_SUBPREFIX}lib/postgresql/hstore.so
5${PG_SUBPREFIX}lib/postgresql/isn.so 5${PG_SUBPREFIX}lib/postgresql/isn.so
6${PG_SUBPREFIX}lib/postgresql/lo.so 6${PG_SUBPREFIX}lib/postgresql/lo.so
7${PG_SUBPREFIX}lib/postgresql/ltree.la 7${PG_SUBPREFIX}lib/postgresql/ltree.so
8${PG_SUBPREFIX}lib/postgresql/unaccent.la 8${PG_SUBPREFIX}lib/postgresql/unaccent.so
9${PG_SUBPREFIX}lib/postgresql/uuid-ossp.la 9${PG_SUBPREFIX}lib/postgresql/uuid-ossp.so
10${PG_SUBPREFIX}share/postgresql/contrib/_int.sql 10${PG_SUBPREFIX}share/postgresql/contrib/_int.sql
11${PG_SUBPREFIX}share/postgresql/contrib/citext.sql 11${PG_SUBPREFIX}share/postgresql/contrib/citext.sql
12${PG_SUBPREFIX}share/postgresql/contrib/hstore.sql 12${PG_SUBPREFIX}share/postgresql/contrib/hstore.sql
13${PG_SUBPREFIX}share/postgresql/contrib/isn.sql 13${PG_SUBPREFIX}share/postgresql/contrib/isn.sql
14${PG_SUBPREFIX}share/postgresql/contrib/lo.sql 14${PG_SUBPREFIX}share/postgresql/contrib/lo.sql
15${PG_SUBPREFIX}share/postgresql/contrib/ltree.sql 15${PG_SUBPREFIX}share/postgresql/contrib/ltree.sql
16${PG_SUBPREFIX}share/postgresql/contrib/unaccent.sql 16${PG_SUBPREFIX}share/postgresql/contrib/unaccent.sql
17${PG_SUBPREFIX}share/postgresql/contrib/uninstall__int.sql 17${PG_SUBPREFIX}share/postgresql/contrib/uninstall__int.sql
18${PG_SUBPREFIX}share/postgresql/contrib/uninstall_citext.sql 18${PG_SUBPREFIX}share/postgresql/contrib/uninstall_citext.sql
19${PG_SUBPREFIX}share/postgresql/contrib/uninstall_hstore.sql 19${PG_SUBPREFIX}share/postgresql/contrib/uninstall_hstore.sql
20${PG_SUBPREFIX}share/postgresql/contrib/uninstall_isn.sql 20${PG_SUBPREFIX}share/postgresql/contrib/uninstall_isn.sql
21${PG_SUBPREFIX}share/postgresql/contrib/uninstall_lo.sql 21${PG_SUBPREFIX}share/postgresql/contrib/uninstall_lo.sql
22${PG_SUBPREFIX}share/postgresql/contrib/uninstall_ltree.sql 22${PG_SUBPREFIX}share/postgresql/contrib/uninstall_ltree.sql

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

--- pkgsrc/databases/postgresql90-dblink/Attic/Makefile 2010/12/19 09:53:28 1.2
+++ pkgsrc/databases/postgresql90-dblink/Attic/Makefile 2011/02/09 08:48:18 1.3
@@ -1,22 +1,24 @@ @@ -1,22 +1,24 @@
1# $NetBSD: Makefile,v 1.2 2010/12/19 09:53:28 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2011/02/09 08:48:18 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-dblink-/} 3PKGNAME= ${DISTNAME:C/-/90-dblink-/}
4COMMENT= Dblink module for remote database connections 4COMMENT= Dblink module for remote database connections
5 5
6PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
7 7
8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
9 9
10.include "../../databases/postgresql90/Makefile.common" 10.include "../../databases/postgresql90/Makefile.common"
11 11
12USE_LIBTOOL= yes 12#USE_LIBTOOL= yes
13PKG_LIBTOOL= ${PKG_SHLIBTOOL} 13#PKG_LIBTOOL= ${PKG_SHLIBTOOL}
 14CONFIGURE_ARGS+= --with-openssl
 15BUILD_MAKE_FLAGS= PGXS=1
14 16
15BUILD_DIRS= src/interfaces/libpq 17BUILD_DIRS= src/interfaces/libpq
16BUILD_DIRS+= contrib/dblink 18BUILD_DIRS+= contrib/dblink
17INSTALL_DIRS= contrib/dblink 19INSTALL_DIRS= contrib/dblink
18REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib 20REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib
19REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib 21REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib
20 22
21.include "../../databases/postgresql90-client/buildlink3.mk" 23.include "../../databases/postgresql90-client/buildlink3.mk"
22.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/databases/postgresql90-dblink/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-dblink/Attic/PLIST 2010/12/24 08:16:19 1.2
+++ pkgsrc/databases/postgresql90-dblink/Attic/PLIST 2011/02/09 08:48:18 1.3
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
1@comment $NetBSD: PLIST,v 1.2 2010/12/24 08:16:19 asau Exp $ 1@comment $NetBSD: PLIST,v 1.3 2011/02/09 08:48:18 adam Exp $
2${PG_SUBPREFIX}lib/postgresql/dblink.la 2${PG_SUBPREFIX}lib/postgresql/dblink.so
3${PG_SUBPREFIX}share/postgresql/contrib/dblink.sql 3${PG_SUBPREFIX}share/postgresql/contrib/dblink.sql
4${PG_SUBPREFIX}share/postgresql/contrib/uninstall_dblink.sql 4${PG_SUBPREFIX}share/postgresql/contrib/uninstall_dblink.sql

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

--- pkgsrc/databases/postgresql90-docs/Attic/PLIST 2010/12/24 12:20:51 1.4
+++ pkgsrc/databases/postgresql90-docs/Attic/PLIST 2011/02/09 08:48:18 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.4 2010/12/24 12:20:51 asau Exp $ 1@comment $NetBSD: PLIST,v 1.5 2011/02/09 08:48:18 adam 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
@@ -871,57 +871,61 @@ ${PG_SUBPREFIX}share/doc/postgresql/html @@ -871,57 +871,61 @@ ${PG_SUBPREFIX}share/doc/postgresql/html
871${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1.html 871${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1.html
872${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-1.html 872${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-1.html
873${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-10.html 873${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-10.html
874${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-11.html 874${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-11.html
875${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-12.html 875${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-12.html
876${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-13.html 876${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-13.html
877${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-14.html 877${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-14.html
878${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-15.html 878${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-15.html
879${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-16.html 879${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-16.html
880${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-17.html 880${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-17.html
881${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-18.html 881${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-18.html
882${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-19.html 882${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-19.html
883${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-2.html 883${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-2.html
 884${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-20.html
884${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-3.html 885${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-3.html
885${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-4.html 886${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-4.html
886${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-5.html 887${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-5.html
887${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-6.html 888${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-6.html
888${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-7.html 889${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-7.html
889${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-8.html 890${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-8.html
890${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-9.html 891${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-9.html
891${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2.html 892${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2.html
892${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-1.html 893${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-1.html
893${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-10.html 894${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-10.html
894${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-11.html 895${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-11.html
895${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-12.html 896${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-12.html
896${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-13.html 897${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-13.html
 898${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-14.html
897${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-2.html 899${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-2.html
898${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-3.html 900${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-3.html
899${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html 901${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html
900${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-5.html 902${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-5.html
901${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-6.html 903${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-6.html
902${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-7.html 904${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-7.html
903${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-8.html 905${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-8.html
904${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-9.html 906${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-9.html
905${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3.html 907${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3.html
906${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-1.html 908${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-1.html
907${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-2.html 909${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-2.html
908${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-3.html 910${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-3.html
909${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-4.html 911${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-4.html
910${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-5.html 912${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-5.html
911${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-6.html 913${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-6.html
 914${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-7.html
912${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4.html 915${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4.html
913${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-1.html 916${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-1.html
914${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-2.html 917${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-2.html
 918${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-3.html
915${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0.html 919${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0.html
916${PG_SUBPREFIX}share/doc/postgresql/html/release.html 920${PG_SUBPREFIX}share/doc/postgresql/html/release.html
917${PG_SUBPREFIX}share/doc/postgresql/html/resources.html 921${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
918${PG_SUBPREFIX}share/doc/postgresql/html/role-attributes.html 922${PG_SUBPREFIX}share/doc/postgresql/html/role-attributes.html
919${PG_SUBPREFIX}share/doc/postgresql/html/role-membership.html 923${PG_SUBPREFIX}share/doc/postgresql/html/role-membership.html
920${PG_SUBPREFIX}share/doc/postgresql/html/routine-reindex.html 924${PG_SUBPREFIX}share/doc/postgresql/html/routine-reindex.html
921${PG_SUBPREFIX}share/doc/postgresql/html/routine-vacuuming.html 925${PG_SUBPREFIX}share/doc/postgresql/html/routine-vacuuming.html
922${PG_SUBPREFIX}share/doc/postgresql/html/row-estimation-examples.html 926${PG_SUBPREFIX}share/doc/postgresql/html/row-estimation-examples.html
923${PG_SUBPREFIX}share/doc/postgresql/html/rowtypes.html 927${PG_SUBPREFIX}share/doc/postgresql/html/rowtypes.html
924${PG_SUBPREFIX}share/doc/postgresql/html/rule-system.html 928${PG_SUBPREFIX}share/doc/postgresql/html/rule-system.html
925${PG_SUBPREFIX}share/doc/postgresql/html/rules-privileges.html 929${PG_SUBPREFIX}share/doc/postgresql/html/rules-privileges.html
926${PG_SUBPREFIX}share/doc/postgresql/html/rules-status.html 930${PG_SUBPREFIX}share/doc/postgresql/html/rules-status.html
927${PG_SUBPREFIX}share/doc/postgresql/html/rules-triggers.html 931${PG_SUBPREFIX}share/doc/postgresql/html/rules-triggers.html

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

--- pkgsrc/databases/postgresql90-monitoring/Attic/Makefile 2010/12/19 09:53:28 1.3
+++ pkgsrc/databases/postgresql90-monitoring/Attic/Makefile 2011/02/09 08:48:18 1.4
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1# $NetBSD: Makefile,v 1.3 2010/12/19 09:53:28 adam Exp $ 1# $NetBSD: Makefile,v 1.4 2011/02/09 08:48:18 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-monitoring-/} 3PKGNAME= ${DISTNAME:C/-/90-monitoring-/}
4COMMENT= PostgreSQL monitoring tools 4COMMENT= PostgreSQL monitoring tools
5 5
6PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
7 7
8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
9 9
10.include "../../databases/postgresql90/Makefile.common" 10.include "../../databases/postgresql90/Makefile.common"
11 11
12USE_LIBTOOL= yes 12#USE_LIBTOOL= yes
13PKG_LIBTOOL= ${PKG_SHLIBTOOL} 13#PKG_LIBTOOL= ${PKG_SHLIBTOOL}
 14BUILD_MAKE_FLAGS= PGXS=1
14 15
15BUILD_DIRS+= contrib/auto_explain 16BUILD_DIRS+= contrib/auto_explain
16BUILD_DIRS+= contrib/pg_buffercache 17BUILD_DIRS+= contrib/pg_buffercache
17BUILD_DIRS+= contrib/pg_stat_statements 18BUILD_DIRS+= contrib/pg_stat_statements
18BUILD_DIRS+= contrib/pgstattuple 19BUILD_DIRS+= contrib/pgstattuple
19 20
20.include "../../databases/postgresql90-client/buildlink3.mk" 21.include "../../databases/postgresql90-client/buildlink3.mk"
21.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/databases/postgresql90-monitoring/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-monitoring/Attic/PLIST 2010/12/19 09:53:28 1.3
+++ pkgsrc/databases/postgresql90-monitoring/Attic/PLIST 2011/02/09 08:48:18 1.4
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1@comment $NetBSD: PLIST,v 1.3 2010/12/19 09:53:28 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2011/02/09 08:48:18 adam Exp $
2lib/postgresql/auto_explain.la 2lib/postgresql/auto_explain.so
3lib/postgresql/pg_buffercache.la 3lib/postgresql/pg_buffercache.so
4lib/postgresql/pg_stat_statements.la 4lib/postgresql/pg_stat_statements.so
5lib/postgresql/pgstattuple.la 5lib/postgresql/pgstattuple.so
6share/postgresql/contrib/pg_buffercache.sql 6share/postgresql/contrib/pg_buffercache.sql
7share/postgresql/contrib/pg_stat_statements.sql 7share/postgresql/contrib/pg_stat_statements.sql
8share/postgresql/contrib/pgstattuple.sql 8share/postgresql/contrib/pgstattuple.sql
9share/postgresql/contrib/uninstall_pg_buffercache.sql 9share/postgresql/contrib/uninstall_pg_buffercache.sql
10share/postgresql/contrib/uninstall_pg_stat_statements.sql 10share/postgresql/contrib/uninstall_pg_stat_statements.sql
11share/postgresql/contrib/uninstall_pgstattuple.sql 11share/postgresql/contrib/uninstall_pgstattuple.sql

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

--- pkgsrc/databases/postgresql90-pgcrypto/Attic/Makefile 2010/12/19 09:53:28 1.2
+++ pkgsrc/databases/postgresql90-pgcrypto/Attic/Makefile 2011/02/09 08:48:18 1.3
@@ -1,20 +1,22 @@ @@ -1,20 +1,22 @@
1# $NetBSD: Makefile,v 1.2 2010/12/19 09:53:28 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2011/02/09 08:48:18 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-pgcrypto-/} 3PKGNAME= ${DISTNAME:C/-/90-pgcrypto-/}
4COMMENT= Module providing cryptographic functions for PostgreSQL 4COMMENT= Module providing cryptographic functions for PostgreSQL
5 5
6PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
7 7
8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
9 9
10.include "../../databases/postgresql90/Makefile.common" 10.include "../../databases/postgresql90/Makefile.common"
11 11
12USE_LIBTOOL= yes 12#USE_LIBTOOL= yes
13PKG_LIBTOOL= ${PKG_SHLIBTOOL} 13#PKG_LIBTOOL= ${PKG_SHLIBTOOL}
 14CONFIGURE_ARGS+= --with-zlib
 15BUILD_MAKE_FLAGS= PGXS=1
14 16
15BUILD_DIRS= contrib/pgcrypto 17BUILD_DIRS= contrib/pgcrypto
16REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib 18REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib
17REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib 19REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib
18 20
19.include "../../databases/postgresql90-client/buildlink3.mk" 21.include "../../databases/postgresql90-client/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/databases/postgresql90-pgcrypto/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-pgcrypto/Attic/PLIST 2010/12/19 09:53:28 1.2
+++ pkgsrc/databases/postgresql90-pgcrypto/Attic/PLIST 2011/02/09 08:48:19 1.3
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
1@comment $NetBSD: PLIST,v 1.2 2010/12/19 09:53:28 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2011/02/09 08:48:19 adam Exp $
2lib/postgresql/pgcrypto.la 2lib/postgresql/pgcrypto.so
3share/postgresql/contrib/pgcrypto.sql 3share/postgresql/contrib/pgcrypto.sql
4share/postgresql/contrib/uninstall_pgcrypto.sql 4share/postgresql/contrib/uninstall_pgcrypto.sql

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

--- pkgsrc/databases/postgresql90-plperl/Attic/Makefile 2010/12/19 09:53:28 1.2
+++ pkgsrc/databases/postgresql90-plperl/Attic/Makefile 2011/02/09 08:48:19 1.3
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.2 2010/12/19 09:53:28 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2011/02/09 08:48:19 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-plperl-/} 3PKGNAME= ${DISTNAME:C/-/90-plperl-/}
4COMMENT= PL/Perl procedural language for the PostgreSQL backend 4COMMENT= PL/Perl procedural language for the PostgreSQL backend
5 5
6PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
7 7
8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
9 9
10.include "../../databases/postgresql90/Makefile.common" 10.include "../../databases/postgresql90/Makefile.common"
11 11
12USE_LIBTOOL= yes 12#USE_LIBTOOL= yes
13PKG_LIBTOOL= ${PKG_SHLIBTOOL} 13#PKG_LIBTOOL= ${PKG_SHLIBTOOL}
14USE_TOOLS+= perl 14USE_TOOLS+= perl
15PERL5_CONFIGURE= no 15PERL5_CONFIGURE= no
16CONFIGURE_ARGS+= --with-perl 16CONFIGURE_ARGS+= --with-perl
 17BUILD_MAKE_FLAGS= PGXS=1
17 18
18BUILD_DIRS= src/pl/plperl 19BUILD_DIRS= src/pl/plperl
19MAKE_FILE= GNUmakefile 20MAKE_FILE= GNUmakefile
20BUILD_MAKE_FLAGS= PGXS=1 
21 21
22.include "../../databases/postgresql90-client/buildlink3.mk" 22.include "../../databases/postgresql90-client/buildlink3.mk"
23.include "../../lang/perl5/module.mk" 23.include "../../lang/perl5/module.mk"
24.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/databases/postgresql90-plperl/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-plperl/Attic/PLIST 2010/12/19 09:53:28 1.2
+++ pkgsrc/databases/postgresql90-plperl/Attic/PLIST 2011/02/09 08:48:19 1.3
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1@comment $NetBSD: PLIST,v 1.2 2010/12/19 09:53:28 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2011/02/09 08:48:19 adam Exp $
2lib/postgresql/plperl.la 2lib/postgresql/plperl.so
3share/locale/de/LC_MESSAGES/plperl0-9.0.mo 3share/locale/de/LC_MESSAGES/plperl-9.0.mo
4share/locale/es/LC_MESSAGES/plperl0-9.0.mo 4share/locale/es/LC_MESSAGES/plperl-9.0.mo
5share/locale/fr/LC_MESSAGES/plperl0-9.0.mo 5share/locale/fr/LC_MESSAGES/plperl-9.0.mo
6share/locale/it/LC_MESSAGES/plperl0-9.0.mo 6share/locale/it/LC_MESSAGES/plperl-9.0.mo
7share/locale/ja/LC_MESSAGES/plperl0-9.0.mo 7share/locale/ja/LC_MESSAGES/plperl-9.0.mo
8share/locale/pt_BR/LC_MESSAGES/plperl0-9.0.mo 8share/locale/pt_BR/LC_MESSAGES/plperl-9.0.mo
9share/locale/ro/LC_MESSAGES/plperl0-9.0.mo 9share/locale/ro/LC_MESSAGES/plperl-9.0.mo
10share/locale/tr/LC_MESSAGES/plperl0-9.0.mo 10share/locale/tr/LC_MESSAGES/plperl-9.0.mo
11share/locale/zh_CN/LC_MESSAGES/plperl0-9.0.mo 11share/locale/zh_CN/LC_MESSAGES/plperl-9.0.mo

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

--- pkgsrc/databases/postgresql90-plpython/Attic/Makefile 2010/12/19 09:53:29 1.2
+++ pkgsrc/databases/postgresql90-plpython/Attic/Makefile 2011/02/09 08:48:19 1.3
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1# $NetBSD: Makefile,v 1.2 2010/12/19 09:53:29 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2011/02/09 08:48:19 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-plpython-/} 3PKGNAME= ${DISTNAME:C/-/90-plpython-/}
4COMMENT= PL/Python procedural language for the PostgreSQL backend 4COMMENT= PL/Python procedural language for the PostgreSQL backend
5 5
6PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
7 7
8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
9 9
10.include "../../databases/postgresql90/Makefile.common" 10.include "../../databases/postgresql90/Makefile.common"
11 11
12USE_LIBTOOL= yes 12#USE_LIBTOOL= yes
13PKG_LIBTOOL= ${PKG_SHLIBTOOL} 13#PKG_LIBTOOL= ${PKG_SHLIBTOOL}
14CONFIGURE_ARGS+= --with-python 14CONFIGURE_ARGS+= --with-python
15CONFIGURE_ENV+= PYTHON="${PYTHONBIN}" 15CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
16 16
17BUILD_DIRS= src/pl/plpython 17BUILD_DIRS= src/pl/plpython
 18BUILD_MAKE_FLAGS= PGXS=1
18 19
19.include "../../databases/postgresql90-client/buildlink3.mk" 20.include "../../databases/postgresql90-client/buildlink3.mk"
20.include "../../lang/python/extension.mk" 21.include "../../lang/python/extension.mk"
21.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/databases/postgresql90-plpython/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-plpython/Attic/PLIST 2010/12/19 09:53:29 1.3
+++ pkgsrc/databases/postgresql90-plpython/Attic/PLIST 2011/02/09 08:48:19 1.4
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1@comment $NetBSD: PLIST,v 1.3 2010/12/19 09:53:29 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2011/02/09 08:48:19 adam Exp $
2lib/postgresql/plpython.la 2lib/postgresql/plpython.so
3lib/postgresql/plpython2.la 3lib/postgresql/plpython2.so
4share/locale/de/LC_MESSAGES/plpython0-9.0.mo 4share/locale/de/LC_MESSAGES/plpython-9.0.mo
5share/locale/es/LC_MESSAGES/plpython0-9.0.mo 5share/locale/es/LC_MESSAGES/plpython-9.0.mo
6share/locale/fr/LC_MESSAGES/plpython0-9.0.mo 6share/locale/fr/LC_MESSAGES/plpython-9.0.mo
7share/locale/it/LC_MESSAGES/plpython0-9.0.mo 7share/locale/it/LC_MESSAGES/plpython-9.0.mo
8share/locale/ja/LC_MESSAGES/plpython0-9.0.mo 8share/locale/ja/LC_MESSAGES/plpython-9.0.mo
9share/locale/pt_BR/LC_MESSAGES/plpython0-9.0.mo 9share/locale/pt_BR/LC_MESSAGES/plpython-9.0.mo
10share/locale/ro/LC_MESSAGES/plpython0-9.0.mo 10share/locale/ro/LC_MESSAGES/plpython-9.0.mo
11share/locale/tr/LC_MESSAGES/plpython0-9.0.mo 11share/locale/tr/LC_MESSAGES/plpython-9.0.mo
12share/locale/zh_CN/LC_MESSAGES/plpython0-9.0.mo 12share/locale/zh_CN/LC_MESSAGES/plpython-9.0.mo

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

--- pkgsrc/databases/postgresql90-pltcl/Attic/Makefile 2010/12/19 09:53:29 1.2
+++ pkgsrc/databases/postgresql90-pltcl/Attic/Makefile 2011/02/09 08:48:19 1.3
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.2 2010/12/19 09:53:29 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2011/02/09 08:48:19 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-pltcl-/} 3PKGNAME= ${DISTNAME:C/-/90-pltcl-/}
4COMMENT= PL/Tcl procedural language for the PostgreSQL backend 4COMMENT= PL/Tcl procedural language for the PostgreSQL backend
5 5
6PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
7 7
8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 8DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
9 9
10.include "../../databases/postgresql90/Makefile.common" 10.include "../../databases/postgresql90/Makefile.common"
11 11
12USE_LIBTOOL= yes 12#USE_LIBTOOL= yes
13PKG_LIBTOOL= ${PKG_SHLIBTOOL} 13#PKG_LIBTOOL= ${PKG_SHLIBTOOL}
14CONFIGURE_ARGS+= --with-tcl 14CONFIGURE_ARGS+= --with-tcl
15CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib" 15CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
16CONFIGURE_ENV+= TCLSH="${TCLSH}" 16CONFIGURE_ENV+= TCLSH="${TCLSH}"
17TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh 17TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
 18BUILD_MAKE_FLAGS= PGXS=1
18 19
19BUILD_DIRS= src/pl/tcl 20BUILD_DIRS= src/pl/tcl
20 21
21.include "../../databases/postgresql90-client/buildlink3.mk" 22.include "../../databases/postgresql90-client/buildlink3.mk"
22.include "../../lang/tcl/buildlink3.mk" 23.include "../../lang/tcl/buildlink3.mk"
23.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/databases/postgresql90-pltcl/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-pltcl/Attic/PLIST 2010/12/19 09:53:29 1.3
+++ pkgsrc/databases/postgresql90-pltcl/Attic/PLIST 2011/02/09 08:48:19 1.4
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1@comment $NetBSD: PLIST,v 1.3 2010/12/19 09:53:29 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2011/02/09 08:48:19 adam Exp $
2bin/pltcl_delmod 2bin/pltcl_delmod
3bin/pltcl_listmod 3bin/pltcl_listmod
4bin/pltcl_loadmod 4bin/pltcl_loadmod
5lib/postgresql/pltcl.la 5lib/postgresql/pltcl.so
6share/postgresql/unknown.pltcl 6share/postgresql/unknown.pltcl
7share/locale/de/LC_MESSAGES/pltcl0-9.0.mo 7share/locale/de/LC_MESSAGES/pltcl-9.0.mo
8share/locale/es/LC_MESSAGES/pltcl0-9.0.mo 8share/locale/es/LC_MESSAGES/pltcl-9.0.mo
9share/locale/fr/LC_MESSAGES/pltcl0-9.0.mo 9share/locale/fr/LC_MESSAGES/pltcl-9.0.mo
10share/locale/it/LC_MESSAGES/pltcl0-9.0.mo 10share/locale/it/LC_MESSAGES/pltcl-9.0.mo
11share/locale/ja/LC_MESSAGES/pltcl0-9.0.mo 11share/locale/ja/LC_MESSAGES/pltcl-9.0.mo
12share/locale/pt_BR/LC_MESSAGES/pltcl0-9.0.mo 12share/locale/pt_BR/LC_MESSAGES/pltcl-9.0.mo
13share/locale/ro/LC_MESSAGES/pltcl0-9.0.mo 13share/locale/ro/LC_MESSAGES/pltcl-9.0.mo
14share/locale/tr/LC_MESSAGES/pltcl0-9.0.mo 14share/locale/tr/LC_MESSAGES/pltcl-9.0.mo
15share/locale/zh_CN/LC_MESSAGES/pltcl0-9.0.mo 15share/locale/zh_CN/LC_MESSAGES/pltcl-9.0.mo

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

--- pkgsrc/databases/postgresql90-server/Attic/Makefile 2010/12/24 06:33:57 1.7
+++ pkgsrc/databases/postgresql90-server/Attic/Makefile 2011/02/09 08:48:19 1.8
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.7 2010/12/24 06:33:57 asau Exp $ 1# $NetBSD: Makefile,v 1.8 2011/02/09 08:48:19 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-server-/} 3PKGNAME= ${DISTNAME:C/-/90-server-/}
4COMMENT= PostgreSQL database server programs 4COMMENT= PostgreSQL database server programs
5 5
6PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
7 7
8# mips has no TAS implementation 8# mips has no TAS implementation
9NOT_FOR_PLATFORM= *-*-mips 9NOT_FOR_PLATFORM= *-*-mips
10 10
11.include "../../databases/postgresql90/Makefile.common" 11.include "../../databases/postgresql90/Makefile.common"
12 12
13# Use shlibtool (invoked as "$(LIBTOOL)") to build modules. 13# Use shlibtool (invoked as "$(LIBTOOL)") to build modules.
14USE_LIBTOOL= yes 14#USE_LIBTOOL= yes
15PKG_LIBTOOL= ${PKG_SHLIBTOOL} 15#PKG_LIBTOOL= ${PKG_SHLIBTOOL}
16 16
17CONFIGURE_ARGS+= --with-openssl 17CONFIGURE_ARGS+= --with-openssl
18 18
19INSTALL_DIRS= src/backend 19INSTALL_DIRS= src/backend
20INSTALL_DIRS+= src/backend/replication/libpqwalreceiver 20INSTALL_DIRS+= src/backend/replication/libpqwalreceiver
21INSTALL_DIRS+= src/backend/utils/mb/conversion_procs 21INSTALL_DIRS+= src/backend/utils/mb/conversion_procs
22INSTALL_DIRS+= src/backend/snowball 22INSTALL_DIRS+= src/backend/snowball
23INSTALL_DIRS+= src/timezone 23INSTALL_DIRS+= src/timezone
24INSTALL_DIRS+= src/pl 24INSTALL_DIRS+= src/pl
25BUILD_DIRS= src/port 25BUILD_DIRS= src/port
26BUILD_DIRS+= ${INSTALL_DIRS} 26BUILD_DIRS+= ${INSTALL_DIRS}
27 27
28LIBS.SunOS+= -lintl 28LIBS.SunOS+= -lintl

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

--- pkgsrc/databases/postgresql90-server/Attic/PLIST 2010/12/24 06:34:38 1.4
+++ pkgsrc/databases/postgresql90-server/Attic/PLIST 2011/02/09 08:48:19 1.5
@@ -1,64 +1,64 @@ @@ -1,64 +1,64 @@
1@comment $NetBSD: PLIST,v 1.4 2010/12/24 06:34:38 asau Exp $ 1@comment $NetBSD: PLIST,v 1.5 2011/02/09 08:48:19 adam 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.la 4${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.so
5${PG_SUBPREFIX}lib/postgresql/cyrillic_and_mic.la 5${PG_SUBPREFIX}lib/postgresql/cyrillic_and_mic.so
6${PG_SUBPREFIX}lib/postgresql/dict_snowball.la 6${PG_SUBPREFIX}lib/postgresql/dict_snowball.so
7${PG_SUBPREFIX}lib/postgresql/euc2004_sjis2004.la 7${PG_SUBPREFIX}lib/postgresql/euc2004_sjis2004.so
8${PG_SUBPREFIX}lib/postgresql/euc_cn_and_mic.la 8${PG_SUBPREFIX}lib/postgresql/euc_cn_and_mic.so
9${PG_SUBPREFIX}lib/postgresql/euc_jp_and_sjis.la 9${PG_SUBPREFIX}lib/postgresql/euc_jp_and_sjis.so
10${PG_SUBPREFIX}lib/postgresql/euc_kr_and_mic.la 10${PG_SUBPREFIX}lib/postgresql/euc_kr_and_mic.so
11${PG_SUBPREFIX}lib/postgresql/euc_tw_and_big5.la 11${PG_SUBPREFIX}lib/postgresql/euc_tw_and_big5.so
12${PG_SUBPREFIX}lib/postgresql/latin2_and_win1250.la 12${PG_SUBPREFIX}lib/postgresql/latin2_and_win1250.so
13${PG_SUBPREFIX}lib/postgresql/latin_and_mic.la 13${PG_SUBPREFIX}lib/postgresql/latin_and_mic.so
14${PG_SUBPREFIX}lib/postgresql/libpqwalreceiver.la 14${PG_SUBPREFIX}lib/postgresql/libpqwalreceiver.so
15${PG_SUBPREFIX}lib/postgresql/plpgsql.la 15${PG_SUBPREFIX}lib/postgresql/plpgsql.so
16${PG_SUBPREFIX}lib/postgresql/utf8_and_ascii.la 16${PG_SUBPREFIX}lib/postgresql/utf8_and_ascii.so
17${PG_SUBPREFIX}lib/postgresql/utf8_and_big5.la 17${PG_SUBPREFIX}lib/postgresql/utf8_and_big5.so
18${PG_SUBPREFIX}lib/postgresql/utf8_and_cyrillic.la 18${PG_SUBPREFIX}lib/postgresql/utf8_and_cyrillic.so
19${PG_SUBPREFIX}lib/postgresql/utf8_and_euc2004.la 19${PG_SUBPREFIX}lib/postgresql/utf8_and_euc2004.so
20${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_cn.la 20${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_cn.so
21${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_jp.la 21${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_jp.so
22${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_kr.la 22${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_kr.so
23${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_tw.la 23${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_tw.so
24${PG_SUBPREFIX}lib/postgresql/utf8_and_gb18030.la 24${PG_SUBPREFIX}lib/postgresql/utf8_and_gb18030.so
25${PG_SUBPREFIX}lib/postgresql/utf8_and_gbk.la 25${PG_SUBPREFIX}lib/postgresql/utf8_and_gbk.so
26${PG_SUBPREFIX}lib/postgresql/utf8_and_iso8859.la 26${PG_SUBPREFIX}lib/postgresql/utf8_and_iso8859.so
27${PG_SUBPREFIX}lib/postgresql/utf8_and_iso8859_1.la 27${PG_SUBPREFIX}lib/postgresql/utf8_and_iso8859_1.so
28${PG_SUBPREFIX}lib/postgresql/utf8_and_johab.la 28${PG_SUBPREFIX}lib/postgresql/utf8_and_johab.so
29${PG_SUBPREFIX}lib/postgresql/utf8_and_sjis.la 29${PG_SUBPREFIX}lib/postgresql/utf8_and_sjis.so
30${PG_SUBPREFIX}lib/postgresql/utf8_and_sjis2004.la 30${PG_SUBPREFIX}lib/postgresql/utf8_and_sjis2004.so
31${PG_SUBPREFIX}lib/postgresql/utf8_and_uhc.la 31${PG_SUBPREFIX}lib/postgresql/utf8_and_uhc.so
32${PG_SUBPREFIX}lib/postgresql/utf8_and_win.la 32${PG_SUBPREFIX}lib/postgresql/utf8_and_win.so
33${PG_SUBPREFIX}share/examples/rc.d/pgsql 33${PG_SUBPREFIX}share/examples/rc.d/pgsql
34${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/plpgsql0-9.0.mo 34${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/plpgsql-9.0.mo
35${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/postgres-9.0.mo 35${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/postgres-9.0.mo
36${PG_SUBPREFIX}share/locale/es/LC_MESSAGES/plpgsql0-9.0.mo 36${PG_SUBPREFIX}share/locale/es/LC_MESSAGES/plpgsql-9.0.mo
37${PG_SUBPREFIX}share/locale/es/LC_MESSAGES/postgres-9.0.mo 37${PG_SUBPREFIX}share/locale/es/LC_MESSAGES/postgres-9.0.mo
38${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/plpgsql0-9.0.mo 38${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/plpgsql-9.0.mo
39${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/postgres-9.0.mo 39${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/postgres-9.0.mo
40${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/plpgsql0-9.0.mo 40${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/plpgsql-9.0.mo
41${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/plpgsql0-9.0.mo 41${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/plpgsql-9.0.mo
42${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/postgres-9.0.mo 42${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/postgres-9.0.mo
43${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/plpgsql0-9.0.mo 43${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/plpgsql-9.0.mo
44${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/plpgsql0-9.0.mo 44${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/plpgsql-9.0.mo
45${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/postgres-9.0.mo 45${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/postgres-9.0.mo
46${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/plpgsql0-9.0.mo 46${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/plpgsql-9.0.mo
47${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/plpgsql0-9.0.mo 47${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/plpgsql-9.0.mo
48${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/postgres-9.0.mo 48${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/postgres-9.0.mo
49${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/plpgsql0-9.0.mo 49${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/plpgsql-9.0.mo
50${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/postgres-9.0.mo 50${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/postgres-9.0.mo
51${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/plpgsql0-9.0.mo 51${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/plpgsql-9.0.mo
52${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/postgres-9.0.mo 52${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/postgres-9.0.mo
53${PG_SUBPREFIX}share/postgresql/conversion_create.sql 53${PG_SUBPREFIX}share/postgresql/conversion_create.sql
54${PG_SUBPREFIX}share/postgresql/information_schema.sql 54${PG_SUBPREFIX}share/postgresql/information_schema.sql
55${PG_SUBPREFIX}share/postgresql/pg_hba.conf.sample 55${PG_SUBPREFIX}share/postgresql/pg_hba.conf.sample
56${PG_SUBPREFIX}share/postgresql/pg_ident.conf.sample 56${PG_SUBPREFIX}share/postgresql/pg_ident.conf.sample
57${PG_SUBPREFIX}share/postgresql/postgres.bki 57${PG_SUBPREFIX}share/postgresql/postgres.bki
58${PG_SUBPREFIX}share/postgresql/postgres.description 58${PG_SUBPREFIX}share/postgresql/postgres.description
59${PG_SUBPREFIX}share/postgresql/postgres.shdescription 59${PG_SUBPREFIX}share/postgresql/postgres.shdescription
60${PG_SUBPREFIX}share/postgresql/postgresql.conf.sample 60${PG_SUBPREFIX}share/postgresql/postgresql.conf.sample
61${PG_SUBPREFIX}share/postgresql/recovery.conf.sample 61${PG_SUBPREFIX}share/postgresql/recovery.conf.sample
62${PG_SUBPREFIX}share/postgresql/snowball_create.sql 62${PG_SUBPREFIX}share/postgresql/snowball_create.sql
63${PG_SUBPREFIX}share/postgresql/sql_features.txt 63${PG_SUBPREFIX}share/postgresql/sql_features.txt
64${PG_SUBPREFIX}share/postgresql/system_views.sql 64${PG_SUBPREFIX}share/postgresql/system_views.sql

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

--- pkgsrc/databases/postgresql90-upgrade/Attic/Makefile 2010/12/19 09:53:30 1.3
+++ pkgsrc/databases/postgresql90-upgrade/Attic/Makefile 2011/02/09 08:48:19 1.4
@@ -1,19 +1,21 @@ @@ -1,19 +1,21 @@
1# $NetBSD: Makefile,v 1.3 2010/12/19 09:53:30 adam Exp $ 1# $NetBSD: Makefile,v 1.4 2011/02/09 08:48:19 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-upgrade-/} 3PKGNAME= ${DISTNAME:C/-/90-upgrade-/}
4COMMENT= PostgreSQL binary upgrade tool 4COMMENT= PostgreSQL binary upgrade tool
5MAINTAINER= pkgsrc-users@NetBSD.org 5MAINTAINER= pkgsrc-users@NetBSD.org
6 6
7PKG_DESTDIR_SUPPORT= user-destdir 7PKG_DESTDIR_SUPPORT= user-destdir
8 8
9DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 9DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
10 10
11.include "../../databases/postgresql90/Makefile.common" 11.include "../../databases/postgresql90/Makefile.common"
12 12
 13BUILD_MAKE_FLAGS= PGXS=1
 14
13BUILD_DIRS+= contrib/pg_upgrade 15BUILD_DIRS+= contrib/pg_upgrade
14BUILD_DIRS+= contrib/pg_upgrade_support 16BUILD_DIRS+= contrib/pg_upgrade_support
15 17
16LIBS.SunOS+= -lintl 18LIBS.SunOS+= -lintl
17 19
18.include "../../databases/postgresql90-client/buildlink3.mk" 20.include "../../databases/postgresql90-client/buildlink3.mk"
19.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

File Deleted: pkgsrc/databases/postgresql90/files/Attic/Makefile.custom

File Deleted: pkgsrc/databases/postgresql90/files/Attic/Makefile.libtool

File Deleted: pkgsrc/databases/postgresql90/patches/Attic/patch-ae

File Deleted: pkgsrc/databases/postgresql90/patches/Attic/patch-an