Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
ssuominen 12/06/23 08:59:12
Modified: ChangeLog lighttpd-1.4.31.ebuild
Log:
Fix building with sys-devel/automake >= 1.12 wrt #420599 by Dennis Yxun
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.278 www-servers/lighttpd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/ChangeLog?rev=1.278&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/ChangeLog?rev=1.278&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/ChangeLog?r1=1.277&r2=1.278
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -r1.277 -r1.278
--- ChangeLog 1 Jun 2012 21:12:21 -0000 1.277
+++ ChangeLog 23 Jun 2012 08:59:12 -0000 1.278
@@ -1,6 +1,10 @@
# ChangeLog for www-servers/lighttpd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.277 2012/06/01 21:12:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.278 2012/06/23 08:59:12 ssuominen Exp $
+
+ 23 Jun 2012; Samuli Suominen <ssuominen@g.o> lighttpd-1.4.31.ebuild,
+ +files/lighttpd-1.4.31-automake-1.12.patch:
+ Fix building with sys-devel/automake >= 1.12 wrt #420599 by Dennis Yxun
*lighttpd-1.4.31 (01 Jun 2012)
1.2 www-servers/lighttpd/lighttpd-1.4.31.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.31.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.31.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.31.ebuild?r1=1.1&r2=1.2
Index: lighttpd-1.4.31.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.31.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lighttpd-1.4.31.ebuild 1 Jun 2012 21:12:21 -0000 1.1
+++ lighttpd-1.4.31.ebuild 23 Jun 2012 08:59:12 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.31.ebuild,v 1.1 2012/06/01 21:12:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.31.ebuild,v 1.2 2012/06/23 08:59:12 ssuominen Exp $
EAPI="4"
@@ -107,6 +107,7 @@
if use uploadprogress; then
epatch "${FILESDIR}"/${PN}-1.4.29-mod_uploadprogress.patch
fi
+ epatch "${FILESDIR}"/${P}-automake-1.12.patch
eautoreconf
}
src_configure() {
|
|