pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail Move the setting of default options out of the se...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ded6a12aa7b
branches:  trunk
changeset: 479109:3ded6a12aa7b
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Aug 05 03:30:16 2004 +0000

description:
Move the setting of default options out of the section that will be deleted
that will be deleted in the future.

diffstat:

 mail/fetchmail/options.mk  |  4 ++--
 mail/mutt-devel/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 36421be8c11c -r 3ded6a12aa7b mail/fetchmail/options.mk
--- a/mail/fetchmail/options.mk Thu Aug 05 03:24:39 2004 +0000
+++ b/mail/fetchmail/options.mk Thu Aug 05 03:30:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2004/08/05 02:31:24 jlam Exp $
+# $NetBSD: options.mk,v 1.2 2004/08/05 03:30:16 jlam Exp $
 
 # Global and legacy options
 .if defined(KERBEROS) && defined(USE_INET6) || defined(FETCHMAIL_USE_SSL)
@@ -14,9 +14,9 @@
 .    endif
 .  endif
 .endif
-PKG_OPTIONS.fetchmail?=        inet6 ssl
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.fetchmail
+PKG_OPTIONS.fetchmail?=        inet6 ssl
 PKG_SUPPORTED_OPTIONS= inet6 kerberos4 ssl
 .include "../../mk/bsd.options.mk"
 
diff -r 36421be8c11c -r 3ded6a12aa7b mail/mutt-devel/options.mk
--- a/mail/mutt-devel/options.mk        Thu Aug 05 03:24:39 2004 +0000
+++ b/mail/mutt-devel/options.mk        Thu Aug 05 03:30:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2004/08/05 03:04:33 jlam Exp $
+# $NetBSD: options.mk,v 1.2 2004/08/05 03:30:16 jlam Exp $
 
 # Global and legacy options
 .if defined(MUTT_USE_SLANG) || defined(MUTT_USE_NCURSES) || \
@@ -18,9 +18,9 @@
 .    endif
 .  endif
 .endif
-PKG_OPTIONS.mutt?=     ssl
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mutt
+PKG_OPTIONS.mutt?=     ssl
 PKG_SUPPORTED_OPTIONS= slang ncurses ssl sasl
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index