summaryrefslogtreecommitdiff
path: root/mail/sendmail/options.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-03-28 09:39:56 +0000
committerjlam <jlam@pkgsrc.org>2005-03-28 09:39:56 +0000
commite8b16d2e6ef064fdbdb21aac700820ea155a78f6 (patch)
tree5d91fd966c8e45560c66a1bcaeac4915342fbba0 /mail/sendmail/options.mk
parentb824fe959cb5b63ddaa0e05a24089c9684cacaf5 (diff)
downloadpkgsrc-e8b16d2e6ef064fdbdb21aac700820ea155a78f6.tar.gz
Remove security/cyrus-sasl and security/cy-login. These packages
tracked the Cyrus SASL 1.5.x releases, which are no longer maintained. Adjust packages to use security/cyrus-sasl2 instead for SASL support. This closes PR pkg/28218 and PR pkg/29736.
Diffstat (limited to 'mail/sendmail/options.mk')
-rw-r--r--mail/sendmail/options.mk16
1 files changed, 3 insertions, 13 deletions
diff --git a/mail/sendmail/options.mk b/mail/sendmail/options.mk
index 8a6d258c469..98facd7a9ab 100644
--- a/mail/sendmail/options.mk
+++ b/mail/sendmail/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.4 2005/01/02 11:59:36 adrianp Exp $
+# $NetBSD: options.mk,v 1.5 2005/03/28 09:39:57 jlam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.sendmail
-PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl sasl2 starttls tcpwrappers \
+PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl starttls tcpwrappers \
socketmap
.if !defined(PKG_OPTIONS.sendmail)
@@ -11,14 +11,6 @@ PKG_DEFAULT_OPTIONS+= tcpwrappers
.include "../../mk/bsd.options.mk"
###
-### Can't support SASLv1 and SASLv2
-###
-.if !empty(PKG_OPTIONS:Msasl) && !empty(PKG_OPTIONS:Msasl2)
-PKG_FAIL_REASON+= "SASLv1 and SASLv2 cannot both be compiled in." \
- "Please change ${PKG_OPTIONS_VAR} to one or the other."
-.endif
-
-###
### Berkeley DB version 2/4 format for on disk databases e.g. aliases
###
.if !empty(PKG_OPTIONS:Mdb2)
@@ -38,9 +30,7 @@ PKG_FAIL_REASON+= "SASLv1 and SASLv2 cannot both be compiled in." \
### Use SASL/v2 for SMTP AUTH
###
.if !empty(PKG_OPTIONS:Msasl)
-. include "../../security/cyrus-sasl/buildlink3.mk"
-. elif !empty(PKG_OPTIONS:Msasl2)
-. include "../../security/cyrus-sasl2/buildlink3.mk"
+. include "../../security/cyrus-sasl2/buildlink3.mk"
.endif
###