pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/nmh



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed Nov 22 08:42:24 UTC 2017

Modified Files:
        pkgsrc/mail/nmh: options.mk

Log Message:
nmh: If the `tls' option isn't requested pass `--without-tls' to CONFIGURE_ARGS

(Previosly if selected or not *always* `--with-tls' was accidently passed to the
CONFIGURE_ARGS for the `tls' PKG_OPTION)

Pointed out by Joyent SmartOS bulk builds.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/nmh/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/nmh/options.mk
diff -u pkgsrc/mail/nmh/options.mk:1.5 pkgsrc/mail/nmh/options.mk:1.6
--- pkgsrc/mail/nmh/options.mk:1.5      Tue Nov 21 10:32:02 2017
+++ pkgsrc/mail/nmh/options.mk  Wed Nov 22 08:42:24 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2017/11/21 10:32:02 leot Exp $
+# $NetBSD: options.mk,v 1.6 2017/11/22 08:42:24 leot Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.nmh
 PKG_SUPPORTED_OPTIONS=         nmh-backup-hash oauth sasl tls
@@ -33,5 +33,5 @@ CONFIGURE_ARGS+=      --without-cyrus-sasl
 CONFIGURE_ARGS+=       --with-tls
 .include "../../security/openssl/buildlink3.mk"
 .else
-CONFIGURE_ARGS+=       --with-tls
+CONFIGURE_ARGS+=       --without-tls
 .endif



Home | Main Index | Thread Index | Old Index