Module Name: pkgsrc
Committed By: mef
Date: Sat Jan 31 15:23:40 UTC 2026
Modified Files:
pkgsrc/mail/imap-uw: options.mk
Log Message:
(mail/imap-uw) Fix build on NetBSD/9.4 for openssl 3.0
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/mail/imap-uw/options.mk:1.11
--- pkgsrc/mail/imap-uw/options.mk:1.10 Tue Nov 11 20:40:56 2025
+++ pkgsrc/mail/imap-uw/options.mk Sat Jan 31 15:23:40 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2025/11/11 20:40:56 vins Exp $
+# $NetBSD: options.mk,v 1.11 2026/01/31 15:23:40 mef Exp $
.include "../../mk/bsd.prefs.mk"
@@ -44,6 +44,7 @@ CFLAGS+= -DUSE_WHOSON
###
.if !empty(PKG_OPTIONS:Mssl)
. include "../../security/openssl/buildlink3.mk"
+BUILDLINK_API_DEPENDS.openssl+= openssl>=3.0
. if !empty(PKG_OPTIONS:Mimapuw-cleartextpwd)
MAKE_FLAGS+= SSLTYPE=unix # plaintext auth
. else