summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2003-01-11 02:13:54 +0000
committerjlam <jlam>2003-01-11 02:13:54 +0000
commit6efa6c597a97d04c1bd70ee112c3e4aae018e9b9 (patch)
treeb475024e5bbcd52e9582dba6a6daf71f7bb3dc7c
parentcf6a2e67ea9c1cede4dab3e2c020d8413fcb16fc (diff)
downloadpkgsrc-6efa6c597a97d04c1bd70ee112c3e4aae018e9b9.tar.gz
Install the conversion modules and SQL script for postgresql. Bump the
PKGREVISION of databases/postgresql-server to 1.
-rw-r--r--databases/postgresql-server/Makefile4
-rw-r--r--databases/postgresql-server/PLIST29
-rw-r--r--doc/CHANGES3
3 files changed, 33 insertions, 3 deletions
diff --git a/databases/postgresql-server/Makefile b/databases/postgresql-server/Makefile
index 834b03e7232..9055ce51622 100644
--- a/databases/postgresql-server/Makefile
+++ b/databases/postgresql-server/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2003/01/05 20:12:27 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2003/01/11 02:13:54 jlam Exp $
PKGNAME= postgresql-server-${BASE_VERS}
+PKGREVISION= 1
COMMENT= PostgreSQL database server programs
DEPENDS+= postgresql-client>=${BASE_VERS}:../../databases/postgresql-client
@@ -12,6 +13,7 @@ NOT_FOR_PLATFORM= *-*-mips
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
BUILD_DIRS= ${WRKSRC}/src/backend
+BUILD_DIRS+= ${WRKSRC}/src/backend/utils/mb/conversion_procs
.if defined(USE_PAM)
. include "../../security/PAM/buildlink2.mk"
diff --git a/databases/postgresql-server/PLIST b/databases/postgresql-server/PLIST
index 7cbb75391d2..ee3b82e0994 100644
--- a/databases/postgresql-server/PLIST
+++ b/databases/postgresql-server/PLIST
@@ -1,9 +1,36 @@
-@comment $NetBSD: PLIST,v 1.3 2002/04/04 07:41:05 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/01/11 02:13:55 jlam Exp $
bin/postgres
bin/postmaster
etc/rc.d/pgsql
+lib/postgresql/ascii_and_mic.so
+lib/postgresql/cyrillic_and_mic.so
+lib/postgresql/euc_cn_and_mic.so
+lib/postgresql/euc_jp_and_sjis.so
+lib/postgresql/euc_kr_and_mic.so
+lib/postgresql/euc_tw_and_big5.so
+lib/postgresql/latin2_and_win1250.so
+lib/postgresql/latin_and_mic.so
+lib/postgresql/utf8_and_ascii.so
+lib/postgresql/utf8_and_big5.so
+lib/postgresql/utf8_and_cyrillic.so
+lib/postgresql/utf8_and_euc_cn.so
+lib/postgresql/utf8_and_euc_jp.so
+lib/postgresql/utf8_and_euc_kr.so
+lib/postgresql/utf8_and_euc_tw.so
+lib/postgresql/utf8_and_gb18030.so
+lib/postgresql/utf8_and_gbk.so
+lib/postgresql/utf8_and_iso8859.so
+lib/postgresql/utf8_and_iso8859_1.so
+lib/postgresql/utf8_and_johab.so
+lib/postgresql/utf8_and_sjis.so
+lib/postgresql/utf8_and_tcvn.so
+lib/postgresql/utf8_and_uhc.so
+lib/postgresql/utf8_and_win1250.so
+lib/postgresql/utf8_and_win1256.so
+lib/postgresql/utf8_and_win874.so
man/man1/postgres.1
man/man1/postmaster.1
+share/postgresql/conversion_create.sql
share/postgresql/postgres.bki
share/postgresql/postgres.description
share/postgresql/pg_hba.conf.sample
diff --git a/doc/CHANGES b/doc/CHANGES
index d77874a5fcd..1d5f6b017be 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.1085 2003/01/11 00:33:11 taya Exp $
+$NetBSD: CHANGES,v 1.1086 2003/01/11 02:14:55 jlam Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -203,3 +203,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated feh to 1.2.4 [wiz 2003-01-10]
Updated oss to 3.9.7g [jlam 2003-01-10]
Updated mozilla-stable to 1.0.2 [taya 2003-01-11]
+ Updated postgresql-server to 7.3.1nb1 [jlam 2003-01-11]