pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/znc



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 18 15:19:20 UTC 2019

Modified Files:
        pkgsrc/chat/znc: options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/znc/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/znc/options.mk
diff -u pkgsrc/chat/znc/options.mk:1.1 pkgsrc/chat/znc/options.mk:1.2
--- pkgsrc/chat/znc/options.mk:1.1      Sun Dec 16 02:05:23 2018
+++ pkgsrc/chat/znc/options.mk  Tue Jun 18 15:19:20 2019
@@ -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 @@ PLIST_SRC+=           PLIST.python
 .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