diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-01-04 23:06:41 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-01-04 23:06:41 +0000 |
commit | e0769420e5c6f75d5ab55e466c21f0cee01fd9d3 (patch) | |
tree | b776b0eb6195ab3efe519ce00dcd283dd16dd1c6 /net-www | |
parent | An _important_ apache file locking issue resolved with -r2 (diff) | |
download | gentoo-2-e0769420e5c6f75d5ab55e466c21f0cee01fd9d3.tar.gz gentoo-2-e0769420e5c6f75d5ab55e466c21f0cee01fd9d3.tar.bz2 gentoo-2-e0769420e5c6f75d5ab55e466c21f0cee01fd9d3.zip |
meep
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild | 92 | ||||
-rw-r--r-- | net-www/apache-ssl/files/digest-apache-ssl-1.3.14.2.7.1-r2 | 2 |
2 files changed, 2 insertions, 92 deletions
diff --git a/net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild b/net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild deleted file mode 100644 index f5ffbfa13ed4..000000000000 --- a/net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild,v 1.5 2000/11/17 11:15:51 achim Exp $ - -A="apache_1.3.14.tar.gz mod_ssl-2.7.1-1.3.14.tar.gz" -S=${WORKDIR}/apache_1.3.14 -DESCRIPTION="The Apache Web Server v1.3.14 with mod_ssl" -SRC_URI="http://httpd.apache.org/dist/apache_1.3.14.tar.gz - ftp://ftp.modssl.org/source/mod_ssl-2.7.1-1.3.14.tar.gz" -HOMEPAGE="http://www.apache.org http://www.modssl.org" - -DEPEND=">=sys-apps/bash-2.04 - >=sys-libs/glibc-2.1.3 - >=sys-libs/db-3.1 - >=dev-libs/openssl-0.9.6" - -src_compile() { - export SSL_BASE=SYSTEM - cd ${S}/../mod_ssl-2.7.1-1.3.14 - try ./configure --with-apache=${S} --with-ssl=SYSTEM - cd ${S} - try ./configure --prefix=/usr/local/httpd --bindir=/usr/bin \ - --sbindir=/usr/sbin --datadir=/usr/local/httpd \ - --sysconfdir=/etc/httpd --libexecdir=/usr/lib/apache \ - --mandir=/usr/man --logfiledir=/var/log/apache --localstatedir=/var/lock \ - --proxycachedir=/var/cache/httpd --includedir=/usr/include/apache \ - --enable-module=all --enable-module=ssl \ - --enable-shared=max --enable-suexec --suexec-caller=wwwrun \ - --suexec-userdir=public_html --suexec-uidmin=96 \ - --suexec-gidmin=96 --suexec-safepath="/bin:/usr/bin" -# --disable-module=auth_dbm" - try make - try make certificate TYPE=dummy -} - -src_install() { - cd ${S} - try make install-quiet root=${D} - prepman - - dodoc ABOUT_APACHE Announcement INSTALL* KEYS LICENSE* README* WARNING* - docinto mod_ssl - cd ../mod_ssl-2.7.1-1.3.14 - dodoc ANNOUNCE CHANGES CREDITS INSTALL* LICENSE NEWS README* - dodir /etc/rc.d/init.d - cp ${O}/files/httpd.conf ${D}/etc/httpd - cp ${O}/files/httpd ${D}/etc/rc.d/init.d -} - -pkg_config() { - - source ${ROOT}/var/db/pkg/install.config - source ${ROOT}/etc/rc.d/config/functions - - if [ "$ServerName" = "" ] - then - ServerName=`uname -n` - fi - if [ "$ServerAdmin" = "" ] - - then - ServerAdmin="webmaster\@$ServerName" - fi - - # Make apache start at boot - ${ROOT}/usr/sbin/rc-update add httpd - - # Set ServerName and ServerAdmin - einfo "Setting Servername to $ServerName..." - cp ${ROOT}/etc/httpd/httpd.conf ${ROOT}/etc/httpd/httpd.conf.orig - sed -e "s/^\#ServerName.*/ServerName $ServerName/" \ - -e "s/^ServerName.*/ServerName $ServerName/" \ - -e "s/^ServerAdmin.*/ServerAdmin $ServerAdmin/" \ - ${ROOT}/etc/httpd/httpd.conf.orig > ${ROOT}/etc/httpd/httpd.conf - -} - -pkg_prerm() { - - source ${ROOT}/etc/rc.d/config/functions - if [ "$ROOT" = "/" ] - then - if [ -f /var/run/httpd.pid ] - then - einfo "Stopping running daemon..." - /etc/rc.d/init.d/httpd stop - fi - fi - -} - diff --git a/net-www/apache-ssl/files/digest-apache-ssl-1.3.14.2.7.1-r2 b/net-www/apache-ssl/files/digest-apache-ssl-1.3.14.2.7.1-r2 new file mode 100644 index 000000000000..53b0c5cf8cf4 --- /dev/null +++ b/net-www/apache-ssl/files/digest-apache-ssl-1.3.14.2.7.1-r2 @@ -0,0 +1,2 @@ +MD5 34803e3d83a0a9ed981b571657b33109 apache_1.3.14.tar.gz +MD5 99e05bd4ab7bd5c72fbb70bd8cfbf283 mod_ssl-2.7.1-1.3.14.tar.gz |