pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/imap-uw



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Sep  2 00:52:50 UTC 2018

Modified Files:
        pkgsrc/mail/imap-uw: options.mk

Log Message:
imap-uw: remove conditional logic for netbsd 1.x


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/imap-uw/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/mail/imap-uw/options.mk
diff -u pkgsrc/mail/imap-uw/options.mk:1.8 pkgsrc/mail/imap-uw/options.mk:1.9
--- pkgsrc/mail/imap-uw/options.mk:1.8  Fri Feb 16 22:06:58 2018
+++ pkgsrc/mail/imap-uw/options.mk      Sun Sep  2 00:52:50 2018
@@ -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