Tue Aug 14 16:52:04 2018 UTC ()
postgresql10-server: also build pgoutput plugin; bump revision


(adam)
diff -r1.1 -r1.2 pkgsrc/databases/postgresql10-server/Makefile
diff -r1.5 -r1.6 pkgsrc/databases/postgresql10-server/PLIST

cvs diff -r1.1 -r1.2 pkgsrc/databases/postgresql10-server/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10-server/Attic/Makefile 2017/10/23 20:33:50 1.1
+++ pkgsrc/databases/postgresql10-server/Attic/Makefile 2018/08/14 16:52:04 1.2
@@ -1,27 +1,29 @@ @@ -1,27 +1,29 @@
1# $NetBSD: Makefile,v 1.1 2017/10/23 20:33:50 adam Exp $ 1# $NetBSD: Makefile,v 1.2 2018/08/14 16:52:04 adam Exp $
2 2
 3PKGREVISION= 1
3PKGNAME= ${DISTNAME:C/-/10-server-/} 4PKGNAME= ${DISTNAME:C/-/10-server-/}
4COMMENT= PostgreSQL database server programs 5COMMENT= PostgreSQL database server programs
5 6
6# mips has no TAS implementation 7# mips has no TAS implementation
7BROKEN_ON_PLATFORM= *-*-mips 8BROKEN_ON_PLATFORM= *-*-mips
8 9
9.include "../../databases/postgresql10/Makefile.common" 10.include "../../databases/postgresql10/Makefile.common"
10 11
11CONFIGURE_ARGS+= --with-openssl 12CONFIGURE_ARGS+= --with-openssl
12 13
13INSTALL_DIRS= src/backend 14INSTALL_DIRS= src/backend
14INSTALL_DIRS+= src/backend/replication/libpqwalreceiver 15INSTALL_DIRS+= src/backend/replication/libpqwalreceiver
 16INSTALL_DIRS+= src/backend/replication/pgoutput
15INSTALL_DIRS+= src/backend/utils/mb/conversion_procs 17INSTALL_DIRS+= src/backend/utils/mb/conversion_procs
16INSTALL_DIRS+= src/backend/snowball 18INSTALL_DIRS+= src/backend/snowball
17INSTALL_DIRS+= src/timezone 19INSTALL_DIRS+= src/timezone
18INSTALL_DIRS+= src/pl 20INSTALL_DIRS+= src/pl
19BUILD_DIRS= src/port 21BUILD_DIRS= src/port
20BUILD_DIRS+= ${INSTALL_DIRS} 22BUILD_DIRS+= ${INSTALL_DIRS}
21 23
22LIBS.SunOS+= -lintl 24LIBS.SunOS+= -lintl
23 25
24# PostgreSQL has loadable server-side language modules. 26# PostgreSQL has loadable server-side language modules.
25# 27#
26# Explicitly set DLOPEN_REQUIRE_PTHREADS to "no" on NetBSD as NetBSD-2.x 28# Explicitly set DLOPEN_REQUIRE_PTHREADS to "no" on NetBSD as NetBSD-2.x
27# had problems with mixing dlopen() and pthreads, which blows up in 29# had problems with mixing dlopen() and pthreads, which blows up in

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

--- pkgsrc/databases/postgresql10-server/Attic/PLIST 2018/06/02 13:14:30 1.5
+++ pkgsrc/databases/postgresql10-server/Attic/PLIST 2018/08/14 16:52:04 1.6
@@ -1,28 +1,29 @@ @@ -1,28 +1,29 @@
1@comment $NetBSD: PLIST,v 1.5 2018/06/02 13:14:30 prlw1 Exp $ 1@comment $NetBSD: PLIST,v 1.6 2018/08/14 16:52:04 adam Exp $
2bin/postgres 2bin/postgres
3bin/postmaster 3bin/postmaster
4include/postgresql/server/plpgsql.h 4include/postgresql/server/plpgsql.h
5lib/postgresql/ascii_and_mic.so 5lib/postgresql/ascii_and_mic.so
6lib/postgresql/cyrillic_and_mic.so 6lib/postgresql/cyrillic_and_mic.so
7lib/postgresql/dict_snowball.so 7lib/postgresql/dict_snowball.so
8lib/postgresql/euc2004_sjis2004.so 8lib/postgresql/euc2004_sjis2004.so
9lib/postgresql/euc_cn_and_mic.so 9lib/postgresql/euc_cn_and_mic.so
10lib/postgresql/euc_jp_and_sjis.so 10lib/postgresql/euc_jp_and_sjis.so
11lib/postgresql/euc_kr_and_mic.so 11lib/postgresql/euc_kr_and_mic.so
12lib/postgresql/euc_tw_and_big5.so 12lib/postgresql/euc_tw_and_big5.so
13lib/postgresql/latin2_and_win1250.so 13lib/postgresql/latin2_and_win1250.so
14lib/postgresql/latin_and_mic.so 14lib/postgresql/latin_and_mic.so
15lib/postgresql/libpqwalreceiver.so 15lib/postgresql/libpqwalreceiver.so
 16lib/postgresql/pgoutput.so
16lib/postgresql/plpgsql.so 17lib/postgresql/plpgsql.so
17lib/postgresql/utf8_and_ascii.so 18lib/postgresql/utf8_and_ascii.so
18lib/postgresql/utf8_and_big5.so 19lib/postgresql/utf8_and_big5.so
19lib/postgresql/utf8_and_cyrillic.so 20lib/postgresql/utf8_and_cyrillic.so
20lib/postgresql/utf8_and_euc2004.so 21lib/postgresql/utf8_and_euc2004.so
21lib/postgresql/utf8_and_euc_cn.so 22lib/postgresql/utf8_and_euc_cn.so
22lib/postgresql/utf8_and_euc_jp.so 23lib/postgresql/utf8_and_euc_jp.so
23lib/postgresql/utf8_and_euc_kr.so 24lib/postgresql/utf8_and_euc_kr.so
24lib/postgresql/utf8_and_euc_tw.so 25lib/postgresql/utf8_and_euc_tw.so
25lib/postgresql/utf8_and_gb18030.so 26lib/postgresql/utf8_and_gb18030.so
26lib/postgresql/utf8_and_gbk.so 27lib/postgresql/utf8_and_gbk.so
27lib/postgresql/utf8_and_iso8859.so 28lib/postgresql/utf8_and_iso8859.so
28lib/postgresql/utf8_and_iso8859_1.so 29lib/postgresql/utf8_and_iso8859_1.so