aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-08-09 21:55:16 +0000
committerCy Schubert <cy@FreeBSD.org>2023-08-09 23:24:40 +0000
commit0b58b7b475e3100adfb3b532f2dfb9505e79bf83 (patch)
treee17e0adc1dd552d5192640652a92ceea69054fda
parent1fa92942aff196b6c72cf9572d05b34dbefefcd4 (diff)
downloadports-0b58b7b475e3100adfb3b532f2dfb9505e79bf83.tar.gz
ports-0b58b7b475e3100adfb3b532f2dfb9505e79bf83.zip
security/krb5*: Disable NLS when option is deselected
When the NLS option is deselected, ./configure reverts to enable_nls=check. As some prerequisites do require NLS, NLS is always enabled even when deslected. This ensures that when NLS is not wanted, that it is not used, regardless of its install status.
-rw-r--r--security/krb5-119/Makefile1
-rw-r--r--security/krb5-120/Makefile1
-rw-r--r--security/krb5-121/Makefile1
-rw-r--r--security/krb5-devel/Makefile1
4 files changed, 4 insertions, 0 deletions
diff --git a/security/krb5-119/Makefile b/security/krb5-119/Makefile
index 1af0c0d2d3d8..0cd71c5fdfa6 100644
--- a/security/krb5-119/Makefile
+++ b/security/krb5-119/Makefile
@@ -59,6 +59,7 @@ LMDB_CONFIGURE_WITH= lmdb
LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb
LMDB_IMPLIES= LDAP
NLS_USES= gettext
+NLS_CONFIGURE_OFF= --disable-nls
READLINE_USES= readline
READLINE_CONFIGURE_WITH=readline
LIBEDIT_USES= libedit
diff --git a/security/krb5-120/Makefile b/security/krb5-120/Makefile
index 2faf994efdfb..d2557352ae56 100644
--- a/security/krb5-120/Makefile
+++ b/security/krb5-120/Makefile
@@ -53,6 +53,7 @@ LMDB_CONFIGURE_WITH= lmdb
LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb
LMDB_IMPLIES= LDAP
NLS_USES= gettext
+NLS_CONFIGURE_OFF= --disable-nls
READLINE_USES= readline
READLINE_CONFIGURE_WITH=readline
LIBEDIT_USES= libedit
diff --git a/security/krb5-121/Makefile b/security/krb5-121/Makefile
index 9e0d61a1e323..3338cd4fbe6f 100644
--- a/security/krb5-121/Makefile
+++ b/security/krb5-121/Makefile
@@ -53,6 +53,7 @@ LMDB_CONFIGURE_WITH= lmdb
LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb
LMDB_IMPLIES= LDAP
NLS_USES= gettext
+NLS_CONFIGURE_OFF= --disable-nls
READLINE_USES= readline
READLINE_CONFIGURE_WITH=readline
LIBEDIT_USES= libedit
diff --git a/security/krb5-devel/Makefile b/security/krb5-devel/Makefile
index 9b30749ada7f..ad7f424f7e98 100644
--- a/security/krb5-devel/Makefile
+++ b/security/krb5-devel/Makefile
@@ -52,6 +52,7 @@ LMDB_CONFIGURE_WITH= lmdb
LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb
LMDB_IMPLIES= LDAP
NLS_USES= gettext
+NLS_CONFIGURE_OFF= --disable-nls
READLINE_USES= readline
READLINE_CONFIGURE_WITH=readline
LIBEDIT_USES= libedit