eras 14/10/31 07:07:28 Added: dovecot-pigeonhole-0.4.5.patch Log: Pigeonhole version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Revision Changes Path 1.1 net-mail/dovecot/files/dovecot-pigeonhole-0.4.5.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/files/dovecot-pigeonhole-0.4.5.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/files/dovecot-pigeonhole-0.4.5.patch?rev=1.1&content-type=text/plain Index: dovecot-pigeonhole-0.4.5.patch =================================================================== # HG changeset patch # User Stephan Bosch <[email protected]> # Date 1414713028 -3600 # Node ID 3e924b1b6c5c0199f1b97cb5782f52e6348a9840 # Parent 80b47902cf40053cf13d8edbf034d0e4f8a4da07 After make distclean the distributed tarball would fail to recompile. diff -r 80b47902cf40 -r 3e924b1b6c5c Makefile.am --- a/Makefile.am Thu Oct 30 23:27:42 2014 +0100 +++ b/Makefile.am Fri Oct 31 00:50:28 2014 +0100 @@ -2,7 +2,10 @@ DOCS = doc endif -SUBDIRS = src $(DOCS) +SUBDIRS = \ + . \ + src \ + $(DOCS) ACLOCAL_AMFLAGS = -I m4 @@ -11,6 +14,7 @@ examples \ COPYING.LGPL \ ChangeLog \ + is-tagged.py \ update-version.sh dist-hook:
