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 Jun 21 07:10:56 UTC 2017
Modified Files:
pkgsrc/mail/neomutt: Makefile options.mk
Log Message:
Clean up options -- remove ones that are now default-on and not supported
as options any longer.
Remove references to removed mutt_dotlock.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.6 -r1.7 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/Makefile
diff -u pkgsrc/mail/neomutt/Makefile:1.28 pkgsrc/mail/neomutt/Makefile:1.29
--- pkgsrc/mail/neomutt/Makefile:1.28 Wed Jun 14 16:07:12 2017
+++ pkgsrc/mail/neomutt/Makefile Wed Jun 21 07:10:56 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2017/06/14 16:07:12 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2017/06/21 07:10:56 wiz Exp $
DISTNAME= neomutt-20170609
CATEGORIES= mail
@@ -14,12 +14,8 @@ USE_TOOLS+= autoconf automake autorecon
BUILD_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools
-SPECIAL_PERMS+= bin/mutt_dotlock ${REAL_ROOT_USER} mail 2551
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-external-dotlock
-CONFIGURE_ARGS+= --enable-imap
CONFIGURE_ARGS+= --enable-notmuch
-CONFIGURE_ARGS+= --enable-pop
#CONFIGURE_ARGS+= CFLAGS="-g -O0"
EGDIR= ${PREFIX}/share/examples/mutt
Index: pkgsrc/mail/neomutt/options.mk
diff -u pkgsrc/mail/neomutt/options.mk:1.6 pkgsrc/mail/neomutt/options.mk:1.7
--- pkgsrc/mail/neomutt/options.mk:1.6 Sun Mar 12 20:58:20 2017
+++ pkgsrc/mail/neomutt/options.mk Wed Jun 21 07:10:56 2017
@@ -1,20 +1,13 @@
-# $NetBSD: options.mk,v 1.6 2017/03/12 20:58:20 wiz Exp $
-
-# Global and legacy options
+# $NetBSD: options.mk,v 1.7 2017/06/21 07:10:56 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.neomutt
PKG_OPTIONS_REQUIRED_GROUPS= display
PKG_OPTIONS_GROUP.display= slang ncurses ncursesw curses
PKG_SUPPORTED_OPTIONS= debug gpgme gssapi idn ssl smime sasl
-PKG_SUPPORTED_OPTIONS+= mutt-hcache tokyocabinet mutt-smtp
-PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox
-PKG_SUPPORTED_OPTIONS+= mutt-sidebar
-PKG_SUGGESTED_OPTIONS= ncursesw gpgme idn mutt-hcache mutt-smtp sasl smime ssl
+PKG_SUPPORTED_OPTIONS+= mutt-hcache tokyocabinet
+PKG_SUGGESTED_OPTIONS= ncursesw gpgme idn mutt-hcache sasl smime ssl
PKG_SUGGESTED_OPTIONS+= gssapi
-PKG_SUGGESTED_OPTIONS+= mutt-compressed-mbox
-PKG_SUGGESTED_OPTIONS+= mutt-hcache tokyocabinet mutt-smtp
-PKG_SUGGESTED_OPTIONS+= mutt-compressed-mbox
-PKG_SUGGESTED_OPTIONS+= mutt-sidebar
+PKG_SUGGESTED_OPTIONS+= mutt-hcache tokyocabinet
.include "../../mk/bsd.options.mk"
@@ -125,25 +118,8 @@ CONFIGURE_ENV+= BDB_LIB=${BDB_LIBS:S/^-
CONFIGURE_ARGS+= --disable-hcache
.endif
-###
-### Compressed mail boxes
-###
-PLIST_VARS+= compressed_mbox
-.if !empty(PKG_OPTIONS:Mmutt-compressed-mbox)
-CONFIGURE_ARGS+= --enable-compressed
-# add xsltproc to be able to regenerate the documentation
-BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
-BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
-.endif
-
-###
-### Internal SMTP relay support
-###
-.if !empty(PKG_OPTIONS:Mmutt-smtp)
-CONFIGURE_ARGS+= --enable-smtp
-.else
-CONFIGURE_ARGS+= --disable-smtp
-.endif
+#BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+#BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
###
### Internationalized Domain Names
@@ -173,12 +149,3 @@ CONFIGURE_ARGS+= --with-gpgme-prefix=${B
.else
CONFIGURE_ARGS+= --disable-gpgme
.endif
-
-###
-### sidebar support
-###
-.if !empty(PKG_OPTIONS:Mmutt-sidebar)
-CONFIGURE_ARGS+= --enable-sidebar
-.else
-CONFIGURE_ARGS+= --disable-sidebar
-.endif
Home |
Main Index |
Thread Index |
Old Index