diff options
author | Eray Aslan <eras@gentoo.org> | 2019-07-30 09:34:55 +0300 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2019-07-30 09:34:55 +0300 |
commit | b5e9758e9142364cf5ebb277206c6b2463149814 (patch) | |
tree | f13cf8feea8b743b1e8c698553019925df3e9a90 /net-mail/cyrus-imapd/files | |
parent | net-mail/cyrus-imapd: bump to 3.0.11 (diff) | |
download | gentoo-b5e9758e9142364cf5ebb277206c6b2463149814.tar.gz gentoo-b5e9758e9142364cf5ebb277206c6b2463149814.tar.bz2 gentoo-b5e9758e9142364cf5ebb277206c6b2463149814.zip |
net-mail/cyrus-imapd: remove old
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Eray Aslan <eras@gentoo.org>
Diffstat (limited to 'net-mail/cyrus-imapd/files')
3 files changed, 0 insertions, 183 deletions
diff --git a/net-mail/cyrus-imapd/files/cyrus-imapd-fix-tests.patch b/net-mail/cyrus-imapd/files/cyrus-imapd-fix-tests.patch deleted file mode 100644 index c32f2065db00..000000000000 --- a/net-mail/cyrus-imapd/files/cyrus-imapd-fix-tests.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/Makefile.am 2017-05-16 15:48:55.943709210 +0300 -+++ b/Makefile.am 2017-05-16 15:50:20.950184710 +0300 -@@ -635,7 +635,6 @@ - cunit/guid.testc \ - cunit/hash.testc \ - cunit/imapurl.testc \ -- cunit/jmapauth.testc \ - cunit/libconfig.testc \ - cunit/mboxname.testc \ - cunit/md5.testc \ -@@ -654,6 +653,10 @@ - cunit_TESTS += cunit/sieve.testc - endif - -+if JMAP -+cunit_TESTS += cunit/jmapauth.testc -+endif -+ - cunit_TESTS += \ - cunit/spool.testc \ - cunit/squat.testc \ diff --git a/net-mail/cyrus-imapd/files/cyrus-imapd-libcap-libs.patch b/net-mail/cyrus-imapd/files/cyrus-imapd-libcap-libs.patch deleted file mode 100644 index e1f5332c6e83..000000000000 --- a/net-mail/cyrus-imapd/files/cyrus-imapd-libcap-libs.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- a/configure.ac 2017-07-15 07:26:38.375295969 +0200 -+++ b/configure.ac 2017-07-15 07:28:33.250194410 +0200 -@@ -1351,7 +1351,9 @@ - AC_CHECK_HEADERS([sys/capability.h sys/prctl.h], , have_libcap=no) - if test "$have_libcap" = "yes"; then - AC_DEFINE(HAVE_LIBCAP, [], [Do we have libcap system capabilities handling (Linux systems only)?]) -- LIBS="$LIBS -lcap" -+ LIBCAP="-lcap" -+ AC_SUBST(LIBCAP) -+ LIBS="$LIBS $LIBCAP" - fi - fi - ;; ---- a/perl/imap/Makefile.PL.in 2017-07-15 07:28:49.886034889 +0200 -+++ b/perl/imap/Makefile.PL.in 2017-07-15 07:29:10.621836046 +0200 -@@ -90,7 +90,7 @@ - 'clean' => {'FILES' => 'libcyrperl.a cyradm'}, - 'OBJECT' => 'IMAP.o', - 'MYEXTLIB' => '@top_builddir@/perl/.libs/libcyrus.a @top_builddir@/perl/.libs/libcyrus_min.a', -- 'LIBS' => [ "$LIB_SASL @SSL_LIBS@ @LIB_RT@ @LIB_UUID@ @ZLIB@ @PCRE_LIBS@ @SQLITE_LIBADD@"], -+ 'LIBS' => [ "$LIB_SASL @SSL_LIBS@ @LIB_RT@ @LIB_UUID@ @ZLIB@ @PCRE_LIBS@ @SQLITE_LIBADD@ @LIBCAP@"], - 'DEFINE' => '-DPERL_POLLUTE', # e.g., '-DHAVE_SOMETHING' - 'INC' => "-I@top_srcdir@ -I@top_srcdir@/com_err/et @SASLFLAGS@ @SSL_CPPFLAGS@ -I@top_srcdir@/perl/imap", - 'EXE_FILES' => [cyradm], ---- a/perl/sieve/managesieve/Makefile.PL.in 2017-07-15 07:29:29.433655659 +0200 -+++ b/perl/sieve/managesieve/Makefile.PL.in 2017-07-15 07:29:44.593510288 +0200 -@@ -69,7 +69,7 @@ - 'ABSTRACT' => 'Cyrus Sieve management interface', - 'VERSION_FROM' => "@top_srcdir@/perl/sieve/managesieve/managesieve.pm", # finds $VERSION - 'MYEXTLIB' => '../lib/.libs/libisieve.a @top_builddir@/perl/.libs/libcyrus.a @top_builddir@/perl/.libs/libcyrus_min.a', -- 'LIBS' => ["$LIB_SASL @SSL_LIBS@ @LIB_RT@ @LIB_UUID@ @ZLIB@ @PCRE_LIBS@ @SQLITE_LIBADD@"], -+ 'LIBS' => ["$LIB_SASL @SSL_LIBS@ @LIB_RT@ @LIB_UUID@ @ZLIB@ @PCRE_LIBS@ @SQLITE_LIBADD@ @LIBCAP@"], - 'CCFLAGS' => '@GCOV_CFLAGS@', - 'DEFINE' => '-DPERL_POLLUTE', # e.g., '-DHAVE_SOMETHING' - 'INC' => "-I@top_srcdir@/lib -I@top_srcdir@/perl/sieve -I@top_srcdir@/perl/sieve/lib @SASLFLAGS@ @SSL_CPPFLAGS@", diff --git a/net-mail/cyrus-imapd/files/cyrus-imapd-sieve-libs-v4.patch b/net-mail/cyrus-imapd/files/cyrus-imapd-sieve-libs-v4.patch deleted file mode 100644 index 4a7bac2e3c1f..000000000000 --- a/net-mail/cyrus-imapd/files/cyrus-imapd-sieve-libs-v4.patch +++ /dev/null @@ -1,127 +0,0 @@ ---- a/configure.ac 2017-04-20 04:21:48.000000000 +0300 -+++ b/configure.ac 2017-05-16 10:30:37.337965921 +0300 -@@ -666,7 +666,9 @@ - fi - - if test "$cyrus_cv_pcre_utf8" = "yes"; then -- LIBS="$LIBS -lpcre -lpcreposix"; -+ PCRE_LIBS="-lpcre -lpcreposix" -+ AC_SUBST(PCRE_LIBS) -+ LIBS="$LIBS $PCRE_LIBS" - AC_DEFINE(ENABLE_REGEX, [], [Do we have a regex library?]) - AC_DEFINE(HAVE_PCREPOSIX_H, [], [Do we have usable pcre library?]) - else -@@ -1938,6 +1940,7 @@ - fi - - LIBS="${LIBS} ${SQLITE_LIBADD}" -+ AC_SUBST(SQLITE_LIBADD) - CPPFLAGS="${SQLITE_INCADD} ${CPPFLAGS}" - AC_DEFINE(HAVE_SQLITE,[],[Build in SQLite support?]) - else ---- a/perl/imap/Makefile.PL.in 2017-04-07 08:31:10.000000000 +0300 -+++ b/perl/imap/Makefile.PL.in 2017-05-16 10:26:08.193965921 +0300 -@@ -90,7 +90,7 @@ - 'clean' => {'FILES' => 'libcyrperl.a cyradm'}, - 'OBJECT' => 'IMAP.o', - 'MYEXTLIB' => '@top_builddir@/perl/.libs/libcyrus.a @top_builddir@/perl/.libs/libcyrus_min.a', -- 'LIBS' => [ "$LIB_SASL @SSL_LIBS@ @LIB_UUID@ @ZLIB@"], -+ 'LIBS' => [ "$LIB_SASL @SSL_LIBS@ @LIB_RT@ @LIB_UUID@ @ZLIB@ @PCRE_LIBS@ @SQLITE_LIBADD@"], - 'DEFINE' => '-DPERL_POLLUTE', # e.g., '-DHAVE_SOMETHING' - 'INC' => "-I@top_srcdir@ -I@top_srcdir@/com_err/et @SASLFLAGS@ @SSL_CPPFLAGS@ -I@top_srcdir@/perl/imap", - 'EXE_FILES' => [cyradm], ---- a/perl/sieve/managesieve/Makefile.PL.in 2017-04-07 08:31:10.000000000 +0300 -+++ b/perl/sieve/managesieve/Makefile.PL.in 2017-05-16 10:26:31.048965921 +0300 -@@ -69,7 +69,7 @@ - 'ABSTRACT' => 'Cyrus Sieve management interface', - 'VERSION_FROM' => "@top_srcdir@/perl/sieve/managesieve/managesieve.pm", # finds $VERSION - 'MYEXTLIB' => '../lib/.libs/libisieve.a @top_builddir@/perl/.libs/libcyrus.a @top_builddir@/perl/.libs/libcyrus_min.a', -- 'LIBS' => ["$LIB_SASL @SSL_LIBS@ @LIB_UUID@ @ZLIB@"], -+ 'LIBS' => ["$LIB_SASL @SSL_LIBS@ @LIB_RT@ @LIB_UUID@ @ZLIB@ @PCRE_LIBS@ @SQLITE_LIBADD@"], - 'CCFLAGS' => '@GCOV_CFLAGS@', - 'DEFINE' => '-DPERL_POLLUTE', # e.g., '-DHAVE_SOMETHING' - 'INC' => "-I@top_srcdir@/lib -I@top_srcdir@/perl/sieve -I@top_srcdir@/perl/sieve/lib @SASLFLAGS@ @SSL_CPPFLAGS@", ---- a/configure.ac 2017-05-16 15:18:23.648756211 +0300 -+++ b/configure.ac 2017-05-16 15:26:49.241756211 +0300 -@@ -633,8 +633,6 @@ - - AC_ARG_ENABLE(sieve, - [AS_HELP_STRING([--disable-sieve], [disable Sieve support])],,[enable_sieve="yes";]) --AC_ARG_ENABLE(pcre, -- [AS_HELP_STRING([--disable-pcre], [disable PCRE library])]) - - if test "$enable_sieve" != "no"; then - AC_DEFINE(USE_SIEVE,[],[Build in Sieve support?]) -@@ -650,42 +648,46 @@ - if test -z "$ac_cv_prog_LEX"; then - AC_MSG_ERROR([Sieve requires flex/lex, but none is installed]) - fi -+fi -+AM_CONDITIONAL([SIEVE], [test "${enable_sieve}" != "no"]) -+ - -- if test "$enable_pcre" != "no"; then -- AC_CHECK_HEADER(pcreposix.h) -- if test "$ac_cv_header_pcreposix_h" = "yes"; then -- AC_MSG_CHECKING(for utf8 enabled pcre) -- AC_CACHE_VAL(cyrus_cv_pcre_utf8, AC_TRY_CPP([#include <pcreposix.h> -+AC_ARG_ENABLE(pcre, -+ [AS_HELP_STRING([--disable-pcre], [disable PCRE library])]) -+ -+if test "$enable_pcre" != "no"; then -+ AC_CHECK_HEADER(pcreposix.h) -+ if test "$ac_cv_header_pcreposix_h" = "yes"; then -+ AC_MSG_CHECKING(for utf8 enabled pcre) -+ AC_CACHE_VAL(cyrus_cv_pcre_utf8, AC_TRY_CPP([#include <pcreposix.h> - #ifndef REG_UTF8 - #include </nonexistent> - #endif],cyrus_cv_pcre_utf8=yes,cyrus_cv_pcre_utf8=no)) -- AC_MSG_RESULT($cyrus_cv_pcre_utf8) -- else -- cyrus_cv_pcre_utf8="no" -- fi -+ AC_MSG_RESULT($cyrus_cv_pcre_utf8) -+ else -+ cyrus_cv_pcre_utf8="no" - fi -+fi - -- if test "$cyrus_cv_pcre_utf8" = "yes"; then -- PCRE_LIBS="-lpcre -lpcreposix" -- AC_SUBST(PCRE_LIBS) -- LIBS="$LIBS $PCRE_LIBS" -- AC_DEFINE(ENABLE_REGEX, [], [Do we have a regex library?]) -- AC_DEFINE(HAVE_PCREPOSIX_H, [], [Do we have usable pcre library?]) -+if test "$cyrus_cv_pcre_utf8" = "yes"; then -+ PCRE_LIBS="-lpcre -lpcreposix" -+ AC_SUBST(PCRE_LIBS) -+ LIBS="$LIBS $PCRE_LIBS" -+ AC_DEFINE(ENABLE_REGEX, [], [Do we have a regex library?]) -+ AC_DEFINE(HAVE_PCREPOSIX_H, [], [Do we have usable pcre library?]) -+else -+ AC_CHECK_HEADERS(rxposix.h) -+ if test "$ac_cv_header_rxposix_h" = "yes"; then -+ LIBS="$LIBS -lrx" -+ AC_DEFINE(ENABLE_REGEX, [], -+ [Do we have a regex library?]) - else -- AC_CHECK_HEADERS(rxposix.h) -- if test "$ac_cv_header_rxposix_h" = "yes"; then -- LIBS="$LIBS -lrx" -- AC_DEFINE(ENABLE_REGEX, [], -- [Do we have a regex library?]) -- else -- AC_SEARCH_LIBS(regcomp, regex, -- AC_DEFINE(ENABLE_REGEX, [], -- [Do we have a regex library?]), []) -- fi -+ AC_SEARCH_LIBS(regcomp, regex, -+ AC_DEFINE(ENABLE_REGEX, [], -+ [Do we have a regex library?]), []) - fi - fi - --AM_CONDITIONAL([SIEVE], [test "${enable_sieve}" != "no"]) - - dnl look for an option to disable sign-comparison warnings (needed for - dnl flex-generated sieve sources when building with -Werror) |