Tue Sep 27 11:04:42 2011 UTC ()
Changes 9.0.5:
* Fix catalog cache invalidation after a "VACUUM FULL" or "CLUSTER"
  on a system catalog
* Fix incorrect order of operations during sinval reset processing,
  and ensure that TOAST OIDs are preserved in system catalogs
* Fix bugs in indexing of in-doubt HOT-updated tuples
* Fix multiple bugs in GiST index page split processing
* Fix possible buffer overrun in tsvector_concat()
* Fix crash in xml_recv when processing a "standalone" parameter
* Make pg_options_to_table return NULL for an option with no value
* Avoid possibly accessing off the end of memory in "ANALYZE" and in
  SJIS-2004 encoding conversion
* Protect pg_stat_reset_shared() against NULL input
* Fix possible failure when a recovery conflict deadlock is detected
  within a sub-transaction
* Avoid spurious conflicts while recycling btree index pages during
  hot standby
* Shut down WAL receiver if it's still running at end of recovery
* Fix race condition in relcache init file invalidation
* Fix memory leak at end of a GiST index scan
* Fix memory leak when encoding conversion has to be done on incoming
  command strings and "LISTEN" is active
* Fix incorrect memory accounting (leading to possible memory bloat)
  in tuplestores supporting holdable cursors and plpgsql's RETURN
  NEXT command
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist
* more...


(adam)
diff -r1.11 -r1.12 pkgsrc/databases/postgresql90/Makefile.common
diff -r1.6 -r1.7 pkgsrc/databases/postgresql90/distinfo
diff -r1.7 -r1.8 pkgsrc/databases/postgresql90-client/Makefile
diff -r1.5 -r1.6 pkgsrc/databases/postgresql90-client/PLIST
diff -r1.6 -r1.7 pkgsrc/databases/postgresql90-docs/PLIST
diff -r1.5 -r1.6 pkgsrc/databases/postgresql90-plperl/Makefile
diff -r1.3 -r1.4 pkgsrc/databases/postgresql90-plperl/PLIST
diff -r1.4 -r1.5 pkgsrc/databases/postgresql90-plpython/PLIST
diff -r1.4 -r1.5 pkgsrc/databases/postgresql90-pltcl/PLIST
diff -r1.6 -r1.7 pkgsrc/databases/postgresql90-server/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90/patches/patch-ad

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

--- pkgsrc/databases/postgresql90/Attic/Makefile.common 2011/04/22 08:10:23 1.11
+++ pkgsrc/databases/postgresql90/Attic/Makefile.common 2011/09/27 11:04:42 1.12
@@ -1,49 +1,50 @@ @@ -1,49 +1,50 @@
1# $NetBSD: Makefile.common,v 1.11 2011/04/22 08:10:23 adam Exp $ 1# $NetBSD: Makefile.common,v 1.12 2011/09/27 11:04:42 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-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
24.include "../../databases/postgresql90/Makefile.mirrors" 24.include "../../databases/postgresql90/Makefile.mirrors"
25 25
26DISTNAME= postgresql-9.0.4 26DISTNAME= postgresql-9.0.5
27CATEGORIES= databases 27CATEGORIES= databases
28MASTER_SITES= ${PGSQL_MIRRORS:=source/v${PKGVERSION_NOREV}/} 28MASTER_SITES= ${PGSQL_MIRRORS:=source/v${PKGVERSION_NOREV}/}
29EXTRACT_SUFX= .tar.bz2 29EXTRACT_SUFX= .tar.bz2
30 30
31MAINTAINER?= adam@NetBSD.org 31MAINTAINER?= adam@NetBSD.org
32HOMEPAGE= http://www.postgresql.org/ 32HOMEPAGE= http://www.postgresql.org/
33LICENSE= postgresql-license 33LICENSE= postgresql-license
34 34
35CONFLICTS+= postgresql-[0-9]* 35CONFLICTS+= postgresql-[0-9]*
36CONFLICTS+= postgresql[0-8][0-9]-* 36CONFLICTS+= postgresql[0-8][0-9]-*
 37CONFLICTS+= postgresql9[1-9]-*
37 38
38DISTINFO_FILE?= ${.CURDIR}/../../databases/postgresql90/distinfo 39DISTINFO_FILE?= ${.CURDIR}/../../databases/postgresql90/distinfo
39COMMON_FILESDIR?= ${.CURDIR}/../../databases/postgresql90/files 40COMMON_FILESDIR?= ${.CURDIR}/../../databases/postgresql90/files
40PATCHDIR?= ${.CURDIR}/../../databases/postgresql90/patches 41PATCHDIR?= ${.CURDIR}/../../databases/postgresql90/patches
41 42
42USE_PKGLOCALEDIR= yes 43USE_PKGLOCALEDIR= yes
43USE_TOOLS+= bison gmake lex msgfmt 44USE_TOOLS+= bison gmake lex msgfmt
44PKG_SYSCONFSUBDIR= postgresql 45PKG_SYSCONFSUBDIR= postgresql
45 46
46.include "../../mk/bsd.prefs.mk" 47.include "../../mk/bsd.prefs.mk"
47 48
48PG_TEMPLATE.SunOS= solaris 49PG_TEMPLATE.SunOS= solaris
49PG_TEMPLATE.IRIX= irix5 50PG_TEMPLATE.IRIX= irix5

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

--- pkgsrc/databases/postgresql90/Attic/distinfo 2011/04/22 08:10:23 1.6
+++ pkgsrc/databases/postgresql90/Attic/distinfo 2011/09/27 11:04:42 1.7
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: distinfo,v 1.6 2011/04/22 08:10:23 adam Exp $ 1$NetBSD: distinfo,v 1.7 2011/09/27 11:04:42 adam Exp $
2 2
3SHA1 (postgresql-9.0.4.tar.bz2) = 5c4ebc2abbbc63ce2973974a7d020e7d14a01e73 3SHA1 (postgresql-9.0.5.tar.bz2) = 1c71be5b1a7d519eff33bb60768776f47b44acf3
4RMD160 (postgresql-9.0.4.tar.bz2) = 0f11efb7634b9acb2080d07771c0355a3bf96fa4 4RMD160 (postgresql-9.0.5.tar.bz2) = c5f4f37808f7e24d91a6c95d41fc89330624e26f
5Size (postgresql-9.0.4.tar.bz2) = 14040871 bytes 5Size (postgresql-9.0.5.tar.bz2) = 14344752 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) = 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

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

--- pkgsrc/databases/postgresql90-client/Attic/Makefile 2011/04/22 08:10:23 1.7
+++ pkgsrc/databases/postgresql90-client/Attic/Makefile 2011/09/27 11:04:42 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.7 2011/04/22 08:10:23 adam Exp $ 1# $NetBSD: Makefile,v 1.8 2011/09/27 11:04:42 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
11CONFIGURE_ARGS+= --with-openssl 11CONFIGURE_ARGS+= --with-openssl
12CONFIGURE_ARGS+= --with-readline 12CONFIGURE_ARGS+= --with-readline
13CONFIGURE_ARGS+= --with-zlib 13CONFIGURE_ARGS+= --with-zlib
14 14
@@ -19,28 +19,26 @@ CONFIGURE_ARGS+= --with-zlib @@ -19,28 +19,26 @@ CONFIGURE_ARGS+= --with-zlib
19 ${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD" 19 ${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD"
20PGSQL_THREAD_SAFETY?= no 20PGSQL_THREAD_SAFETY?= no
21.endif 21.endif
22PGSQL_THREAD_SAFETY?= yes 22PGSQL_THREAD_SAFETY?= yes
23BUILD_DEFS+= PGSQL_THREAD_SAFETY 23BUILD_DEFS+= PGSQL_THREAD_SAFETY
24 24
25.if !empty(PGSQL_THREAD_SAFETY:M[yY][eE][sS]) 25.if !empty(PGSQL_THREAD_SAFETY:M[yY][eE][sS])
26. include "../../mk/pthread.buildlink3.mk" 26. include "../../mk/pthread.buildlink3.mk"
27. if (${PTHREAD_TYPE} == "native") 27. if (${PTHREAD_TYPE} == "native")
28CONFIGURE_ARGS+= --enable-thread-safety 28CONFIGURE_ARGS+= --enable-thread-safety
29. endif 29. endif
30.endif 30.endif
31 31
32LIBS.SunOS+= -lintl 
33 
34INSTALL_DIRS= src/include 32INSTALL_DIRS= src/include
35INSTALL_DIRS+= src/interfaces 33INSTALL_DIRS+= src/interfaces
36INSTALL_DIRS+= src/bin 34INSTALL_DIRS+= src/bin
37INSTALL_DIRS+= src/port 35INSTALL_DIRS+= src/port
38BUILD_DIRS= ${INSTALL_DIRS} 36BUILD_DIRS= ${INSTALL_DIRS}
39# Without this, the Darwin build fails (related to -bundle_loader). 37# Without this, the Darwin build fails (related to -bundle_loader).
40BUILD_DIRS+= src/backend 38BUILD_DIRS+= src/backend
41 39
42.for f in pg_service.conf psqlrc 40.for f in pg_service.conf psqlrc
43. if !empty(PG_SUBPREFIX) 41. if !empty(PG_SUBPREFIX)
44CONF_FILES+= ${PG_SUBPREFIX:/=}/share/postgresql/${f}.sample ${PKG_SYSCONFDIR}/${f} 42CONF_FILES+= ${PG_SUBPREFIX:/=}/share/postgresql/${f}.sample ${PKG_SYSCONFDIR}/${f}
45. else 43. else
46CONF_FILES+= ${PG_SUBPREFIX}share/postgresql/${f}.sample ${PKG_SYSCONFDIR}/${f} 44CONF_FILES+= ${PG_SUBPREFIX}share/postgresql/${f}.sample ${PKG_SYSCONFDIR}/${f}

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

--- pkgsrc/databases/postgresql90-client/Attic/PLIST 2011/02/09 08:48:17 1.5
+++ pkgsrc/databases/postgresql90-client/Attic/PLIST 2011/09/27 11:04:42 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.5 2011/02/09 08:48:17 adam Exp $ 1@comment $NetBSD: PLIST,v 1.6 2011/09/27 11:04:42 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,51 +499,58 @@ ${PG_SUBPREFIX}include/postgresql/server @@ -499,51 +499,58 @@ ${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.a
512${PG_SUBPREFIX}lib/libecpg.so 513${PG_SUBPREFIX}lib/libecpg.so
513${PG_SUBPREFIX}lib/libecpg.so.6 514${PG_SUBPREFIX}lib/libecpg.so.6
514${PG_SUBPREFIX}lib/libecpg.so.6.2 515${PG_SUBPREFIX}lib/libecpg.so.6.2
515${PG_SUBPREFIX}lib/libecpg.a 516${PG_SUBPREFIX}lib/libecpg_compat.a
516${PG_SUBPREFIX}lib/libecpg_compat.so 517${PG_SUBPREFIX}lib/libecpg_compat.so
517${PG_SUBPREFIX}lib/libecpg_compat.so.3 518${PG_SUBPREFIX}lib/libecpg_compat.so.3
518${PG_SUBPREFIX}lib/libecpg_compat.so.3.2 519${PG_SUBPREFIX}lib/libecpg_compat.so.3.2
519${PG_SUBPREFIX}lib/libecpg_compat.a 
520${PG_SUBPREFIX}lib/libpgport.a 520${PG_SUBPREFIX}lib/libpgport.a
 521${PG_SUBPREFIX}lib/libpgtypes.a
521${PG_SUBPREFIX}lib/libpgtypes.so 522${PG_SUBPREFIX}lib/libpgtypes.so
522${PG_SUBPREFIX}lib/libpgtypes.so.3 523${PG_SUBPREFIX}lib/libpgtypes.so.3
523${PG_SUBPREFIX}lib/libpgtypes.so.3.1 524${PG_SUBPREFIX}lib/libpgtypes.so.3.1
524${PG_SUBPREFIX}lib/libpgtypes.a 525${PG_SUBPREFIX}lib/libpq.a
525${PG_SUBPREFIX}lib/libpq.so 526${PG_SUBPREFIX}lib/libpq.so
526${PG_SUBPREFIX}lib/libpq.so.5 527${PG_SUBPREFIX}lib/libpq.so.5
527${PG_SUBPREFIX}lib/libpq.so.5.3 528${PG_SUBPREFIX}lib/libpq.so.5.3
528${PG_SUBPREFIX}lib/libpq.a 
529${PG_SUBPREFIX}lib/postgresql/pgxs/config/install-sh 529${PG_SUBPREFIX}lib/postgresql/pgxs/config/install-sh
530${PG_SUBPREFIX}lib/postgresql/pgxs/src/Makefile.global 530${PG_SUBPREFIX}lib/postgresql/pgxs/src/Makefile.global
531${PG_SUBPREFIX}lib/postgresql/pgxs/src/Makefile.port 531${PG_SUBPREFIX}lib/postgresql/pgxs/src/Makefile.port
532${PG_SUBPREFIX}lib/postgresql/pgxs/src/Makefile.shlib 532${PG_SUBPREFIX}lib/postgresql/pgxs/src/Makefile.shlib
533${PG_SUBPREFIX}lib/postgresql/pgxs/src/makefiles/pgxs.mk 533${PG_SUBPREFIX}lib/postgresql/pgxs/src/makefiles/pgxs.mk
534${PG_SUBPREFIX}lib/postgresql/pgxs/src/nls-global.mk 534${PG_SUBPREFIX}lib/postgresql/pgxs/src/nls-global.mk
 535${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/ecpg-9.0.mo
 536${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/ecpglib6-9.0.mo
535${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/initdb-9.0.mo 537${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/initdb-9.0.mo
536${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/libpq5-9.0.mo 538${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/libpq5-9.0.mo
 539${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/pg_config-9.0.mo
 540${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/pg_controldata-9.0.mo
 541${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/pg_ctl-9.0.mo
 542${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/pg_dump-9.0.mo
 543${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/pg_resetxlog-9.0.mo
537${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/pgscripts-9.0.mo 544${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/pgscripts-9.0.mo
538${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/psql-9.0.mo 545${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/psql-9.0.mo
539${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/ecpg-9.0.mo 546${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/ecpg-9.0.mo
540${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/ecpglib6-9.0.mo 547${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/ecpglib6-9.0.mo
541${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/initdb-9.0.mo 548${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/initdb-9.0.mo
542${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/libpq5-9.0.mo 549${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/libpq5-9.0.mo
543${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/pg_config-9.0.mo 550${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/pg_config-9.0.mo
544${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/pg_controldata-9.0.mo 551${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/pg_controldata-9.0.mo
545${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/pg_ctl-9.0.mo 552${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/pg_ctl-9.0.mo
546${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/pg_dump-9.0.mo 553${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/pg_dump-9.0.mo
547${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/pg_resetxlog-9.0.mo 554${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/pg_resetxlog-9.0.mo
548${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/pgscripts-9.0.mo 555${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/pgscripts-9.0.mo
549${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/psql-9.0.mo 556${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/psql-9.0.mo
@@ -581,54 +588,68 @@ ${PG_SUBPREFIX}share/locale/it/LC_MESSAG @@ -581,54 +588,68 @@ ${PG_SUBPREFIX}share/locale/it/LC_MESSAG
581${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pgscripts-9.0.mo 588${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pgscripts-9.0.mo
582${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/ecpg-9.0.mo 589${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/ecpg-9.0.mo
583${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/ecpglib6-9.0.mo 590${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/ecpglib6-9.0.mo
584${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/initdb-9.0.mo 591${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/initdb-9.0.mo
585${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/libpq5-9.0.mo 592${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/libpq5-9.0.mo
586${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pg_config-9.0.mo 593${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pg_config-9.0.mo
587${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pg_controldata-9.0.mo 594${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pg_controldata-9.0.mo
588${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pg_ctl-9.0.mo 595${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pg_ctl-9.0.mo
589${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pg_dump-9.0.mo 596${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pg_dump-9.0.mo
590${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pg_resetxlog-9.0.mo 597${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pg_resetxlog-9.0.mo
591${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pgscripts-9.0.mo 598${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pgscripts-9.0.mo
592${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/psql-9.0.mo 599${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/psql-9.0.mo
593${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/ecpg-9.0.mo 600${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/ecpg-9.0.mo
 601${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/ecpglib6-9.0.mo
594${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/initdb-9.0.mo 602${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/initdb-9.0.mo
595${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/libpq5-9.0.mo 603${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/libpq5-9.0.mo
596${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_config-9.0.mo 604${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_config-9.0.mo
597${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_controldata-9.0.mo 605${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_controldata-9.0.mo
598${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_ctl-9.0.mo 606${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_ctl-9.0.mo
599${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_dump-9.0.mo 607${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_dump-9.0.mo
600${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_resetxlog-9.0.mo 608${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_resetxlog-9.0.mo
601${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pgscripts-9.0.mo 609${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pgscripts-9.0.mo
 610${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/psql-9.0.mo
602${PG_SUBPREFIX}share/locale/nb/LC_MESSAGES/pg_config-9.0.mo 611${PG_SUBPREFIX}share/locale/nb/LC_MESSAGES/pg_config-9.0.mo
 612${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/ecpg-9.0.mo
 613${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/ecpglib6-9.0.mo
 614${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/initdb-9.0.mo
 615${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/libpq5-9.0.mo
 616${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/pg_config-9.0.mo
 617${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/pg_controldata-9.0.mo
 618${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/pg_ctl-9.0.mo
 619${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/pg_dump-9.0.mo
 620${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/pg_resetxlog-9.0.mo
 621${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/pgscripts-9.0.mo
 622${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/psql-9.0.mo
603${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/ecpg-9.0.mo 623${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/ecpg-9.0.mo
604${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/ecpglib6-9.0.mo 624${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/ecpglib6-9.0.mo
605${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/initdb-9.0.mo 625${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/initdb-9.0.mo
606${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/libpq5-9.0.mo 626${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/libpq5-9.0.mo
607${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/pg_config-9.0.mo 627${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/pg_config-9.0.mo
608${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/pg_controldata-9.0.mo 628${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/pg_controldata-9.0.mo
609${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/pg_ctl-9.0.mo 629${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/pg_ctl-9.0.mo
610${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/pg_dump-9.0.mo 630${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/pg_dump-9.0.mo
611${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.0.mo 631${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.0.mo
612${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/pgscripts-9.0.mo 632${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/pgscripts-9.0.mo
613${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/psql-9.0.mo 633${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/psql-9.0.mo
614${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/initdb-9.0.mo 634${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/initdb-9.0.mo
615${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/pg_config-9.0.mo 635${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/pg_config-9.0.mo
616${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/pg_controldata-9.0.mo 636${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/pg_controldata-9.0.mo
617${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/pg_resetxlog-9.0.mo 637${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/pg_resetxlog-9.0.mo
618${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/pgscripts-9.0.mo 638${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/pgscripts-9.0.mo
619${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/initdb-9.0.mo 639${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/initdb-9.0.mo
620${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/libpq5-9.0.mo 640${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/libpq5-9.0.mo
621${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/pg_config-9.0.mo 641${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/pg_config-9.0.mo
 642${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/pg_controldata-9.0.mo
622${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/pg_ctl-9.0.mo 643${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/pg_ctl-9.0.mo
623${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/pg_resetxlog-9.0.mo 644${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/pg_resetxlog-9.0.mo
624${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/initdb-9.0.mo 645${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/initdb-9.0.mo
625${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/libpq5-9.0.mo 646${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/libpq5-9.0.mo
626${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/pg_config-9.0.mo 647${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/pg_config-9.0.mo
627${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/pg_controldata-9.0.mo 648${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/pg_controldata-9.0.mo
628${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/pg_ctl-9.0.mo 649${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/pg_ctl-9.0.mo
629${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/pg_dump-9.0.mo 650${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/pg_dump-9.0.mo
630${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/pg_resetxlog-9.0.mo 651${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/pg_resetxlog-9.0.mo
631${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/pgscripts-9.0.mo 652${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/pgscripts-9.0.mo
632${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/psql-9.0.mo 653${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/psql-9.0.mo
633${PG_SUBPREFIX}share/locale/ta/LC_MESSAGES/initdb-9.0.mo 654${PG_SUBPREFIX}share/locale/ta/LC_MESSAGES/initdb-9.0.mo
634${PG_SUBPREFIX}share/locale/ta/LC_MESSAGES/libpq5-9.0.mo 655${PG_SUBPREFIX}share/locale/ta/LC_MESSAGES/libpq5-9.0.mo
@@ -650,23 +671,25 @@ ${PG_SUBPREFIX}share/locale/tr/LC_MESSAG @@ -650,23 +671,25 @@ ${PG_SUBPREFIX}share/locale/tr/LC_MESSAG
650${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/psql-9.0.mo 671${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/psql-9.0.mo
651${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/ecpg-9.0.mo 672${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/ecpg-9.0.mo
652${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.0.mo 673${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.0.mo
653${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/initdb-9.0.mo 674${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/initdb-9.0.mo
654${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/libpq5-9.0.mo 675${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/libpq5-9.0.mo
655${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_config-9.0.mo 676${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_config-9.0.mo
656${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.0.mo 677${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.0.mo
657${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.0.mo 678${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.0.mo
658${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_dump-9.0.mo 679${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_dump-9.0.mo
659${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.0.mo 680${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.0.mo
660${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pgscripts-9.0.mo 681${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pgscripts-9.0.mo
661${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/psql-9.0.mo 682${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/psql-9.0.mo
662${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/ecpg-9.0.mo 683${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/ecpg-9.0.mo
 684${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/ecpglib6-9.0.mo
663${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/initdb-9.0.mo 685${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/initdb-9.0.mo
664${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/libpq5-9.0.mo 686${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/libpq5-9.0.mo
665${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_config-9.0.mo 687${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_config-9.0.mo
666${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_controldata-9.0.mo 688${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_controldata-9.0.mo
667${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_ctl-9.0.mo 689${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_ctl-9.0.mo
668${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_dump-9.0.mo 690${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_dump-9.0.mo
669${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_resetxlog-9.0.mo 691${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_resetxlog-9.0.mo
670${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pgscripts-9.0.mo 692${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pgscripts-9.0.mo
 693${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/psql-9.0.mo
671${PG_SUBPREFIX}share/postgresql/pg_service.conf.sample 694${PG_SUBPREFIX}share/postgresql/pg_service.conf.sample
672${PG_SUBPREFIX}share/postgresql/psqlrc.sample 695${PG_SUBPREFIX}share/postgresql/psqlrc.sample

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

--- pkgsrc/databases/postgresql90-docs/Attic/PLIST 2011/04/22 08:10:24 1.6
+++ pkgsrc/databases/postgresql90-docs/Attic/PLIST 2011/09/27 11:04:42 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.6 2011/04/22 08:10:24 adam Exp $ 1@comment $NetBSD: PLIST,v 1.7 2011/09/27 11:04:42 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
@@ -873,63 +873,67 @@ ${PG_SUBPREFIX}share/doc/postgresql/html @@ -873,63 +873,67 @@ ${PG_SUBPREFIX}share/doc/postgresql/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-20.html
885${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-21.html 885${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-21.html
 886${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-22.html
886${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-3.html 887${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-3.html
887${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-4.html 888${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-4.html
888${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-5.html 889${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-5.html
889${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-6.html 890${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-6.html
890${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-7.html 891${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-7.html
891${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-8.html 892${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-8.html
892${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-9.html 893${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-9.html
893${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2.html 894${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2.html
894${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-1.html 895${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-1.html
895${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-10.html 896${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-10.html
896${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-11.html 897${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-11.html
897${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-12.html 898${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-12.html
898${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-13.html 899${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-13.html
899${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-14.html 900${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-14.html
900${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-15.html 901${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-15.html
 902${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-16.html
901${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-2.html 903${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-2.html
902${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-3.html 904${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-3.html
903${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html 905${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html
904${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-5.html 906${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-5.html
905${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-6.html 907${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-6.html
906${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-7.html 908${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-7.html
907${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-8.html 909${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-8.html
908${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-9.html 910${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-9.html
909${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3.html 911${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3.html
910${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-1.html 912${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-1.html
911${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-2.html 913${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-2.html
912${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-3.html 914${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-3.html
913${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-4.html 915${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-4.html
914${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-5.html 916${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-5.html
915${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-6.html 917${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-6.html
916${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-7.html 918${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-7.html
917${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-8.html 919${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-8.html
 920${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-9.html
918${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4.html 921${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4.html
919${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-1.html 922${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-1.html
920${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-2.html 923${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-2.html
921${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-3.html 924${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-3.html
922${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-4.html 925${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-4.html
 926${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-5.html
923${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0.html 927${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0.html
924${PG_SUBPREFIX}share/doc/postgresql/html/release.html 928${PG_SUBPREFIX}share/doc/postgresql/html/release.html
925${PG_SUBPREFIX}share/doc/postgresql/html/resources.html 929${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
926${PG_SUBPREFIX}share/doc/postgresql/html/role-attributes.html 930${PG_SUBPREFIX}share/doc/postgresql/html/role-attributes.html
927${PG_SUBPREFIX}share/doc/postgresql/html/role-membership.html 931${PG_SUBPREFIX}share/doc/postgresql/html/role-membership.html
928${PG_SUBPREFIX}share/doc/postgresql/html/routine-reindex.html 932${PG_SUBPREFIX}share/doc/postgresql/html/routine-reindex.html
929${PG_SUBPREFIX}share/doc/postgresql/html/routine-vacuuming.html 933${PG_SUBPREFIX}share/doc/postgresql/html/routine-vacuuming.html
930${PG_SUBPREFIX}share/doc/postgresql/html/row-estimation-examples.html 934${PG_SUBPREFIX}share/doc/postgresql/html/row-estimation-examples.html
931${PG_SUBPREFIX}share/doc/postgresql/html/rowtypes.html 935${PG_SUBPREFIX}share/doc/postgresql/html/rowtypes.html
932${PG_SUBPREFIX}share/doc/postgresql/html/rule-system.html 936${PG_SUBPREFIX}share/doc/postgresql/html/rule-system.html
933${PG_SUBPREFIX}share/doc/postgresql/html/rules-privileges.html 937${PG_SUBPREFIX}share/doc/postgresql/html/rules-privileges.html
934${PG_SUBPREFIX}share/doc/postgresql/html/rules-status.html 938${PG_SUBPREFIX}share/doc/postgresql/html/rules-status.html
935${PG_SUBPREFIX}share/doc/postgresql/html/rules-triggers.html 939${PG_SUBPREFIX}share/doc/postgresql/html/rules-triggers.html

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

--- pkgsrc/databases/postgresql90-plperl/Attic/Makefile 2011/08/14 08:18:12 1.5
+++ pkgsrc/databases/postgresql90-plperl/Attic/Makefile 2011/09/27 11:04:42 1.6
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2011/08/14 08:18:12 obache Exp $ 1# $NetBSD: Makefile,v 1.6 2011/09/27 11:04:42 adam 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.3 -r1.4 pkgsrc/databases/postgresql90-plperl/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-plperl/Attic/PLIST 2011/02/09 08:48:19 1.3
+++ pkgsrc/databases/postgresql90-plperl/Attic/PLIST 2011/09/27 11:04:42 1.4
@@ -1,11 +1,15 @@ @@ -1,11 +1,15 @@
1@comment $NetBSD: PLIST,v 1.3 2011/02/09 08:48:19 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2011/09/27 11:04:42 adam Exp $
2lib/postgresql/plperl.so 2lib/postgresql/plperl.so
 3share/locale/cs/LC_MESSAGES/plperl-9.0.mo
3share/locale/de/LC_MESSAGES/plperl-9.0.mo 4share/locale/de/LC_MESSAGES/plperl-9.0.mo
4share/locale/es/LC_MESSAGES/plperl-9.0.mo 5share/locale/es/LC_MESSAGES/plperl-9.0.mo
5share/locale/fr/LC_MESSAGES/plperl-9.0.mo 6share/locale/fr/LC_MESSAGES/plperl-9.0.mo
6share/locale/it/LC_MESSAGES/plperl-9.0.mo 7share/locale/it/LC_MESSAGES/plperl-9.0.mo
7share/locale/ja/LC_MESSAGES/plperl-9.0.mo 8share/locale/ja/LC_MESSAGES/plperl-9.0.mo
 9share/locale/ko/LC_MESSAGES/plperl-9.0.mo
 10share/locale/pl/LC_MESSAGES/plperl-9.0.mo
8share/locale/pt_BR/LC_MESSAGES/plperl-9.0.mo 11share/locale/pt_BR/LC_MESSAGES/plperl-9.0.mo
9share/locale/ro/LC_MESSAGES/plperl-9.0.mo 12share/locale/ro/LC_MESSAGES/plperl-9.0.mo
10share/locale/tr/LC_MESSAGES/plperl-9.0.mo 13share/locale/tr/LC_MESSAGES/plperl-9.0.mo
11share/locale/zh_CN/LC_MESSAGES/plperl-9.0.mo 14share/locale/zh_CN/LC_MESSAGES/plperl-9.0.mo
 15share/locale/zh_TW/LC_MESSAGES/plperl-9.0.mo

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

--- pkgsrc/databases/postgresql90-plpython/Attic/PLIST 2011/02/09 08:48:19 1.4
+++ pkgsrc/databases/postgresql90-plpython/Attic/PLIST 2011/09/27 11:04:42 1.5
@@ -1,12 +1,16 @@ @@ -1,12 +1,16 @@
1@comment $NetBSD: PLIST,v 1.4 2011/02/09 08:48:19 adam Exp $ 1@comment $NetBSD: PLIST,v 1.5 2011/09/27 11:04:42 adam Exp $
2lib/postgresql/plpython.so 2lib/postgresql/plpython.so
3lib/postgresql/plpython2.so 3lib/postgresql/plpython2.so
 4share/locale/cs/LC_MESSAGES/plpython-9.0.mo
4share/locale/de/LC_MESSAGES/plpython-9.0.mo 5share/locale/de/LC_MESSAGES/plpython-9.0.mo
5share/locale/es/LC_MESSAGES/plpython-9.0.mo 6share/locale/es/LC_MESSAGES/plpython-9.0.mo
6share/locale/fr/LC_MESSAGES/plpython-9.0.mo 7share/locale/fr/LC_MESSAGES/plpython-9.0.mo
7share/locale/it/LC_MESSAGES/plpython-9.0.mo 8share/locale/it/LC_MESSAGES/plpython-9.0.mo
8share/locale/ja/LC_MESSAGES/plpython-9.0.mo 9share/locale/ja/LC_MESSAGES/plpython-9.0.mo
 10share/locale/ko/LC_MESSAGES/plpython-9.0.mo
 11share/locale/pl/LC_MESSAGES/plpython-9.0.mo
9share/locale/pt_BR/LC_MESSAGES/plpython-9.0.mo 12share/locale/pt_BR/LC_MESSAGES/plpython-9.0.mo
10share/locale/ro/LC_MESSAGES/plpython-9.0.mo 13share/locale/ro/LC_MESSAGES/plpython-9.0.mo
11share/locale/tr/LC_MESSAGES/plpython-9.0.mo 14share/locale/tr/LC_MESSAGES/plpython-9.0.mo
12share/locale/zh_CN/LC_MESSAGES/plpython-9.0.mo 15share/locale/zh_CN/LC_MESSAGES/plpython-9.0.mo
 16share/locale/zh_TW/LC_MESSAGES/plpython-9.0.mo

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

--- pkgsrc/databases/postgresql90-pltcl/Attic/PLIST 2011/02/09 08:48:19 1.4
+++ pkgsrc/databases/postgresql90-pltcl/Attic/PLIST 2011/09/27 11:04:42 1.5
@@ -1,15 +1,19 @@ @@ -1,15 +1,19 @@
1@comment $NetBSD: PLIST,v 1.4 2011/02/09 08:48:19 adam Exp $ 1@comment $NetBSD: PLIST,v 1.5 2011/09/27 11:04:42 adam Exp $
2bin/pltcl_delmod 2bin/pltcl_delmod
3bin/pltcl_listmod 3bin/pltcl_listmod
4bin/pltcl_loadmod 4bin/pltcl_loadmod
5lib/postgresql/pltcl.so 5lib/postgresql/pltcl.so
6share/postgresql/unknown.pltcl 6share/locale/cs/LC_MESSAGES/pltcl-9.0.mo
7share/locale/de/LC_MESSAGES/pltcl-9.0.mo 7share/locale/de/LC_MESSAGES/pltcl-9.0.mo
8share/locale/es/LC_MESSAGES/pltcl-9.0.mo 8share/locale/es/LC_MESSAGES/pltcl-9.0.mo
9share/locale/fr/LC_MESSAGES/pltcl-9.0.mo 9share/locale/fr/LC_MESSAGES/pltcl-9.0.mo
10share/locale/it/LC_MESSAGES/pltcl-9.0.mo 10share/locale/it/LC_MESSAGES/pltcl-9.0.mo
11share/locale/ja/LC_MESSAGES/pltcl-9.0.mo 11share/locale/ja/LC_MESSAGES/pltcl-9.0.mo
 12share/locale/ko/LC_MESSAGES/pltcl-9.0.mo
 13share/locale/pl/LC_MESSAGES/pltcl-9.0.mo
12share/locale/pt_BR/LC_MESSAGES/pltcl-9.0.mo 14share/locale/pt_BR/LC_MESSAGES/pltcl-9.0.mo
13share/locale/ro/LC_MESSAGES/pltcl-9.0.mo 15share/locale/ro/LC_MESSAGES/pltcl-9.0.mo
14share/locale/tr/LC_MESSAGES/pltcl-9.0.mo 16share/locale/tr/LC_MESSAGES/pltcl-9.0.mo
15share/locale/zh_CN/LC_MESSAGES/pltcl-9.0.mo 17share/locale/zh_CN/LC_MESSAGES/pltcl-9.0.mo
 18share/locale/zh_TW/LC_MESSAGES/pltcl-9.0.mo
 19share/postgresql/unknown.pltcl

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

--- pkgsrc/databases/postgresql90-server/Attic/PLIST 2011/04/22 08:10:24 1.6
+++ pkgsrc/databases/postgresql90-server/Attic/PLIST 2011/09/27 11:04:42 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.6 2011/04/22 08:10:24 adam Exp $ 1@comment $NetBSD: PLIST,v 1.7 2011/09/27 11:04:42 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.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
@@ -21,36 +21,40 @@ ${PG_SUBPREFIX}lib/postgresql/utf8_and_e @@ -21,36 +21,40 @@ ${PG_SUBPREFIX}lib/postgresql/utf8_and_e
21${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_jp.so 21${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_jp.so
22${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_kr.so 22${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_kr.so
23${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_tw.so 23${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_tw.so
24${PG_SUBPREFIX}lib/postgresql/utf8_and_gb18030.so 24${PG_SUBPREFIX}lib/postgresql/utf8_and_gb18030.so
25${PG_SUBPREFIX}lib/postgresql/utf8_and_gbk.so 25${PG_SUBPREFIX}lib/postgresql/utf8_and_gbk.so
26${PG_SUBPREFIX}lib/postgresql/utf8_and_iso8859.so 26${PG_SUBPREFIX}lib/postgresql/utf8_and_iso8859.so
27${PG_SUBPREFIX}lib/postgresql/utf8_and_iso8859_1.so 27${PG_SUBPREFIX}lib/postgresql/utf8_and_iso8859_1.so
28${PG_SUBPREFIX}lib/postgresql/utf8_and_johab.so 28${PG_SUBPREFIX}lib/postgresql/utf8_and_johab.so
29${PG_SUBPREFIX}lib/postgresql/utf8_and_sjis.so 29${PG_SUBPREFIX}lib/postgresql/utf8_and_sjis.so
30${PG_SUBPREFIX}lib/postgresql/utf8_and_sjis2004.so 30${PG_SUBPREFIX}lib/postgresql/utf8_and_sjis2004.so
31${PG_SUBPREFIX}lib/postgresql/utf8_and_uhc.so 31${PG_SUBPREFIX}lib/postgresql/utf8_and_uhc.so
32${PG_SUBPREFIX}lib/postgresql/utf8_and_win.so 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/cs/LC_MESSAGES/plpgsql-9.0.mo
34${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/plpgsql-9.0.mo 35${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/plpgsql-9.0.mo
35${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/postgres-9.0.mo 36${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/postgres-9.0.mo
36${PG_SUBPREFIX}share/locale/es/LC_MESSAGES/plpgsql-9.0.mo 37${PG_SUBPREFIX}share/locale/es/LC_MESSAGES/plpgsql-9.0.mo
37${PG_SUBPREFIX}share/locale/es/LC_MESSAGES/postgres-9.0.mo 38${PG_SUBPREFIX}share/locale/es/LC_MESSAGES/postgres-9.0.mo
38${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/plpgsql-9.0.mo 39${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/plpgsql-9.0.mo
39${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/postgres-9.0.mo 40${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/postgres-9.0.mo
40${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/plpgsql-9.0.mo 41${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/plpgsql-9.0.mo
41${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/plpgsql-9.0.mo 42${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/plpgsql-9.0.mo
42${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/postgres-9.0.mo 43${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/postgres-9.0.mo
43${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/plpgsql-9.0.mo 44${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/plpgsql-9.0.mo
 45${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/postgres-9.0.mo
 46${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/plpgsql-9.0.mo
 47${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/postgres-9.0.mo
44${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/plpgsql-9.0.mo 48${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 49${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/postgres-9.0.mo
46${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/plpgsql-9.0.mo 50${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/plpgsql-9.0.mo
47${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/plpgsql-9.0.mo 51${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/plpgsql-9.0.mo
48${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/postgres-9.0.mo 52${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/postgres-9.0.mo
49${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/plpgsql-9.0.mo 53${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 54${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/postgres-9.0.mo
51${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/plpgsql-9.0.mo 55${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 56${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/postgres-9.0.mo
53${PG_SUBPREFIX}share/postgresql/conversion_create.sql 57${PG_SUBPREFIX}share/postgresql/conversion_create.sql
54${PG_SUBPREFIX}share/postgresql/information_schema.sql 58${PG_SUBPREFIX}share/postgresql/information_schema.sql
55${PG_SUBPREFIX}share/postgresql/pg_hba.conf.sample 59${PG_SUBPREFIX}share/postgresql/pg_hba.conf.sample
56${PG_SUBPREFIX}share/postgresql/pg_ident.conf.sample 60${PG_SUBPREFIX}share/postgresql/pg_ident.conf.sample
@@ -78,26 +82,27 @@ ${PG_SUBPREFIX}share/postgresql/timezone @@ -78,26 +82,27 @@ ${PG_SUBPREFIX}share/postgresql/timezone
78${PG_SUBPREFIX}share/postgresql/timezone/Africa/Cairo 82${PG_SUBPREFIX}share/postgresql/timezone/Africa/Cairo
79${PG_SUBPREFIX}share/postgresql/timezone/Africa/Casablanca 83${PG_SUBPREFIX}share/postgresql/timezone/Africa/Casablanca
80${PG_SUBPREFIX}share/postgresql/timezone/Africa/Ceuta 84${PG_SUBPREFIX}share/postgresql/timezone/Africa/Ceuta
81${PG_SUBPREFIX}share/postgresql/timezone/Africa/Conakry 85${PG_SUBPREFIX}share/postgresql/timezone/Africa/Conakry
82${PG_SUBPREFIX}share/postgresql/timezone/Africa/Dakar 86${PG_SUBPREFIX}share/postgresql/timezone/Africa/Dakar
83${PG_SUBPREFIX}share/postgresql/timezone/Africa/Dar_es_Salaam 87${PG_SUBPREFIX}share/postgresql/timezone/Africa/Dar_es_Salaam
84${PG_SUBPREFIX}share/postgresql/timezone/Africa/Djibouti 88${PG_SUBPREFIX}share/postgresql/timezone/Africa/Djibouti
85${PG_SUBPREFIX}share/postgresql/timezone/Africa/Douala 89${PG_SUBPREFIX}share/postgresql/timezone/Africa/Douala
86${PG_SUBPREFIX}share/postgresql/timezone/Africa/El_Aaiun 90${PG_SUBPREFIX}share/postgresql/timezone/Africa/El_Aaiun
87${PG_SUBPREFIX}share/postgresql/timezone/Africa/Freetown 91${PG_SUBPREFIX}share/postgresql/timezone/Africa/Freetown
88${PG_SUBPREFIX}share/postgresql/timezone/Africa/Gaborone 92${PG_SUBPREFIX}share/postgresql/timezone/Africa/Gaborone
89${PG_SUBPREFIX}share/postgresql/timezone/Africa/Harare 93${PG_SUBPREFIX}share/postgresql/timezone/Africa/Harare
90${PG_SUBPREFIX}share/postgresql/timezone/Africa/Johannesburg 94${PG_SUBPREFIX}share/postgresql/timezone/Africa/Johannesburg
 95${PG_SUBPREFIX}share/postgresql/timezone/Africa/Juba
91${PG_SUBPREFIX}share/postgresql/timezone/Africa/Kampala 96${PG_SUBPREFIX}share/postgresql/timezone/Africa/Kampala
92${PG_SUBPREFIX}share/postgresql/timezone/Africa/Khartoum 97${PG_SUBPREFIX}share/postgresql/timezone/Africa/Khartoum
93${PG_SUBPREFIX}share/postgresql/timezone/Africa/Kigali 98${PG_SUBPREFIX}share/postgresql/timezone/Africa/Kigali
94${PG_SUBPREFIX}share/postgresql/timezone/Africa/Kinshasa 99${PG_SUBPREFIX}share/postgresql/timezone/Africa/Kinshasa
95${PG_SUBPREFIX}share/postgresql/timezone/Africa/Lagos 100${PG_SUBPREFIX}share/postgresql/timezone/Africa/Lagos
96${PG_SUBPREFIX}share/postgresql/timezone/Africa/Libreville 101${PG_SUBPREFIX}share/postgresql/timezone/Africa/Libreville
97${PG_SUBPREFIX}share/postgresql/timezone/Africa/Lome 102${PG_SUBPREFIX}share/postgresql/timezone/Africa/Lome
98${PG_SUBPREFIX}share/postgresql/timezone/Africa/Luanda 103${PG_SUBPREFIX}share/postgresql/timezone/Africa/Luanda
99${PG_SUBPREFIX}share/postgresql/timezone/Africa/Lubumbashi 104${PG_SUBPREFIX}share/postgresql/timezone/Africa/Lubumbashi
100${PG_SUBPREFIX}share/postgresql/timezone/Africa/Lusaka 105${PG_SUBPREFIX}share/postgresql/timezone/Africa/Lusaka
101${PG_SUBPREFIX}share/postgresql/timezone/Africa/Malabo 106${PG_SUBPREFIX}share/postgresql/timezone/Africa/Malabo
102${PG_SUBPREFIX}share/postgresql/timezone/Africa/Maputo 107${PG_SUBPREFIX}share/postgresql/timezone/Africa/Maputo
103${PG_SUBPREFIX}share/postgresql/timezone/Africa/Maseru 108${PG_SUBPREFIX}share/postgresql/timezone/Africa/Maseru
@@ -192,30 +197,32 @@ ${PG_SUBPREFIX}share/postgresql/timezone @@ -192,30 +197,32 @@ ${PG_SUBPREFIX}share/postgresql/timezone
192${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Tell_City 197${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Tell_City
193${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Vevay 198${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Vevay
194${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Vincennes 199${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Vincennes
195${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Winamac 200${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Winamac
196${PG_SUBPREFIX}share/postgresql/timezone/America/Indianapolis 201${PG_SUBPREFIX}share/postgresql/timezone/America/Indianapolis
197${PG_SUBPREFIX}share/postgresql/timezone/America/Inuvik 202${PG_SUBPREFIX}share/postgresql/timezone/America/Inuvik
198${PG_SUBPREFIX}share/postgresql/timezone/America/Iqaluit 203${PG_SUBPREFIX}share/postgresql/timezone/America/Iqaluit
199${PG_SUBPREFIX}share/postgresql/timezone/America/Jamaica 204${PG_SUBPREFIX}share/postgresql/timezone/America/Jamaica
200${PG_SUBPREFIX}share/postgresql/timezone/America/Jujuy 205${PG_SUBPREFIX}share/postgresql/timezone/America/Jujuy
201${PG_SUBPREFIX}share/postgresql/timezone/America/Juneau 206${PG_SUBPREFIX}share/postgresql/timezone/America/Juneau
202${PG_SUBPREFIX}share/postgresql/timezone/America/Kentucky/Louisville 207${PG_SUBPREFIX}share/postgresql/timezone/America/Kentucky/Louisville
203${PG_SUBPREFIX}share/postgresql/timezone/America/Kentucky/Monticello 208${PG_SUBPREFIX}share/postgresql/timezone/America/Kentucky/Monticello
204${PG_SUBPREFIX}share/postgresql/timezone/America/Knox_IN 209${PG_SUBPREFIX}share/postgresql/timezone/America/Knox_IN
 210${PG_SUBPREFIX}share/postgresql/timezone/America/Kralendijk
205${PG_SUBPREFIX}share/postgresql/timezone/America/La_Paz 211${PG_SUBPREFIX}share/postgresql/timezone/America/La_Paz
206${PG_SUBPREFIX}share/postgresql/timezone/America/Lima 212${PG_SUBPREFIX}share/postgresql/timezone/America/Lima
207${PG_SUBPREFIX}share/postgresql/timezone/America/Los_Angeles 213${PG_SUBPREFIX}share/postgresql/timezone/America/Los_Angeles
208${PG_SUBPREFIX}share/postgresql/timezone/America/Louisville 214${PG_SUBPREFIX}share/postgresql/timezone/America/Louisville
 215${PG_SUBPREFIX}share/postgresql/timezone/America/Lower_Princes
209${PG_SUBPREFIX}share/postgresql/timezone/America/Maceio 216${PG_SUBPREFIX}share/postgresql/timezone/America/Maceio
210${PG_SUBPREFIX}share/postgresql/timezone/America/Managua 217${PG_SUBPREFIX}share/postgresql/timezone/America/Managua
211${PG_SUBPREFIX}share/postgresql/timezone/America/Manaus 218${PG_SUBPREFIX}share/postgresql/timezone/America/Manaus
212${PG_SUBPREFIX}share/postgresql/timezone/America/Marigot 219${PG_SUBPREFIX}share/postgresql/timezone/America/Marigot
213${PG_SUBPREFIX}share/postgresql/timezone/America/Martinique 220${PG_SUBPREFIX}share/postgresql/timezone/America/Martinique
214${PG_SUBPREFIX}share/postgresql/timezone/America/Matamoros 221${PG_SUBPREFIX}share/postgresql/timezone/America/Matamoros
215${PG_SUBPREFIX}share/postgresql/timezone/America/Mazatlan 222${PG_SUBPREFIX}share/postgresql/timezone/America/Mazatlan
216${PG_SUBPREFIX}share/postgresql/timezone/America/Mendoza 223${PG_SUBPREFIX}share/postgresql/timezone/America/Mendoza
217${PG_SUBPREFIX}share/postgresql/timezone/America/Menominee 224${PG_SUBPREFIX}share/postgresql/timezone/America/Menominee
218${PG_SUBPREFIX}share/postgresql/timezone/America/Merida 225${PG_SUBPREFIX}share/postgresql/timezone/America/Merida
219${PG_SUBPREFIX}share/postgresql/timezone/America/Metlakatla 226${PG_SUBPREFIX}share/postgresql/timezone/America/Metlakatla
220${PG_SUBPREFIX}share/postgresql/timezone/America/Mexico_City 227${PG_SUBPREFIX}share/postgresql/timezone/America/Mexico_City
221${PG_SUBPREFIX}share/postgresql/timezone/America/Miquelon 228${PG_SUBPREFIX}share/postgresql/timezone/America/Miquelon

cvs diff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90/patches/Attic/patch-ad (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90/patches/Attic/patch-ad 2010/09/21 07:50:46 1.1.1.1
+++ pkgsrc/databases/postgresql90/patches/Attic/patch-ad 2011/09/27 11:04:42 1.2
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1$NetBSD: patch-ad,v 1.1.1.1 2010/09/21 07:50:46 adam Exp $ 1$NetBSD: patch-ad,v 1.2 2011/09/27 11:04:42 adam Exp $
2 2
3--- src/pl/plperl/GNUmakefile.orig 2010-09-21 07:39:30.000000000 +0000 3--- src/pl/plperl/GNUmakefile.orig 2011-09-22 22:00:48.000000000 +0000
4+++ src/pl/plperl/GNUmakefile 4+++ src/pl/plperl/GNUmakefile
5@@ -54,7 +54,6 @@ PSQLDIR = $(bindir) 5@@ -54,7 +54,6 @@ PSQLDIR = $(bindir)
6  6
7 include $(top_srcdir)/src/Makefile.shlib 7 include $(top_srcdir)/src/Makefile.shlib
8  8
9-plperl.o: perlchunks.h plperl_opmask.h 9-plperl.o: perlchunks.h plperl_opmask.h
10  10
11 plperl_opmask.h: plperl_opmask.pl 11 plperl_opmask.h: plperl_opmask.pl
12 $(PERL) $< $@ 12 @if [ x"$(perl_privlibexp)" = x"" ]; then echo "configure switch --with-perl was not specified."; exit 1; fi
13@@ -62,7 +61,7 @@ plperl_opmask.h: plperl_opmask.pl 13@@ -64,7 +63,7 @@ perlchunks.h: $(PERLCHUNKS)
14 perlchunks.h: $(PERLCHUNKS)  14 @if [ x"$(perl_privlibexp)" = x"" ]; then echo "configure switch --with-perl was not specified."; exit 1; fi
15 $(PERL) $(srcdir)/text2macro.pl --strip='^(\#.*|\s*)$$' $^ > $@ 15 $(PERL) $(srcdir)/text2macro.pl --strip='^(\#.*|\s*)$$' $^ > $@
16  16
17-all: all-lib 17-all: all-lib
18+all: perlchunks.h plperl_opmask.h all-lib 18+all: perlchunks.h plperl_opmask.h all-lib
19  19
20 SPI.c: SPI.xs 20 SPI.c: SPI.xs
21 $(PERL) $(perl_privlibexp)/ExtUtils/xsubpp -typemap $(perl_privlibexp)/ExtUtils/typemap $< >$@ 21 @if [ x"$(perl_privlibexp)" = x"" ]; then echo "configure switch --with-perl was not specified."; exit 1; fi