Tue Nov 4 09:52:29 2008 UTC ()
Changes 8.1.15:
* Fix GiST index corruption due to marking the wrong index entry
  "dead" after a deletion.
  This would result in index searches failing to find rows they
  should have found.
* Fix backend crash when the client encoding cannot represent a
  localized error message.
  We have addressed similar issues before, but it would still fail if
  the "character has no equivalent" message itself couldn't be
  converted. The fix is to disable localization and send the plain
  ASCII error message when we detect such a situation.
* Fix possible crash when deeply nested functions are invoked from a
  trigger.
* Fix mis-expansion of rule queries when a sub-SELECT appears in a
  function call in FROM, a multi-row VALUES list, or a RETURNING list
* Ensure an error is reported when a newly-defined PL/pgSQL trigger
  function is invoked as a normal function.
* Prevent possible collision of relfilenode numbers when moving a
  table to another tablespace with "ALTER SET TABLESPACE".
  The command tried to re-use the existing filename, instead of
  picking one that is known unused in the destination directory.
* Fix incorrect tsearch2 headline generation when single query item
  matches first word of text.
* Fix improper display of fractional seconds in interval values when
  using a non-ISO datestyle in an "--enable-integer-datetimes" build
* Ensure SPI_getvalue and SPI_getbinval behave correctly when the
  passed tuple and tuple descriptor have different numbers of columns.
* Fix ecpg's parsing of "CREATE ROLE".
* Fix recent breakage of pg_ctl restart.
* Update time zone data files to tzdata release 2008i (for DST law
  changes in Argentina, Brazil, Mauritius, Syria)


(adam)
diff -r1.18 -r1.19 pkgsrc/databases/postgresql81/Makefile.common
diff -r1.13 -r1.14 pkgsrc/databases/postgresql81/distinfo
diff -r1.11 -r1.12 pkgsrc/databases/postgresql81-client/PLIST
diff -r1.9 -r1.10 pkgsrc/databases/postgresql81-plperl/Makefile
diff -r1.7 -r1.8 pkgsrc/databases/postgresql81-server/PLIST

cvs diff -r1.18 -r1.19 pkgsrc/databases/postgresql81/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql81/Attic/Makefile.common 2008/10/06 09:46:31 1.18
+++ pkgsrc/databases/postgresql81/Attic/Makefile.common 2008/11/04 09:52:29 1.19
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile.common,v 1.18 2008/10/06 09:46:31 adam Exp $ 1# $NetBSD: Makefile.common,v 1.19 2008/11/04 09:52:29 adam Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# 8#
9# <lang>-postgresql client-side interface to PostgreSQL 9# <lang>-postgresql client-side interface to PostgreSQL
10# postgresql-<lang> server-side module for PostgreSQL backend 10# postgresql-<lang> server-side module for PostgreSQL backend
11 11
12.include "../../databases/postgresql81/Makefile.mirrors" 12.include "../../databases/postgresql81/Makefile.mirrors"
13 13
14DISTNAME?= postgresql-${DIST_VERS} 14DISTNAME?= postgresql-${DIST_VERS}
@@ -27,27 +27,27 @@ CONFLICTS+= postgresql82-* @@ -27,27 +27,27 @@ CONFLICTS+= postgresql82-*
27CONFLICTS+= postgresql83-* 27CONFLICTS+= postgresql83-*
28 28
29DISTINFO_FILE?= ${.CURDIR}/../postgresql81/distinfo 29DISTINFO_FILE?= ${.CURDIR}/../postgresql81/distinfo
30COMMON_FILESDIR?= ${.CURDIR}/../postgresql81/files 30COMMON_FILESDIR?= ${.CURDIR}/../postgresql81/files
31PATCHDIR?= ${.CURDIR}/../postgresql81/patches 31PATCHDIR?= ${.CURDIR}/../postgresql81/patches
32 32
33# Version numbering scheme: 33# Version numbering scheme:
34# 34#
35# DIST_VERS version number on the postgresql distfile 35# DIST_VERS version number on the postgresql distfile
36# BASE_VERS pkgsrc-mangled version number (convert pl -> .) 36# BASE_VERS pkgsrc-mangled version number (convert pl -> .)
37# 37#
38# Note: Do not forget jdbc-postgresql81 when updating version 38# Note: Do not forget jdbc-postgresql81 when updating version
39# 39#
40DIST_VERS?= 8.1.14 40DIST_VERS?= 8.1.15
41BASE_VERS?= ${DIST_VERS} 41BASE_VERS?= ${DIST_VERS}
42 42
43BUILDLINK_API_DEPENDS.postgresql81-client+= postgresql81-client>=${BASE_VERS} 43BUILDLINK_API_DEPENDS.postgresql81-client+= postgresql81-client>=${BASE_VERS}
44 44
45GNU_CONFIGURE= yes 45GNU_CONFIGURE= yes
46USE_TOOLS+= bison gmake lex msgfmt 46USE_TOOLS+= bison gmake lex msgfmt
47PKG_SYSCONFSUBDIR= postgresql 47PKG_SYSCONFSUBDIR= postgresql
48 48
49# in 7.4.x/8.0.x, this is done by autoconf stuff which has leading whitespace 49# in 7.4.x/8.0.x, this is done by autoconf stuff which has leading whitespace
50USE_PKGLOCALEDIR= yes 50USE_PKGLOCALEDIR= yes
51SUBST_CLASSES+= pglocale 51SUBST_CLASSES+= pglocale
52SUBST_FILES.pglocale= configure config/programs.m4 52SUBST_FILES.pglocale= configure config/programs.m4
53SUBST_STAGE.pglocale= pre-configure 53SUBST_STAGE.pglocale= pre-configure

cvs diff -r1.13 -r1.14 pkgsrc/databases/postgresql81/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql81/Attic/distinfo 2008/10/06 09:46:31 1.13
+++ pkgsrc/databases/postgresql81/Attic/distinfo 2008/11/04 09:52:29 1.14
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: distinfo,v 1.13 2008/10/06 09:46:31 adam Exp $ 1$NetBSD: distinfo,v 1.14 2008/11/04 09:52:29 adam Exp $
2 2
3SHA1 (postgresql-8.1.14.tar.bz2) = 1bc739acc9b01684c06bf469dd359d07d161f7e8 3SHA1 (postgresql-8.1.15.tar.bz2) = 7cb1d9278b9ce6352aef898b23e3191d3bd0bed0
4RMD160 (postgresql-8.1.14.tar.bz2) = a430e23abf88b724cd22f00aaf96f9d7f9bfa6ed 4RMD160 (postgresql-8.1.15.tar.bz2) = b4ca7376dac1b6d5b9b01801d38809661bee46f9
5Size (postgresql-8.1.14.tar.bz2) = 11773020 bytes 5Size (postgresql-8.1.15.tar.bz2) = 11775183 bytes
6SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d 6SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d
7SHA1 (patch-ab) = 56e8bce0631e1007b2c2df8e740c0d48134b2242 7SHA1 (patch-ab) = 56e8bce0631e1007b2c2df8e740c0d48134b2242
8SHA1 (patch-ac) = cbd302a60d43171854c37171b57ee7bbf1194ad9 8SHA1 (patch-ac) = cbd302a60d43171854c37171b57ee7bbf1194ad9
9SHA1 (patch-ad) = f9bf7bdc6a8e3d8e66be5c9b8ed8f5aaa2b41081 9SHA1 (patch-ad) = f9bf7bdc6a8e3d8e66be5c9b8ed8f5aaa2b41081
10SHA1 (patch-ae) = 8b3e47320dfe05d94b769c9b079fd7ca6d26f5d6 10SHA1 (patch-ae) = 8b3e47320dfe05d94b769c9b079fd7ca6d26f5d6
11SHA1 (patch-af) = 89cb9318946cb7c34ad79dbae107ce66bd1c5022 11SHA1 (patch-af) = 89cb9318946cb7c34ad79dbae107ce66bd1c5022
12SHA1 (patch-ag) = 402d5d211af99efdfa35677299c97e91e14ed85d 12SHA1 (patch-ag) = 402d5d211af99efdfa35677299c97e91e14ed85d
13SHA1 (patch-ah) = 10ff8958ff2085fb03d1661a361e218ae5869b06 13SHA1 (patch-ah) = 10ff8958ff2085fb03d1661a361e218ae5869b06
14SHA1 (patch-ai) = 04820f37d7147576a6a9ab7d82e4682c61573330 14SHA1 (patch-ai) = 04820f37d7147576a6a9ab7d82e4682c61573330
15SHA1 (patch-aj) = 17c2efa6729801a2f524de68d885a98a8f1fc5f5 15SHA1 (patch-aj) = 17c2efa6729801a2f524de68d885a98a8f1fc5f5
16SHA1 (patch-ak) = 3009e020dc5f9397846dd3339c2bdd15269bb332 16SHA1 (patch-ak) = 3009e020dc5f9397846dd3339c2bdd15269bb332
17SHA1 (patch-al) = e0c66263910f302e5b92416d5103b701e8a4e87c 17SHA1 (patch-al) = e0c66263910f302e5b92416d5103b701e8a4e87c
18SHA1 (patch-am) = a857d1499ea39c5f999bb614c1d45bcea23f1cc9 18SHA1 (patch-am) = a857d1499ea39c5f999bb614c1d45bcea23f1cc9

cvs diff -r1.11 -r1.12 pkgsrc/databases/postgresql81-client/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql81-client/Attic/PLIST 2008/10/06 09:46:31 1.11
+++ pkgsrc/databases/postgresql81-client/Attic/PLIST 2008/11/04 09:52:29 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.11 2008/10/06 09:46:31 adam Exp $ 1@comment $NetBSD: PLIST,v 1.12 2008/11/04 09:52:29 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/ipcclean 11${PG_SUBPREFIX}bin/ipcclean
12${PG_SUBPREFIX}bin/pg_config 12${PG_SUBPREFIX}bin/pg_config
13${PG_SUBPREFIX}bin/pg_controldata 13${PG_SUBPREFIX}bin/pg_controldata
14${PG_SUBPREFIX}bin/pg_ctl 14${PG_SUBPREFIX}bin/pg_ctl
@@ -1004,59 +1004,62 @@ ${PG_SUBPREFIX}share/doc/postgresql/html @@ -1004,59 +1004,62 @@ ${PG_SUBPREFIX}share/doc/postgresql/html
1004${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-10.html 1004${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-10.html
1005${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-11.html 1005${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-11.html
1006${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-12.html 1006${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-12.html
1007${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-13.html 1007${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-13.html
1008${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-14.html 1008${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-14.html
1009${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-15.html 1009${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-15.html
1010${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-16.html 1010${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-16.html
1011${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-17.html 1011${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-17.html
1012${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-18.html 1012${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-18.html
1013${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-19.html 1013${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-19.html
1014${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-20.html 1014${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-20.html
1015${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-21.html 1015${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-21.html
1016${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-22.html 1016${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-22.html
 1017${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-23.html
1017${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html 1018${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html
1018${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html 1019${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html
1019${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html 1020${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html
1020${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-5.html 1021${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-5.html
1021${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-6.html 1022${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-6.html
1022${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-7.html 1023${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-7.html
1023${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-8.html 1024${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-8.html
1024${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-9.html 1025${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-9.html
1025${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4.html 1026${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4.html
1026${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-1.html 1027${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-1.html
1027${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-10.html 1028${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-10.html
1028${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-11.html 1029${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-11.html
1029${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-12.html 1030${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-12.html
1030${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-13.html 1031${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-13.html
1031${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-14.html 1032${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-14.html
1032${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-15.html 1033${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-15.html
1033${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-16.html 1034${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-16.html
1034${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-17.html 1035${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-17.html
1035${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-18.html 1036${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-18.html
 1037${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-19.html
1036${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html 1038${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html
1037${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html 1039${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html
1038${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html 1040${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html
1039${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-5.html 1041${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-5.html
1040${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-6.html 1042${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-6.html
1041${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-7.html 1043${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-7.html
1042${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-8.html 1044${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-8.html
1043${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-9.html 1045${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-9.html
1044${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0.html 1046${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0.html
1045${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-1.html 1047${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-1.html
1046${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-10.html 1048${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-10.html
1047${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-11.html 1049${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-11.html
1048${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-12.html 1050${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-12.html
1049${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-13.html 1051${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-13.html
 1052${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-14.html
1050${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-2.html 1053${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-2.html
1051${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-3.html 1054${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-3.html
1052${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html 1055${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html
1053${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-5.html 1056${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-5.html
1054${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-6.html 1057${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-6.html
1055${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-7.html 1058${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-7.html
1056${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-8.html 1059${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-8.html
1057${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-9.html 1060${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-9.html
1058${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1.html 1061${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1.html
1059${PG_SUBPREFIX}share/doc/postgresql/html/release.html 1062${PG_SUBPREFIX}share/doc/postgresql/html/release.html
1060${PG_SUBPREFIX}share/doc/postgresql/html/resources.html 1063${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
1061${PG_SUBPREFIX}share/doc/postgresql/html/role-attributes.html 1064${PG_SUBPREFIX}share/doc/postgresql/html/role-attributes.html
1062${PG_SUBPREFIX}share/doc/postgresql/html/role-membership.html 1065${PG_SUBPREFIX}share/doc/postgresql/html/role-membership.html

cvs diff -r1.9 -r1.10 pkgsrc/databases/postgresql81-plperl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql81-plperl/Attic/Makefile 2008/10/19 19:17:46 1.9
+++ pkgsrc/databases/postgresql81-plperl/Attic/Makefile 2008/11/04 09:52:29 1.10
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.9 2008/10/19 19:17:46 he Exp $ 1# $NetBSD: Makefile,v 1.10 2008/11/04 09:52:29 adam Exp $
2 2
3PKGNAME= postgresql81-plperl-${BASE_VERS} 3PKGNAME= postgresql81-plperl-${BASE_VERS}
4COMMENT= PL/Perl procedural language for the PostgreSQL backend 4COMMENT= PL/Perl procedural language for the PostgreSQL backend
5PKGREVISION= 1 
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9DEPENDS+= postgresql81-server>=${BASE_VERS}:../../databases/postgresql81-server 8DEPENDS+= postgresql81-server>=${BASE_VERS}:../../databases/postgresql81-server
10 9
11.include "../../databases/postgresql81/Makefile.common" 10.include "../../databases/postgresql81/Makefile.common"
12 11
13PERL5_CONFIGURE= NO 12PERL5_CONFIGURE= NO
14CONFIGURE_ARGS+= --with-perl 13CONFIGURE_ARGS+= --with-perl
15 14
16BUILD_DIRS= src/pl/plperl 15BUILD_DIRS= src/pl/plperl
17MAKE_FILE= GNUmakefile 16MAKE_FILE= GNUmakefile
18BUILD_MAKE_FLAGS= PGXS=1 17BUILD_MAKE_FLAGS= PGXS=1

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

--- pkgsrc/databases/postgresql81-server/Attic/PLIST 2008/10/06 09:46:31 1.7
+++ pkgsrc/databases/postgresql81-server/Attic/PLIST 2008/11/04 09:52:29 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.7 2008/10/06 09:46:31 adam Exp $ 1@comment $NetBSD: PLIST,v 1.8 2008/11/04 09:52:29 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.la
5${PG_SUBPREFIX}lib/postgresql/cyrillic_and_mic.la 5${PG_SUBPREFIX}lib/postgresql/cyrillic_and_mic.la
6${PG_SUBPREFIX}lib/postgresql/euc_cn_and_mic.la 6${PG_SUBPREFIX}lib/postgresql/euc_cn_and_mic.la
7${PG_SUBPREFIX}lib/postgresql/euc_jp_and_sjis.la 7${PG_SUBPREFIX}lib/postgresql/euc_jp_and_sjis.la
8${PG_SUBPREFIX}lib/postgresql/euc_kr_and_mic.la 8${PG_SUBPREFIX}lib/postgresql/euc_kr_and_mic.la
9${PG_SUBPREFIX}lib/postgresql/euc_tw_and_big5.la 9${PG_SUBPREFIX}lib/postgresql/euc_tw_and_big5.la
10${PG_SUBPREFIX}lib/postgresql/latin2_and_win1250.la 10${PG_SUBPREFIX}lib/postgresql/latin2_and_win1250.la
11${PG_SUBPREFIX}lib/postgresql/latin_and_mic.la 11${PG_SUBPREFIX}lib/postgresql/latin_and_mic.la
12${PG_SUBPREFIX}lib/postgresql/plpgsql.la 12${PG_SUBPREFIX}lib/postgresql/plpgsql.la
13${PG_SUBPREFIX}lib/postgresql/utf8_and_ascii.la 13${PG_SUBPREFIX}lib/postgresql/utf8_and_ascii.la
14${PG_SUBPREFIX}lib/postgresql/utf8_and_big5.la 14${PG_SUBPREFIX}lib/postgresql/utf8_and_big5.la
@@ -117,26 +117,27 @@ ${PG_SUBPREFIX}share/postgresql/timezone @@ -117,26 +117,27 @@ ${PG_SUBPREFIX}share/postgresql/timezone
117${PG_SUBPREFIX}share/postgresql/timezone/America/Anguilla 117${PG_SUBPREFIX}share/postgresql/timezone/America/Anguilla
118${PG_SUBPREFIX}share/postgresql/timezone/America/Antigua 118${PG_SUBPREFIX}share/postgresql/timezone/America/Antigua
119${PG_SUBPREFIX}share/postgresql/timezone/America/Araguaina 119${PG_SUBPREFIX}share/postgresql/timezone/America/Araguaina
120${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Buenos_Aires 120${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Buenos_Aires
121${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Catamarca 121${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Catamarca
122${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/ComodRivadavia 122${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/ComodRivadavia
123${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Cordoba 123${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Cordoba
124${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Jujuy 124${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Jujuy
125${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/La_Rioja 125${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/La_Rioja
126${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Mendoza 126${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Mendoza
127${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Rio_Gallegos 127${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Rio_Gallegos
128${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/San_Juan 128${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/San_Juan
129${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/San_Luis 129${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/San_Luis
 130${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Salta
130${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Tucuman 131${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Tucuman
131${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Ushuaia 132${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Ushuaia
132${PG_SUBPREFIX}share/postgresql/timezone/America/Aruba 133${PG_SUBPREFIX}share/postgresql/timezone/America/Aruba
133${PG_SUBPREFIX}share/postgresql/timezone/America/Asuncion 134${PG_SUBPREFIX}share/postgresql/timezone/America/Asuncion
134${PG_SUBPREFIX}share/postgresql/timezone/America/Atikokan 135${PG_SUBPREFIX}share/postgresql/timezone/America/Atikokan
135${PG_SUBPREFIX}share/postgresql/timezone/America/Atka 136${PG_SUBPREFIX}share/postgresql/timezone/America/Atka
136${PG_SUBPREFIX}share/postgresql/timezone/America/Bahia 137${PG_SUBPREFIX}share/postgresql/timezone/America/Bahia
137${PG_SUBPREFIX}share/postgresql/timezone/America/Barbados 138${PG_SUBPREFIX}share/postgresql/timezone/America/Barbados
138${PG_SUBPREFIX}share/postgresql/timezone/America/Belem 139${PG_SUBPREFIX}share/postgresql/timezone/America/Belem
139${PG_SUBPREFIX}share/postgresql/timezone/America/Belize 140${PG_SUBPREFIX}share/postgresql/timezone/America/Belize
140${PG_SUBPREFIX}share/postgresql/timezone/America/Blanc-Sablon 141${PG_SUBPREFIX}share/postgresql/timezone/America/Blanc-Sablon
141${PG_SUBPREFIX}share/postgresql/timezone/America/Boa_Vista 142${PG_SUBPREFIX}share/postgresql/timezone/America/Boa_Vista
142${PG_SUBPREFIX}share/postgresql/timezone/America/Bogota 143${PG_SUBPREFIX}share/postgresql/timezone/America/Bogota