pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/claws-mail



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Nov 27 14:25:57 UTC 2019

Modified Files:
        pkgsrc/mail/claws-mail: Makefile.common

Log Message:
claws-mail: Disable new plugins by default


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/mail/claws-mail/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/claws-mail/Makefile.common
diff -u pkgsrc/mail/claws-mail/Makefile.common:1.21 pkgsrc/mail/claws-mail/Makefile.common:1.22
--- pkgsrc/mail/claws-mail/Makefile.common:1.21 Tue Nov 26 19:13:25 2019
+++ pkgsrc/mail/claws-mail/Makefile.common      Wed Nov 27 14:25:56 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2019/11/26 19:13:25 nia Exp $
+# $NetBSD: Makefile.common,v 1.22 2019/11/27 14:25:56 nia Exp $
 
 # used by mail/claws-mail/plugins.mk
 
@@ -45,14 +45,20 @@ CONFIGURE_ARGS+=    --disable-bsfilter-plug
 CONFIGURE_ARGS+=       --disable-clamd-plugin
 CONFIGURE_ARGS+=       --disable-fancy-plugin
 CONFIGURE_ARGS+=       --disable-fetchinfo-plugin
+CONFIGURE_ARGS+=       --disable-gdata-plugin
+CONFIGURE_ARGS+=       --disable-litehtml_viewer-plugin
 CONFIGURE_ARGS+=       --disable-mailmbox-plugin
 CONFIGURE_ARGS+=       --disable-managesieve-plugin
 CONFIGURE_ARGS+=       --disable-newmail-plugin
 CONFIGURE_ARGS+=       --disable-notification-plugin
+CONFIGURE_ARGS+=       --disable-pdf_viewer-plugin
+CONFIGURE_ARGS+=       --disable-python-plugin
 CONFIGURE_ARGS+=       --disable-rssyl-plugin
+CONFIGURE_ARGS+=       --disable-smime-plugin
 CONFIGURE_ARGS+=       --disable-spam_report-plugin
 CONFIGURE_ARGS+=       --disable-tnef_parse-plugin
 CONFIGURE_ARGS+=       --disable-perl-plugin
+CONFIGURE_ARGS+=       --disable-vcalendar-plugin
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../mail/libetpan/buildlink3.mk"



Home | Main Index | Thread Index | Old Index