diff options
Diffstat (limited to 'databases/postgresql80-client')
-rw-r--r-- | databases/postgresql80-client/Makefile | 5 | ||||
-rw-r--r-- | databases/postgresql80-client/PLIST | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/databases/postgresql80-client/Makefile b/databases/postgresql80-client/Makefile index 1a29581b91d..2a900c689ab 100644 --- a/databases/postgresql80-client/Makefile +++ b/databases/postgresql80-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2005/10/10 23:29:00 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2005/10/23 20:16:52 jlam Exp $ PKGNAME= postgresql80-client-${BASE_VERS} -PKGREVISION= 3 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql80/Makefile.common" @@ -16,7 +15,7 @@ CONFLICTS+= postgresql80-lib-* CONFLICTS+= postgresql80-docs-* # The thread-safety test in ${WRSRC}/src/tools/thread does not pass on -# NetBSD or DragonFly. +# NetBSD (missing strerror_r) or DragonFly. # .if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" PGSQL_THREAD_SAFETY?= no diff --git a/databases/postgresql80-client/PLIST b/databases/postgresql80-client/PLIST index 24191aba870..f4089e29fb3 100644 --- a/databases/postgresql80-client/PLIST +++ b/databases/postgresql80-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2005/10/10 16:46:02 joerg Exp $ +@comment $NetBSD: PLIST,v 1.8 2005/10/23 20:16:52 jlam Exp $ ${PG_SUBPREFIX}bin/clusterdb ${PG_SUBPREFIX}bin/createdb ${PG_SUBPREFIX}bin/createlang @@ -556,6 +556,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/FAQ_QNX4 ${PG_SUBPREFIX}share/doc/postgresql/FAQ_SCO ${PG_SUBPREFIX}share/doc/postgresql/FAQ_Solaris ${PG_SUBPREFIX}share/doc/postgresql/FAQ_brazilian +${PG_SUBPREFIX}share/doc/postgresql/FAQ_chinese ${PG_SUBPREFIX}share/doc/postgresql/FAQ_czech ${PG_SUBPREFIX}share/doc/postgresql/FAQ_farsi ${PG_SUBPREFIX}share/doc/postgresql/FAQ_french @@ -949,6 +950,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-7.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-8.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-9.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-10.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-11.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-1.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html @@ -958,9 +960,11 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-5.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-6.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-7.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-8.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-9.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-1.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0.html ${PG_SUBPREFIX}share/doc/postgresql/html/release.html ${PG_SUBPREFIX}share/doc/postgresql/html/resources.html |