pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/znc znc: Rename sasl option to sasl-cyrus.
details: https://anonhg.NetBSD.org/pkgsrc/rev/98fa998ccc93
branches: trunk
changeset: 335384:98fa998ccc93
user: nia <nia%pkgsrc.org@localhost>
date: Tue Jun 18 15:19:20 2019 +0000
description:
znc: Rename sasl option to sasl-cyrus.
This option is somewhat confusing currently. This does /not/ control
support for logging in to IRC servers using SASL, which happily works
without the dependency.
diffstat:
chat/znc/options.mk | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 05128cdbaec3 -r 98fa998ccc93 chat/znc/options.mk
--- a/chat/znc/options.mk Tue Jun 18 15:12:43 2019 +0000
+++ b/chat/znc/options.mk Tue Jun 18 15:19:20 2019 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: options.mk,v 1.1 2018/12/16 02:05:23 nia Exp $
+# $NetBSD: options.mk,v 1.2 2019/06/18 15:19:20 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.znc
-PKG_SUPPORTED_OPTIONS= debug inet6 perl python sasl tcl
+PKG_SUPPORTED_OPTIONS= debug inet6 perl python sasl-cyrus tcl
PKG_SUGGESTED_OPTIONS= inet6
+PKG_OPTIONS_LEGACY_OPTS+= sasl:sasl-cyrus
+
.include "../../mk/bsd.options.mk"
# Debug build
@@ -41,7 +43,7 @@
.endif
# Cyrus SASL support
-.if !empty(PKG_OPTIONS:Msasl)
+.if !empty(PKG_OPTIONS:Msasl-cyrus)
.include "../../security/cyrus-sasl/buildlink3.mk"
CONFIGURE_ARGS+= --enable-cyrus
PLIST_SRC+= PLIST.cyrus
Home |
Main Index |
Thread Index |
Old Index