pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql11 postgresql11: fix nls option su...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41d2be3b5d12
branches:  trunk
changeset: 342749:41d2be3b5d12
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Fri Oct 25 08:00:46 2019 +0000

description:
postgresql11: fix nls option support

diffstat:

 databases/postgresql11/Makefile.common |  6 +-----
 databases/postgresql11/options.mk      |  4 ++--
 2 files changed, 3 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r d3f9cbab7eb3 -r 41d2be3b5d12 databases/postgresql11/Makefile.common
--- a/databases/postgresql11/Makefile.common    Fri Oct 25 07:16:28 2019 +0000
+++ b/databases/postgresql11/Makefile.common    Fri Oct 25 08:00:46 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2019/10/25 04:39:18 triaxx Exp $
+# $NetBSD: Makefile.common,v 1.9 2019/10/25 08:00:46 triaxx Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -37,7 +37,6 @@
 COMMON_FILESDIR?=      ${.CURDIR}/../../databases/postgresql11/files
 PATCHDIR?=             ${.CURDIR}/../../databases/postgresql11/patches
 
-USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            bison gmake lex
 PKG_SYSCONFSUBDIR=     postgresql
 
@@ -68,9 +67,6 @@
 CONFIGURE_ARGS+=       --without-python
 CONFIGURE_ARGS+=       --without-tcl
 
-# avoid pointing to a wrapper
-CONFIGURE_ENV+=                MSGFMT=${TOOLS_PATH.msgfmt}
-
 # sys/ucred.h shouldn't be included on Solaris, causes conflicts between
 # procfs and largefile.
 CONFIGURE_ENV.SunOS+=  ac_cv_header_sys_ucred_h=no
diff -r d3f9cbab7eb3 -r 41d2be3b5d12 databases/postgresql11/options.mk
--- a/databases/postgresql11/options.mk Fri Oct 25 07:16:28 2019 +0000
+++ b/databases/postgresql11/options.mk Fri Oct 25 08:00:46 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.4 2019/10/25 07:15:40 triaxx Exp $
+# $NetBSD: options.mk,v 1.5 2019/10/25 08:00:46 triaxx Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.postgresql11
-PKG_SUPPORTED_OPTIONS= bonjour dtrace icu llvm gssapi ldap pam
+PKG_SUPPORTED_OPTIONS= bonjour dtrace icu llvm gssapi ldap nls pam
 PKG_SUGGESTED_OPTIONS= gssapi nls
 
 PLIST_VARS+=           llvm nls



Home | Main Index | Thread Index | Old Index