pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/qmail
Module Name: pkgsrc
Committed By: schmonz
Date: Thu Dec 13 05:01:55 UTC 2018
Modified Files:
pkgsrc/mail/qmail: options.mk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/mail/qmail/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/qmail/options.mk
diff -u pkgsrc/mail/qmail/options.mk:1.59 pkgsrc/mail/qmail/options.mk:1.60
--- pkgsrc/mail/qmail/options.mk:1.59 Sat Nov 10 16:42:52 2018
+++ pkgsrc/mail/qmail/options.mk Thu Dec 13 05:01:55 2018
@@ -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 @@ SUBST_MESSAGE.load= Setting linker flag
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