pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/imap-uw imap-uw: remove conditional logic for net...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8395cf82f1d7
branches: trunk
changeset: 384702:8395cf82f1d7
user: maya <maya%pkgsrc.org@localhost>
date: Sun Sep 02 00:52:50 2018 +0000
description:
imap-uw: remove conditional logic for netbsd 1.x
diffstat:
mail/imap-uw/options.mk | 15 +--------------
1 files changed, 1 insertions(+), 14 deletions(-)
diffs (29 lines):
diff -r 959023944cc9 -r 8395cf82f1d7 mail/imap-uw/options.mk
--- a/mail/imap-uw/options.mk Sat Sep 01 21:57:07 2018 +0000
+++ b/mail/imap-uw/options.mk Sun Sep 02 00:52:50 2018 +0000
@@ -1,24 +1,11 @@
-# $NetBSD: options.mk,v 1.8 2018/02/16 22:06:58 jdolecek Exp $
+# $NetBSD: options.mk,v 1.9 2018/09/02 00:52:50 maya Exp $
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.imap-uw
PKG_SUPPORTED_OPTIONS+= imapuw-cleartextpwd imapuw-whoson inet6 ssl
PKG_SUGGESTED_OPTIONS+= imapuw-cleartextpwd inet6 ssl
-
-# On NetBSD 1.x, using the native Kerberos 5 implementation causes
-# interoperability problems with OpenSSL 0.9.7 and above.
-#
-.if !empty(MACHINE_PLATFORM:MNetBSD-1.*)
-CHECK_BUILTIN.heimdal:= yes
-. include "../../security/heimdal/builtin.mk"
-CHECK_BUILTIN.heimdal:= no
-. if !empty(USE_BUILTIN.heimdal:M[nN][oO])
PKG_SUPPORTED_OPTIONS+= kerberos
-. endif
-.else
-PKG_SUPPORTED_OPTIONS+= kerberos
-.endif
.include "../../mk/bsd.options.mk"
Home |
Main Index |
Thread Index |
Old Index