pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/neomutt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 17 13:29:30 UTC 2023

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

Log Message:
neomutt: remove idn option, now unsupported and idn2 is used by default


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/neomutt/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/neomutt/options.mk
diff -u pkgsrc/mail/neomutt/options.mk:1.19 pkgsrc/mail/neomutt/options.mk:1.20
--- pkgsrc/mail/neomutt/options.mk:1.19 Wed Mar 22 20:34:39 2023
+++ pkgsrc/mail/neomutt/options.mk      Wed May 17 13:29:30 2023
@@ -1,12 +1,12 @@
-# $NetBSD: options.mk,v 1.19 2023/03/22 20:34:39 nikita Exp $
+# $NetBSD: options.mk,v 1.20 2023/05/17 13:29:30 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.neomutt
 PKG_OPTIONS_REQUIRED_GROUPS=   display
 PKG_OPTIONS_GROUP.display=     curses ncurses ncursesw
 PKG_SUPPORTED_OPTIONS=         tokyocabinet lmdb
-PKG_SUPPORTED_OPTIONS+=                debug gpgme gssapi idn ssl smime sasl
+PKG_SUPPORTED_OPTIONS+=                debug gpgme gssapi ssl smime sasl
 PKG_SUPPORTED_OPTIONS+=                notmuch lua
-PKG_SUGGESTED_OPTIONS=         gpgme gssapi idn ncursesw sasl smime ssl
+PKG_SUGGESTED_OPTIONS=         gpgme gssapi ncursesw sasl smime ssl
 PKG_SUGGESTED_OPTIONS+=                tokyocabinet notmuch
 
 .include "../../mk/bsd.options.mk"
@@ -112,16 +112,6 @@ CONFIGURE_ENV+=            BDB_LIB=${BDB_LIBS:S/^-
 .endif
 
 ###
-### Internationalized Domain Names
-###
-.if !empty(PKG_OPTIONS:Midn)
-.  include "../../devel/libidn/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-idn=${BUILDLINK_PREFIX.libidn}
-.else
-CONFIGURE_ARGS+=       --disable-idn
-.endif
-
-###
 ### Enable debugging support
 ###
 .if !empty(PKG_OPTIONS:Mdebug)



Home | Main Index | Thread Index | Old Index