diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-15 03:55:19 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-15 03:55:19 +0000 |
commit | 61ad61a6ac085b46f7e30a2e57fe875f92c584a1 (patch) | |
tree | ecc5cbc4562a4922765446f6b94fd827ddcdb165 /net-www/apache | |
parent | add ~alpha (bug 21240) (diff) | |
download | gentoo-2-61ad61a6ac085b46f7e30a2e57fe875f92c584a1.tar.gz gentoo-2-61ad61a6ac085b46f7e30a2e57fe875f92c584a1.tar.bz2 gentoo-2-61ad61a6ac085b46f7e30a2e57fe875f92c584a1.zip |
fix bug #38040. cleanup all apache2 DEPENDS to block mips from ldap until they have openldap supported.
Diffstat (limited to 'net-www/apache')
-rw-r--r-- | net-www/apache/ChangeLog | 10 | ||||
-rw-r--r-- | net-www/apache/apache-1.3.27-r3.ebuild | 10 | ||||
-rw-r--r-- | net-www/apache/apache-1.3.27-r4.ebuild | 10 | ||||
-rw-r--r-- | net-www/apache/apache-1.3.28-r1.ebuild | 6 | ||||
-rw-r--r-- | net-www/apache/apache-1.3.28.ebuild | 10 | ||||
-rw-r--r-- | net-www/apache/apache-1.3.29-r1.ebuild | 4 | ||||
-rw-r--r-- | net-www/apache/apache-1.3.29.ebuild | 6 | ||||
-rw-r--r-- | net-www/apache/apache-2.0.46.ebuild | 16 | ||||
-rw-r--r-- | net-www/apache/apache-2.0.47-r1.ebuild | 16 | ||||
-rw-r--r-- | net-www/apache/apache-2.0.47.ebuild | 12 | ||||
-rw-r--r-- | net-www/apache/apache-2.0.48-r1.ebuild | 14 | ||||
-rw-r--r-- | net-www/apache/apache-2.0.48-r2.ebuild | 14 | ||||
-rw-r--r-- | net-www/apache/apache-2.0.48.ebuild | 16 |
13 files changed, 76 insertions, 68 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog index b5d9fac618a9..b4781e4d6bff 100644 --- a/net-www/apache/ChangeLog +++ b/net-www/apache/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-www/apache # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.89 2004/01/13 01:23:23 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.90 2004/01/15 03:55:18 robbat2 Exp $ + + 14 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> apache-1.3.27-r3.ebuild, + apache-1.3.27-r4.ebuild, apache-1.3.28-r1.ebuild, apache-1.3.28.ebuild, + apache-1.3.29-r1.ebuild, apache-1.3.29.ebuild, apache-2.0.46.ebuild, + apache-2.0.47-r1.ebuild, apache-2.0.47.ebuild, apache-2.0.48-r1.ebuild, + apache-2.0.48-r2.ebuild, apache-2.0.48.ebuild: + fix bug #38040. cleanup all apache2 DEPENDS to block mips from ldap until they + have openldap supported. *apache-2.0.48-r2 (12 Jan 2004) diff --git a/net-www/apache/apache-1.3.27-r3.ebuild b/net-www/apache/apache-1.3.27-r3.ebuild index a99708a4093a..0ac79743ab45 100644 --- a/net-www/apache/apache-1.3.27-r3.ebuild +++ b/net-www/apache/apache-1.3.27-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.27-r3.ebuild,v 1.7 2003/12/26 01:07:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.27-r3.ebuild,v 1.8 2004/01/15 03:55:18 robbat2 Exp $ mod_ssl_ver=2.8.14-${PV} @@ -136,10 +136,10 @@ src_install() { make install-quiet root=${D} || die dodoc ABOUT_APACHE Announcement INSTALL* LICENSE* README* WARNING* ${FILESDIR}/robots.txt - fowners root.${GID} /usr/sbin/suexec + fowners root:${GID} /usr/sbin/suexec fperms 4710 /usr/sbin/suexec - #fowners apache.apache ${DATA_DIR} - #fowners apache.apache ${DATA_DIR}/htdocs + #fowners apache:apache ${DATA_DIR} + #fowners apache:apache ${DATA_DIR}/htdocs # nice support scripts.. for myfile in apacheaddmod apachedelmod \ diff --git a/net-www/apache/apache-1.3.27-r4.ebuild b/net-www/apache/apache-1.3.27-r4.ebuild index 287a0b8863bc..8fb1799e1258 100644 --- a/net-www/apache/apache-1.3.27-r4.ebuild +++ b/net-www/apache/apache-1.3.27-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.27-r4.ebuild,v 1.13 2003/12/26 01:07:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.27-r4.ebuild,v 1.14 2004/01/15 03:55:19 robbat2 Exp $ IUSE="ipv6 pam" @@ -153,10 +153,10 @@ src_install() { dodoc ABOUT_APACHE Announcement INSTALL* LICENSE* README* WARNING* \ ${FILESDIR}/robots.txt - fowners root.${GID} /usr/sbin/suexec + fowners root:${GID} /usr/sbin/suexec fperms 4710 /usr/sbin/suexec - #fowners apache.apache ${DATA_DIR} - #fowners apache.apache ${DATA_DIR}/htdocs + #fowners apache:apache ${DATA_DIR} + #fowners apache:apache ${DATA_DIR}/htdocs # nice support scripts.. for myfile in apacheaddmod apachedelmod \ diff --git a/net-www/apache/apache-1.3.28-r1.ebuild b/net-www/apache/apache-1.3.28-r1.ebuild index e8939f06f68b..6e2b34b99165 100644 --- a/net-www/apache/apache-1.3.28-r1.ebuild +++ b/net-www/apache/apache-1.3.28-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.28-r1.ebuild,v 1.3 2003/12/26 01:07:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.28-r1.ebuild,v 1.4 2004/01/15 03:55:19 robbat2 Exp $ #IUSE="ipv6 pam" IUSE="pam" @@ -147,7 +147,7 @@ src_install() { ${FILESDIR}/robots.txt #protect the suexec binary - fowners root.${GID} /usr/sbin/suexec + fowners root:${GID} /usr/sbin/suexec fperms 4710 /usr/sbin/suexec # nice support scripts.. diff --git a/net-www/apache/apache-1.3.28.ebuild b/net-www/apache/apache-1.3.28.ebuild index b67fbd9a7393..34eaca581c0f 100644 --- a/net-www/apache/apache-1.3.28.ebuild +++ b/net-www/apache/apache-1.3.28.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.28.ebuild,v 1.10 2003/12/26 01:07:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.28.ebuild,v 1.11 2004/01/15 03:55:19 robbat2 Exp $ #IUSE="ipv6 pam" IUSE="pam" @@ -160,10 +160,10 @@ src_install() { dodoc ABOUT_APACHE Announcement INSTALL* LICENSE* README* WARNING* \ ${FILESDIR}/robots.txt - fowners root.${GID} /usr/sbin/suexec + fowners root:${GID} /usr/sbin/suexec fperms 4710 /usr/sbin/suexec - #fowners apache.apache ${DATA_DIR} - #fowners apache.apache ${DATA_DIR}/htdocs + #fowners apache:apache ${DATA_DIR} + #fowners apache:apache ${DATA_DIR}/htdocs # nice support scripts.. for myfile in apacheaddmod apachedelmod \ diff --git a/net-www/apache/apache-1.3.29-r1.ebuild b/net-www/apache/apache-1.3.29-r1.ebuild index b11727d662f5..605ca3b842c8 100644 --- a/net-www/apache/apache-1.3.29-r1.ebuild +++ b/net-www/apache/apache-1.3.29-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.29-r1.ebuild,v 1.5 2004/01/11 03:07:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.29-r1.ebuild,v 1.6 2004/01/15 03:55:19 robbat2 Exp $ #IUSE="ipv6 pam" IUSE="pam" @@ -139,7 +139,7 @@ src_install() { ${FILESDIR}/robots.txt #protect the suexec binary - fowners root.${GID} /usr/sbin/suexec + fowners root:${GID} /usr/sbin/suexec fperms 4710 /usr/sbin/suexec # nice support scripts.. diff --git a/net-www/apache/apache-1.3.29.ebuild b/net-www/apache/apache-1.3.29.ebuild index 72d391cc1989..ff8b09fbf5af 100644 --- a/net-www/apache/apache-1.3.29.ebuild +++ b/net-www/apache/apache-1.3.29.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.29.ebuild,v 1.2 2003/12/26 01:07:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.29.ebuild,v 1.3 2004/01/15 03:55:19 robbat2 Exp $ #IUSE="ipv6 pam" IUSE="pam" @@ -139,7 +139,7 @@ src_install() { ${FILESDIR}/robots.txt #protect the suexec binary - fowners root.${GID} /usr/sbin/suexec + fowners root:${GID} /usr/sbin/suexec fperms 4710 /usr/sbin/suexec # nice support scripts.. diff --git a/net-www/apache/apache-2.0.46.ebuild b/net-www/apache/apache-2.0.46.ebuild index 41ce0414dae0..0761671df7c6 100644 --- a/net-www/apache/apache-2.0.46.ebuild +++ b/net-www/apache/apache-2.0.46.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.46.ebuild,v 1.7 2003/09/29 13:31:40 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.46.ebuild,v 1.8 2004/01/15 03:55:19 robbat2 Exp $ inherit eutils @@ -18,9 +18,9 @@ DEPEND="dev-util/yacc sys-libs/zlib dev-libs/expat dev-libs/openssl - berkdb? sys-libs/db - gdbm? sys-libs/gdbm - ldap? =net-nds/openldap-2*" + berkdb? ( sys-libs/db ) + gdbm? ( sys-libs/gdbm ) + !mips? ( ldap? ( =net-nds/openldap-2* ) )" IUSE="berkdb gdbm ldap" src_unpack() { @@ -128,7 +128,7 @@ src_unpack() { src_compile() { local myconf - use ldap && \ + use !mips && use ldap && \ myconf="--with-ldap --enable-auth-ldap=shared --enable-ldap=shared" select_modules_config || die "determining modules" @@ -183,7 +183,7 @@ src_install () { #protect the suexec binary local gid=`getent group apache |cut -d: -f3` [ -z "${gid}" ] && gid=81 - fowners root.${gid} /usr/sbin/suexec + fowners root:${gid} /usr/sbin/suexec fperms 4710 /usr/sbin/suexec #setup links in /etc/apache2 @@ -228,7 +228,7 @@ src_install () { do doins ${FILESDIR}/2.0.40/$i done - use ldap && doins ${FILESDIR}/2.0.40/46_mod_ldap.conf + use !mips && use ldap && doins ${FILESDIR}/2.0.40/46_mod_ldap.conf #drop in a convenient link to the manual local datadir=`getent passwd apache | cut -d: -f6` diff --git a/net-www/apache/apache-2.0.47-r1.ebuild b/net-www/apache/apache-2.0.47-r1.ebuild index acd065c53963..4948d797a0cb 100644 --- a/net-www/apache/apache-2.0.47-r1.ebuild +++ b/net-www/apache/apache-2.0.47-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.47-r1.ebuild,v 1.1 2003/09/25 02:20:48 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.47-r1.ebuild,v 1.2 2004/01/15 03:55:19 robbat2 Exp $ inherit flag-o-matic has_version =sys-libs/glibc-2.2* && filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE @@ -22,9 +22,9 @@ DEPEND="dev-util/yacc sys-libs/zlib dev-libs/expat dev-libs/openssl - berkdb? sys-libs/db - gdbm? sys-libs/gdbm - ldap? =net-nds/openldap-2*" + berkdb? ( sys-libs/db ) + gdbm? ( sys-libs/gdbm ) + !mips? ( ldap? ( =net-nds/openldap-2* ) )" IUSE="berkdb gdbm ldap" src_unpack() { @@ -119,7 +119,7 @@ src_unpack() { src_compile() { local myconf - use ldap && \ + use !mips && use ldap && \ myconf="--with-ldap --enable-auth-ldap=shared --enable-ldap=shared" select_modules_config || die "determining modules" @@ -174,7 +174,7 @@ src_install () { #protect the suexec binary local gid=`getent group apache |cut -d: -f3` [ -z "${gid}" ] && gid=81 - fowners root.${gid} /usr/sbin/suexec + fowners root:${gid} /usr/sbin/suexec fperms 4710 /usr/sbin/suexec #setup links in /etc/apache2 @@ -219,7 +219,7 @@ src_install () { do doins ${FILESDIR}/2.0.40/$i done - use ldap && doins ${FILESDIR}/2.0.40/46_mod_ldap.conf + use !mips && use ldap && doins ${FILESDIR}/2.0.40/46_mod_ldap.conf #drop in a convenient link to the manual dosym /usr/share/doc/${PF}/manual ${DATADIR}/htdocs/manual diff --git a/net-www/apache/apache-2.0.47.ebuild b/net-www/apache/apache-2.0.47.ebuild index 7fc2285641e1..cfb6adf7ce5f 100644 --- a/net-www/apache/apache-2.0.47.ebuild +++ b/net-www/apache/apache-2.0.47.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.47.ebuild,v 1.10 2003/10/30 15:44:07 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.47.ebuild,v 1.11 2004/01/15 03:55:19 robbat2 Exp $ inherit flag-o-matic has_version =sys-libs/glibc-2.2* && filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE @@ -21,7 +21,7 @@ DEPEND="dev-util/yacc dev-libs/openssl berkdb? sys-libs/db gdbm? sys-libs/gdbm - ldap? =net-nds/openldap-2*" + !mips? ( ldap? =net-nds/openldap-2* )" IUSE="berkdb gdbm ldap" src_unpack() { @@ -129,7 +129,7 @@ src_unpack() { src_compile() { local myconf - use ldap && \ + use !mips && use ldap && \ myconf="--with-ldap --enable-auth-ldap=shared --enable-ldap=shared" select_modules_config || die "determining modules" @@ -184,7 +184,7 @@ src_install () { #protect the suexec binary local gid=`getent group apache |cut -d: -f3` [ -z "${gid}" ] && gid=81 - fowners root.${gid} /usr/sbin/suexec + fowners root:${gid} /usr/sbin/suexec fperms 4710 /usr/sbin/suexec #setup links in /etc/apache2 @@ -229,7 +229,7 @@ src_install () { do doins ${FILESDIR}/2.0.40/$i done - use ldap && doins ${FILESDIR}/2.0.40/46_mod_ldap.conf + use !mips && use ldap && doins ${FILESDIR}/2.0.40/46_mod_ldap.conf #drop in a convenient link to the manual local datadir=`getent passwd apache | cut -d: -f6` diff --git a/net-www/apache/apache-2.0.48-r1.ebuild b/net-www/apache/apache-2.0.48-r1.ebuild index fc054c6b1414..10759bb6f9e1 100644 --- a/net-www/apache/apache-2.0.48-r1.ebuild +++ b/net-www/apache/apache-2.0.48-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.48-r1.ebuild,v 1.6 2004/01/11 03:07:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.48-r1.ebuild,v 1.7 2004/01/15 03:55:19 robbat2 Exp $ inherit flag-o-matic has_version =sys-libs/glibc-2.2* && filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE @@ -22,9 +22,9 @@ DEPEND="dev-util/yacc sys-libs/zlib dev-libs/expat dev-libs/openssl - berkdb? sys-libs/db - gdbm? sys-libs/gdbm - ldap? =net-nds/openldap-2*" + berkdb? ( sys-libs/db ) + gdbm? ( sys-libs/gdbm ) + !mips? ( ldap? ( =net-nds/openldap-2* ) )" IUSE="berkdb gdbm ldap" src_unpack() { @@ -119,7 +119,7 @@ src_unpack() { src_compile() { local myconf - use ldap && \ + use !mips && use ldap && \ myconf="--with-ldap --enable-auth-ldap=shared --enable-ldap=shared" select_modules_config || die "determining modules" @@ -190,7 +190,7 @@ src_install () { #protect the suexec binary local gid=`getent group apache |cut -d: -f3` [ -z "${gid}" ] && gid=81 - fowners root.${gid} /usr/sbin/suexec + fowners root:${gid} /usr/sbin/suexec fperms 4710 /usr/sbin/suexec #setup links in /etc/apache2 @@ -235,7 +235,7 @@ src_install () { do doins ${FILESDIR}/2.0.40/$i done - use ldap && doins ${FILESDIR}/2.0.40/46_mod_ldap.conf + use !mips && use ldap && doins ${FILESDIR}/2.0.40/46_mod_ldap.conf #drop in a convenient link to the manual dosym /usr/share/doc/${PF}/manual ${DATADIR}/htdocs/manual diff --git a/net-www/apache/apache-2.0.48-r2.ebuild b/net-www/apache/apache-2.0.48-r2.ebuild index 8693465170a9..1bfdfa505a57 100644 --- a/net-www/apache/apache-2.0.48-r2.ebuild +++ b/net-www/apache/apache-2.0.48-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.48-r2.ebuild,v 1.1 2004/01/13 01:23:23 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.48-r2.ebuild,v 1.2 2004/01/15 03:55:19 robbat2 Exp $ inherit flag-o-matic has_version =sys-libs/glibc-2.2* && filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE @@ -22,9 +22,9 @@ DEPEND="dev-util/yacc sys-libs/zlib dev-libs/expat dev-libs/openssl - berkdb? sys-libs/db - gdbm? sys-libs/gdbm - ldap? =net-nds/openldap-2*" + berkdb? ( sys-libs/db ) + gdbm? ( sys-libs/gdbm ) + !mips? ( ldap? ( =net-nds/openldap-2* ) )" IUSE="berkdb gdbm ldap" src_unpack() { @@ -119,7 +119,7 @@ src_unpack() { src_compile() { local myconf - use ldap && \ + use !mips && use ldap && \ myconf="--with-ldap --enable-auth-ldap=shared --enable-ldap=shared" select_modules_config || die "determining modules" @@ -190,7 +190,7 @@ src_install () { #protect the suexec binary local gid=`getent group apache |cut -d: -f3` [ -z "${gid}" ] && gid=81 - fowners root.${gid} /usr/sbin/suexec + fowners root:${gid} /usr/sbin/suexec fperms 4710 /usr/sbin/suexec #apxs needs this to pickup the right lib for install @@ -233,7 +233,7 @@ src_install () { do doins ${FILESDIR}/2.0.40/$i done - use ldap && doins ${FILESDIR}/2.0.40/46_mod_ldap.conf + use !mips && use ldap && doins ${FILESDIR}/2.0.40/46_mod_ldap.conf #drop in a convenient link to the manual dosym /usr/share/doc/${PF}/manual ${DATADIR}/htdocs/manual diff --git a/net-www/apache/apache-2.0.48.ebuild b/net-www/apache/apache-2.0.48.ebuild index 4be299c16e61..546c0f8848e4 100644 --- a/net-www/apache/apache-2.0.48.ebuild +++ b/net-www/apache/apache-2.0.48.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.48.ebuild,v 1.3 2003/10/31 20:39:58 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.48.ebuild,v 1.4 2004/01/15 03:55:19 robbat2 Exp $ inherit flag-o-matic has_version =sys-libs/glibc-2.2* && filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE @@ -22,9 +22,9 @@ DEPEND="dev-util/yacc sys-libs/zlib dev-libs/expat dev-libs/openssl - berkdb? sys-libs/db - gdbm? sys-libs/gdbm - ldap? =net-nds/openldap-2*" + berkdb? ( sys-libs/db ) + gdbm? ( sys-libs/gdbm ) + !mips? ( ldap? ( =net-nds/openldap-2* ) )" IUSE="berkdb gdbm ldap" src_unpack() { @@ -119,7 +119,7 @@ src_unpack() { src_compile() { local myconf - use ldap && \ + use !mips && use ldap && \ myconf="--with-ldap --enable-auth-ldap=shared --enable-ldap=shared" select_modules_config || die "determining modules" @@ -184,7 +184,7 @@ src_install () { #protect the suexec binary local gid=`getent group apache |cut -d: -f3` [ -z "${gid}" ] && gid=81 - fowners root.${gid} /usr/sbin/suexec + fowners root:${gid} /usr/sbin/suexec fperms 4710 /usr/sbin/suexec #setup links in /etc/apache2 @@ -229,7 +229,7 @@ src_install () { do doins ${FILESDIR}/2.0.40/$i done - use ldap && doins ${FILESDIR}/2.0.40/46_mod_ldap.conf + use !mips && use ldap && doins ${FILESDIR}/2.0.40/46_mod_ldap.conf #drop in a convenient link to the manual dosym /usr/share/doc/${PF}/manual ${DATADIR}/htdocs/manual |