diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2007-08-08 16:06:36 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2007-08-08 16:06:36 +0000 |
commit | d2e3d564c2e3cbcf04691ec5a82ef7798b5a9fb1 (patch) | |
tree | 39e2f0c4ebf122ccb35e0fb342c8f30bb3c7e719 /mail-client | |
parent | SplitObjs=NO while using >=gcc-4.2 in GHC 6.6. (diff) | |
download | gentoo-2-d2e3d564c2e3cbcf04691ec5a82ef7798b5a9fb1.tar.gz gentoo-2-d2e3d564c2e3cbcf04691ec5a82ef7798b5a9fb1.tar.bz2 gentoo-2-d2e3d564c2e3cbcf04691ec5a82ef7798b5a9fb1.zip |
Add mutt-1.5.16-parallel-make, oooops.
(Portage version: 2.1.2.11)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/mutt/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/mutt/files/mutt-1.5.16-parallel-make.patch | 16 |
2 files changed, 21 insertions, 1 deletions
diff --git a/mail-client/mutt/ChangeLog b/mail-client/mutt/ChangeLog index d8e723669653..927563cfcdc1 100644 --- a/mail-client/mutt/ChangeLog +++ b/mail-client/mutt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mutt # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.108 2007/08/08 09:40:36 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.109 2007/08/08 16:06:36 ferdy Exp $ + + 08 Aug 2007; Fernando J. Pereda <ferdy@gentoo.org> + +files/mutt-1.5.16-parallel-make.patch: + Add mutt-1.5.16-parallel-make, oooops. *mutt-1.5.16 (08 Aug 2007) diff --git a/mail-client/mutt/files/mutt-1.5.16-parallel-make.patch b/mail-client/mutt/files/mutt-1.5.16-parallel-make.patch new file mode 100644 index 000000000000..7305251e7d46 --- /dev/null +++ b/mail-client/mutt/files/mutt-1.5.16-parallel-make.patch @@ -0,0 +1,16 @@ +diff --git a/doc/Makefile.am b/doc/Makefile.am +index 173f352..1d974f9 100644 +--- a/doc/Makefile.am ++++ b/doc/Makefile.am +@@ -132,10 +132,9 @@ EDIT = sed -e 's,@sysconfdir\@,$(sysconfdir),g' \ + mutt.1: $(srcdir)/mutt.man + $(EDIT) $(srcdir)/mutt.man > $@ + +-stamp-doc-xml: $(top_srcdir)/makedoc.c $(top_srcdir)/makedoc-defs.h $(top_srcdir)/init.h \ ++stamp-doc-xml: ../makedoc$(EXEEXT) $(top_srcdir)/makedoc.c $(top_srcdir)/makedoc-defs.h $(top_srcdir)/init.h \ + manual.xml.head $(top_srcdir)/functions.h $(top_srcdir)/OPS* manual.xml.tail \ + $(srcdir)/gen-map-doc $(top_srcdir)/VERSION $(top_srcdir)/ChangeLog +- $(MAKE) ../makedoc$(EXEEXT) # we do not want to rebuild the documentation in tarball builds + ( date=`head -n 1 $(top_srcdir)/ChangeLog | LC_ALL=C cut -d ' ' -f 1` && \ + sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION` ($$date)/" $(srcdir)/manual.xml.head && \ + $(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -s && \ |