pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mail-notification Set PKG_DEFAULT_OPTIONS to ssl....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5ba04b88ec4
branches:  trunk
changeset: 509887:b5ba04b88ec4
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Mar 17 16:09:44 2006 +0000

description:
Set PKG_DEFAULT_OPTIONS to ssl.  It violates the Principle of Least
Astonishment that programs build w/o ssl support by default, and it's
nearly inconceivable that someone would have all the gnome stuff this
needs and not ssl.  Works with remote imaps (dovecot) on current/i386.
PGKREVISION++.

Perhaps ssl should globally default to yes, like inet6.

diffstat:

 mail/mail-notification/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 1b7bf4aeeb5d -r b5ba04b88ec4 mail/mail-notification/Makefile
--- a/mail/mail-notification/Makefile   Fri Mar 17 15:44:45 2006 +0000
+++ b/mail/mail-notification/Makefile   Fri Mar 17 16:09:44 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2006/03/06 00:18:18 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2006/03/17 16:09:44 gdt Exp $
 #
 
 DISTNAME=      mail-notification-2.0
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    mail gnome
 MASTER_SITES=  http://savannah.nongnu.org/download/mailnotify/
 
@@ -27,6 +27,7 @@
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mail-notification
 PKG_SUPPORTED_OPTIONS= inet6 sasl ssl
+PKG_DEFAULT_OPTIONS=   ssl
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index