Package: mailutils / 1:3.1.1-1

Metadata

Package Version Patches format
mailutils 1:3.1.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
gettext_update.patch | (download)

ABOUT-NLS | 2400 1226 + 1174 - 0 !
configure.ac | 2 1 + 1 - 0 !
m4/progtest.m4 | 4 2 + 2 - 0 !
po/Rules-quot | 15 13 + 2 - 0 !
4 files changed, 1242 insertions(+), 1179 deletions(-)

 update gettext infrastructure to 0.19.x.
sieve2scm_help_output.patch | (download)

scheme/sieve2scm.scmi | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 modify sieve.scm's --help output to accommodate help2man.
 Make a pair of simple cosmetic changes to sieve.scm's --help output
 in order to make help2man work, for manpage generation.
texinfo_fixes.patch | (download)

doc/texinfo/programs.texi | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 fix texinfo build with texinfo 5.x.
 Texinfo 5.0 is more strict about some syntax errors. This patch fixes
 some fatal issues with @itemx usage.
tokyocabinet_dependencies.patch | (download)

configure.ac | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 do not set hardcoded dependencies for tokyo or kyoto cabinet.
 Tokyo Cabinet and Kyoto Cabinet support force the inclusion of -lz -lbz2
 and -lrt into DEPENDENCIES, while none of the symbols in those libraries
 are used. Avoid hardcoding them and let both libs decide what needs to
 be added to DBMLIBS.
guile_bindir.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 workaround guile's pkg-config not defining 'bindir'
 Mailutils' Guile check assumes `guile-config info bindir` is defined.
 It isn't, so for now just add '/bin' to the output of the configured
 prefix. guile-config is deprecated in favour of pkg-config, and
 actually uses pkg-config calls internally, so the optimal fix would be
 to replace the whole thing with pkg-config.
readline.patch | (download)

mail/mailline.c | 2 1 + 1 - 0 !
mu/shell.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 update for readline api changes
10_guile snarf CPP.patch | (download)

gint/gint.mk | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 10_guile-snarf-cpp.diff: fix ftbfs on *ix86 caused by #759096
 (guile-snarf hard-codes the at-build-time-default-compiler) by explicitely
 adding CPP="@CPP@" to guile-snarf's run-time environment.
hurd.patch | (download)

configure.ac | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 add libgnu.la to gint_ldadd if replacing strerror
 If REPLACE_STRERROR is 1, clexer.l will try to use rpl_strerror, but
 since it is not linked against gnulib, this gives an unresolved symbol
 error.
 .
 * configure.ac: When building gint and strerror is to be replaced with
 rpl_strerror, add libgnu.la to GINT_LDADD.
 .
 This fixes the build in hurd-i386.