pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql12 postgresql12: make nls option o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3f9cbab7eb3
branches:  trunk
changeset: 342748:d3f9cbab7eb3
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Fri Oct 25 07:16:28 2019 +0000

description:
postgresql12: make nls option on by default

diffstat:

 databases/postgresql12/options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r f08eb8974fb1 -r d3f9cbab7eb3 databases/postgresql12/options.mk
--- a/databases/postgresql12/options.mk Fri Oct 25 07:15:40 2019 +0000
+++ b/databases/postgresql12/options.mk Fri Oct 25 07:16:28 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2019/10/24 07:57:13 triaxx Exp $
+# $NetBSD: options.mk,v 1.3 2019/10/25 07:16:28 triaxx Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.postgresql12
-PKG_SUPPORTED_OPTIONS= bonjour dtrace icu llvm gssapi ldap nls pam
-PKG_SUGGESTED_OPTIONS= gssapi
+PKG_SUPPORTED_OPTIONS= bonjour dtrace icu llvm gssapi ldap pam
+PKG_SUGGESTED_OPTIONS= gssapi nls
 
 PLIST_VARS+=           llvm nls
 



Home | Main Index | Thread Index | Old Index