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
hollow 07/09/10 12:03:30
Modified: ChangeLog apache-2.2.6.ebuild
Log:
fix #191967
(Portage version: 2.1.3.7)
Revision Changes Path
1.27 www-servers/apache/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 9 Sep 2007 16:15:14 -0000 1.26
+++ ChangeLog 10 Sep 2007 12:03:29 -0000 1.27
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/apache
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.26 2007/09/09 16:15:14 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.27 2007/09/10 12:03:29 hollow Exp $
+
+ 10 Sep 2007; Benedikt Böhm <hollow@g.o> apache-2.2.6.ebuild:
+ fix #191967
09 Sep 2007; Markus Rothe <corsair@g.o> apache-2.2.6.ebuild:
Stable on ppc64; bug #186219
1.8 www-servers/apache/apache-2.2.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild?r1=1.7&r2=1.8
Index: apache-2.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- apache-2.2.6.ebuild 9 Sep 2007 16:15:14 -0000 1.7
+++ apache-2.2.6.ebuild 10 Sep 2007 12:03:29 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v 1.7 2007/09/09 16:15:14 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v 1.8 2007/09/10 12:03:29 hollow Exp $
inherit eutils flag-o-matic multilib autotools
@@ -236,7 +236,7 @@
if ! use static-modules ; then
load_module=""
moddir="${D}/usr/$(get_libdir)/apache2/modules"
- for m in ${mods} ; do
+ for m in $(echo ${mods}|tr ' ' '\n'|sort -u) ; do
endid="no"
if [[ -e "${moddir}/mod_${m}.so" ]] ; then
--
gentoo-commits@g.o mailing list
|
|