diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2003-10-09 11:25:41 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2003-10-09 11:25:41 +0000 |
commit | ebd8be7d068ef74547ecc834b3b9487e8a4ab0cf (patch) | |
tree | 49dbee3478933ef10dbaf81ed7c033c9a5583212 /russian | |
parent | 7b4b5cc22b0862edf31e856feefeddc42bcf74b6 (diff) |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/apache13-modssl/Makefile | 7 | ||||
-rw-r--r-- | russian/apache13-modssl/files/mod_ssl-fix | 13 |
2 files changed, 17 insertions, 3 deletions
diff --git a/russian/apache13-modssl/Makefile b/russian/apache13-modssl/Makefile index 7052f3f1a114..2daebef3ac0a 100644 --- a/russian/apache13-modssl/Makefile +++ b/russian/apache13-modssl/Makefile @@ -7,6 +7,7 @@ PORTNAME= apache+mod_ssl PORTVERSION= ${VERSION_APACHE}+${VERSION_RA}+${VERSION_MODSSL} +PORTREVISION= 1 CATEGORIES= russian www security MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \ ${MASTER_SITES_MODSSL:S/$/:modssl/} \ @@ -206,6 +207,9 @@ pre-patch: @cd ${WRKDIR} \ && tar cf - src conf htdocs | tar xf - -C ${WRKDIR}/apache_${VERSION_APACHE} @cd ${WRKDIR}/mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE} \ + && ${ECHO_MSG} "===> Fix mod_ssl-${VERSION_MODSSL} extension for compatibility with Russian Apache" \ + && ${PATCH} --quiet < ${FILESDIR}/mod_ssl-fix + @cd ${WRKDIR}/mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE} \ && ${ECHO_MSG} "===> Applying mod_ssl-${VERSION_MODSSL} extension" \ && ./configure --with-apache=../${DISTNAME} --expert @@ -232,8 +236,5 @@ post-install: ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/apache.sh ${PREFIX}/etc/rc.d/apache.sh; \ fi -.if defined(WITH_SUEXEC) - @${ECHO_CMD} "sbin/suexec" >> ${TMPPLIST} -.endif .include <bsd.port.post.mk> diff --git a/russian/apache13-modssl/files/mod_ssl-fix b/russian/apache13-modssl/files/mod_ssl-fix new file mode 100644 index 000000000000..60d5d06db50d --- /dev/null +++ b/russian/apache13-modssl/files/mod_ssl-fix @@ -0,0 +1,13 @@ +--- pkg.sslsup/sslsup.patch.orig Thu Oct 9 15:08:28 2003 ++++ pkg.sslsup/sslsup.patch Thu Oct 9 15:08:56 2003 +@@ -480,6 +480,10 @@ + { + /* variable name starts with */ + "HTTP_", ++#ifdef RUSSIAN_APACHE ++ "CHARSET", ++ "CHARSET_", ++#endif + +#ifdef MOD_SSL + + "HTTPS_", + + "SSL_", |