Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 23:16:50 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441950 - head/databases/postgresql92-server
Message-ID:  <201705282316.v4SNGo0V053478@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 28 23:16:50 2017
New Revision: 441950
URL: https://svnweb.freebsd.org/changeset/ports/441950

Log:
  Fix OPTIONS_DEFAULT: remove NLS which is added by framework
  
  Approved by:	portmgr (blanket)

Modified:
  head/databases/postgresql92-server/Makefile

Modified: head/databases/postgresql92-server/Makefile
==============================================================================
--- head/databases/postgresql92-server/Makefile	Sun May 28 23:16:45 2017	(r441949)
+++ head/databases/postgresql92-server/Makefile	Sun May 28 23:16:50 2017	(r441950)
@@ -110,7 +110,7 @@ OPTIMIZED_CFLAGS_DESC=	Builds with compi
 OPTIONS_DEFINE+=	SSL
 SSL_DESC=	Build with OpenSSL support
 
-OPTIONS_DEFAULT+=	NLS SSL
+OPTIONS_DEFAULT+=	SSL
 .endif # !SLAVE_ONLY
 
 .if defined(CLIENT_ONLY)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705282316.v4SNGo0V053478>