pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/conserver8



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Sat Jun  3 01:05:47 UTC 2023

Modified Files:
        pkgsrc/comms/conserver8: options.mk

Log Message:
comms/conserver8: Add gssapi option.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/comms/conserver8/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/comms/conserver8/options.mk
diff -u pkgsrc/comms/conserver8/options.mk:1.6 pkgsrc/comms/conserver8/options.mk:1.7
--- pkgsrc/comms/conserver8/options.mk:1.6      Sun Nov  3 12:04:12 2019
+++ pkgsrc/comms/conserver8/options.mk  Sat Jun  3 01:05:47 2023
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.6 2019/11/03 12:04:12 rillig Exp $
+# $NetBSD: options.mk,v 1.7 2023/06/03 01:05:47 riastradh Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.conserver8
 
 PKG_OPTIONS_OPTIONAL_GROUPS=   connectivity
 PKG_OPTIONS_GROUP.connectivity=        inet6 uds
 
-PKG_SUPPORTED_OPTIONS= pam ssl
+PKG_SUPPORTED_OPTIONS= gssapi pam ssl
 
 PKG_SUGGESTED_OPTIONS= ssl
 
@@ -17,6 +17,11 @@ PKG_SUGGESTED_OPTIONS+=      inet6
 
 .include "../../mk/bsd.options.mk"
 
+.if !empty(PKG_OPTIONS:Mgssapi)
+.  include "../../mk/krb5.buildlink3.mk"
+CONFIGURE_ARGS+=       --with-gssapi
+.endif
+
 .if !empty(PKG_OPTIONS:Mpam)
 .  include "../../mk/pam.buildlink3.mk"
 CONFIGURE_ARGS+=       --with-pam



Home | Main Index | Thread Index | Old Index