summaryrefslogtreecommitdiff
path: root/databases/postgresql11-server
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2019-10-25 04:39:18 +0000
committertriaxx <triaxx@pkgsrc.org>2019-10-25 04:39:18 +0000
commit6caf50ea5a47dadec9d1c77bbff500dff1c397fc (patch)
tree4e396404774d6ec499933470e1c73dc67da8524c /databases/postgresql11-server
parent270773d13c62989e6af65c64e73448c089419361 (diff)
downloadpkgsrc-6caf50ea5a47dadec9d1c77bbff500dff1c397fc.tar.gz
postgresql11: make nls support optional
Diffstat (limited to 'databases/postgresql11-server')
-rw-r--r--databases/postgresql11-server/Makefile4
-rw-r--r--databases/postgresql11-server/PLIST54
2 files changed, 28 insertions, 30 deletions
diff --git a/databases/postgresql11-server/Makefile b/databases/postgresql11-server/Makefile
index 0b10d59190b..fa0bec9d5ee 100644
--- a/databases/postgresql11-server/Makefile
+++ b/databases/postgresql11-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/02/17 08:26:12 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/10/25 04:39:19 triaxx Exp $
PKGNAME= ${DISTNAME:C/-/11-server-/}
COMMENT= PostgreSQL database server programs
@@ -20,8 +20,6 @@ INSTALL_DIRS+= src/pl
BUILD_DIRS= src/port
BUILD_DIRS+= ${INSTALL_DIRS}
-LIBS.SunOS+= -lintl
-
# PostgreSQL has loadable server-side language modules.
#
# Explicitly set DLOPEN_REQUIRE_PTHREADS to "no" on NetBSD as NetBSD-2.x
diff --git a/databases/postgresql11-server/PLIST b/databases/postgresql11-server/PLIST
index 0b8c072babe..d532fd2d752 100644
--- a/databases/postgresql11-server/PLIST
+++ b/databases/postgresql11-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/02/17 08:26:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/10/25 04:39:19 triaxx Exp $
bin/postgres
bin/postmaster
include/postgresql/server/plpgsql.h
@@ -685,32 +685,32 @@ lib/postgresql/utf8_and_sjis.so
lib/postgresql/utf8_and_sjis2004.so
lib/postgresql/utf8_and_uhc.so
lib/postgresql/utf8_and_win.so
-share/locale/cs/LC_MESSAGES/plpgsql-11.mo
-share/locale/de/LC_MESSAGES/plpgsql-11.mo
-share/locale/de/LC_MESSAGES/postgres-11.mo
-share/locale/es/LC_MESSAGES/plpgsql-11.mo
-share/locale/es/LC_MESSAGES/postgres-11.mo
-share/locale/fr/LC_MESSAGES/plpgsql-11.mo
-share/locale/fr/LC_MESSAGES/postgres-11.mo
-share/locale/it/LC_MESSAGES/plpgsql-11.mo
-share/locale/it/LC_MESSAGES/postgres-11.mo
-share/locale/ja/LC_MESSAGES/plpgsql-11.mo
-share/locale/ja/LC_MESSAGES/postgres-11.mo
-share/locale/ko/LC_MESSAGES/plpgsql-11.mo
-share/locale/ko/LC_MESSAGES/postgres-11.mo
-share/locale/pl/LC_MESSAGES/plpgsql-11.mo
-share/locale/pl/LC_MESSAGES/postgres-11.mo
-share/locale/pt_BR/LC_MESSAGES/plpgsql-11.mo
-share/locale/ro/LC_MESSAGES/plpgsql-11.mo
-share/locale/ru/LC_MESSAGES/plpgsql-11.mo
-share/locale/ru/LC_MESSAGES/postgres-11.mo
-share/locale/sv/LC_MESSAGES/plpgsql-11.mo
-share/locale/sv/LC_MESSAGES/postgres-11.mo
-share/locale/tr/LC_MESSAGES/plpgsql-11.mo
-share/locale/tr/LC_MESSAGES/postgres-11.mo
-share/locale/vi/LC_MESSAGES/plpgsql-11.mo
-share/locale/zh_CN/LC_MESSAGES/plpgsql-11.mo
-share/locale/zh_CN/LC_MESSAGES/postgres-11.mo
+${PLIST.nls}share/locale/cs/LC_MESSAGES/plpgsql-11.mo
+${PLIST.nls}share/locale/de/LC_MESSAGES/plpgsql-11.mo
+${PLIST.nls}share/locale/de/LC_MESSAGES/postgres-11.mo
+${PLIST.nls}share/locale/es/LC_MESSAGES/plpgsql-11.mo
+${PLIST.nls}share/locale/es/LC_MESSAGES/postgres-11.mo
+${PLIST.nls}share/locale/fr/LC_MESSAGES/plpgsql-11.mo
+${PLIST.nls}share/locale/fr/LC_MESSAGES/postgres-11.mo
+${PLIST.nls}share/locale/it/LC_MESSAGES/plpgsql-11.mo
+${PLIST.nls}share/locale/it/LC_MESSAGES/postgres-11.mo
+${PLIST.nls}share/locale/ja/LC_MESSAGES/plpgsql-11.mo
+${PLIST.nls}share/locale/ja/LC_MESSAGES/postgres-11.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/plpgsql-11.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/postgres-11.mo
+${PLIST.nls}share/locale/pl/LC_MESSAGES/plpgsql-11.mo
+${PLIST.nls}share/locale/pl/LC_MESSAGES/postgres-11.mo
+${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/plpgsql-11.mo
+${PLIST.nls}share/locale/ro/LC_MESSAGES/plpgsql-11.mo
+${PLIST.nls}share/locale/ru/LC_MESSAGES/plpgsql-11.mo
+${PLIST.nls}share/locale/ru/LC_MESSAGES/postgres-11.mo
+${PLIST.nls}share/locale/sv/LC_MESSAGES/plpgsql-11.mo
+${PLIST.nls}share/locale/sv/LC_MESSAGES/postgres-11.mo
+${PLIST.nls}share/locale/tr/LC_MESSAGES/plpgsql-11.mo
+${PLIST.nls}share/locale/tr/LC_MESSAGES/postgres-11.mo
+${PLIST.nls}share/locale/vi/LC_MESSAGES/plpgsql-11.mo
+${PLIST.nls}share/locale/zh_CN/LC_MESSAGES/plpgsql-11.mo
+${PLIST.nls}share/locale/zh_CN/LC_MESSAGES/postgres-11.mo
share/postgresql/conversion_create.sql
share/postgresql/errcodes.txt
share/postgresql/extension/plpgsql--1.0.sql