pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/qmail Explicitly buildlink-depend on openssl<1.1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/daefa20b48e3
branches:  trunk
changeset: 316441:daefa20b48e3
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Dec 13 05:01:55 2018 +0000

description:
Explicitly buildlink-depend on openssl<1.1. Fixes build on
NetBSD-current (by adding dependency on security/openssl to get a
sufficiently old version). NFCI elsewhere.

diffstat:

 mail/qmail/options.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1bcbc9460d30 -r daefa20b48e3 mail/qmail/options.mk
--- a/mail/qmail/options.mk     Thu Dec 13 01:05:07 2018 +0000
+++ b/mail/qmail/options.mk     Thu Dec 13 05:01:55 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.59 2018/11/10 16:42:52 schmonz Exp $
+# $NetBSD: options.mk,v 1.60 2018/12/13 05:01:55 schmonz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.qmail
 PKG_SUPPORTED_OPTIONS+=                eai inet6 pam syncdir tls
@@ -79,6 +79,8 @@
 PLIST_VARS+=                   tls
 .if !empty(PKG_OPTIONS:Mtls)
 PLIST.tls=                     yes
+BUILDLINK_API_DEPENDS.openssl+=        openssl<1.1
+BUILDLINK_ABI_DEPENDS.openssl+=        openssl<1.1
 .  include "../../security/openssl/buildlink3.mk"
 CFLAGS+=                       -DTLS=20160918  # NOTE: match what's _in_ the patch
 USE_TOOLS+=                    openssl



Home | Main Index | Thread Index | Old Index