From e17ce1f9e4f995a38a5cefd737e2d75637619e3a Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 14 Oct 2019 16:06:01 +0000 Subject: mail/rspamd: - Update to 2.0 - Add upstream patches to fix crash due to constructors init order - Remove sample configuration files as default configuration files are NOT intended for modification by users and SHOULD be overwritten on port upgrade. - Remove NO_SHARED CMake flag as it is on by default - Add notes to UPDATING mail/rspamd-devel: - Update to 2.1.a1.20191014 - Remove sample configuration files as default configuration files are NOT intended for modification by users and SHOULD be overwritten on port upgrade. - Add notes to UPDATING PR: 241204 Submitted by: Alexander Moisseev Reported by: Yasuhiro KIMURA --- mail/rspamd-devel/files/patch-CMakeLists.txt | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 mail/rspamd-devel/files/patch-CMakeLists.txt (limited to 'mail/rspamd-devel/files/patch-CMakeLists.txt') diff --git a/mail/rspamd-devel/files/patch-CMakeLists.txt b/mail/rspamd-devel/files/patch-CMakeLists.txt deleted file mode 100644 index 16f3b66bf9ea..000000000000 --- a/mail/rspamd-devel/files/patch-CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ ---- CMakeLists.txt.orig 2019-08-16 17:34:47 UTC -+++ CMakeLists.txt -@@ -1235,6 +1235,21 @@ ENDFOREACH(CONF_FILE) - SET(MAIN_CONF "conf/rspamd.conf") - IF(BUILD_PORT) - INSTALL_IF_NOT_EXISTS(${MAIN_CONF} ${CONFDIR} "rspamd.conf" ".sample") -+ INSTALL_IF_NOT_EXISTS("conf/actions.conf" ${CONFDIR} "actions.conf" ".sample") -+ INSTALL_IF_NOT_EXISTS("conf/cgp.inc" ${CONFDIR} "cgp.inc" ".sample") -+ INSTALL_IF_NOT_EXISTS("conf/common.conf" ${CONFDIR} "common.conf" ".sample") -+ INSTALL_IF_NOT_EXISTS("conf/groups.conf" ${CONFDIR} "groups.conf" ".sample") -+ INSTALL_IF_NOT_EXISTS("conf/logging.inc" ${CONFDIR} "logging.inc" ".sample") -+ INSTALL_IF_NOT_EXISTS("conf/options.inc" ${CONFDIR} "options.inc" ".sample") -+ INSTALL_IF_NOT_EXISTS("conf/worker-controller.inc" ${CONFDIR} "worker-controller.inc" ".sample") -+ INSTALL_IF_NOT_EXISTS("conf/worker-fuzzy.inc" ${CONFDIR} "worker-fuzzy.inc" ".sample") -+ INSTALL_IF_NOT_EXISTS("conf/worker-normal.inc" ${CONFDIR} "worker-normal.inc" ".sample") -+ INSTALL_IF_NOT_EXISTS("conf/worker-proxy.inc" ${CONFDIR} "worker-proxy.inc" ".sample") -+ INSTALL_IF_NOT_EXISTS("conf/composites.conf" ${CONFDIR} "composites.conf" ".sample") -+ INSTALL_IF_NOT_EXISTS("conf/metrics.conf" ${CONFDIR} "metrics.conf" ".sample") -+ INSTALL_IF_NOT_EXISTS("conf/modules.conf" ${CONFDIR} "modules.conf" ".sample") -+ INSTALL_IF_NOT_EXISTS("conf/settings.conf" ${CONFDIR} "settings.conf" ".sample") -+ INSTALL_IF_NOT_EXISTS("conf/statistic.conf" ${CONFDIR} "statistic.conf" ".sample") - ELSE(BUILD_PORT) - INSTALL_IF_NOT_EXISTS(${MAIN_CONF} ${CONFDIR} "rspamd.conf" "") - ENDIF(BUILD_PORT) -- cgit v1.2.3