summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-01-11 02:13:54 +0000
committerjlam <jlam@pkgsrc.org>2003-01-11 02:13:54 +0000
commitc870cd37128d8223bb5d2cb39980954a0fee48d6 (patch)
treeb475024e5bbcd52e9582dba6a6daf71f7bb3dc7c /databases
parente30983a12d9bebc5ec635888f36d39a800ebf1a8 (diff)
downloadpkgsrc-c870cd37128d8223bb5d2cb39980954a0fee48d6.tar.gz
Install the conversion modules and SQL script for postgresql. Bump the
PKGREVISION of databases/postgresql-server to 1.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-server/Makefile4
-rw-r--r--databases/postgresql-server/PLIST29
2 files changed, 31 insertions, 2 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