diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-06-02 07:20:46 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-06-02 07:20:46 +0000 |
commit | 01055309bf2934de13b4329979175db5448d1025 (patch) | |
tree | 79ff2ebbf34a469401974d647643eb093a4b7896 /www/apache13-ssl | |
parent | Upgrade to mod_ssl 2.3.1. (diff) |
- Upgrade to Apache-SSL 1.35.
- include ${PREFIX}/include/openssl due to openssl upgrade.
Submitted by: Ralf S. Engelschall <rse@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=19174
Diffstat (limited to 'www/apache13-ssl')
-rw-r--r-- | www/apache13-ssl/Makefile | 5 | ||||
-rw-r--r-- | www/apache13-ssl/distinfo | 2 | ||||
-rw-r--r-- | www/apache13-ssl/files/patch-aq | 15 |
3 files changed, 7 insertions, 15 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index 864678624cae..176ca0edf509 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -6,10 +6,10 @@ # and apache-ssl port by Mark Murray <mark@grondar.za>. # Oh, and with a little bit of help from Ben :) # -# $Id: Makefile,v 1.4 1999/04/05 19:19:45 addy Exp $ +# $Id: Makefile,v 1.56 1999/04/10 07:53:03 dirk Exp $ APACHE= 1.3.6 -APACHE-SSL= 1.32 +APACHE-SSL= 1.35 DISTNAME= apache_${APACHE} PKGNAME= apache-${APACHE}+ssl_${APACHE-SSL} @@ -45,6 +45,7 @@ BUILD_DEPENDS= ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl \ RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl HAS_CONFIGURE= yes +CFLAGS+= -I${PREFIX}/include/openssl CONFIGURE_ARGS= \ --prefix=${PREFIX} \ --with-layout=GNU \ diff --git a/www/apache13-ssl/distinfo b/www/apache13-ssl/distinfo index 4acbc5776c36..dc28ab74129d 100644 --- a/www/apache13-ssl/distinfo +++ b/www/apache13-ssl/distinfo @@ -1,2 +1,2 @@ MD5 (apache_1.3.6.tar.gz) = b4114ed78f296bfe424c4ba05dccc643 -MD5 (apache_1.3.6+ssl_1.32.tar.gz) = 28ab03ea49cd923ccac16275790f42e8 +MD5 (apache_1.3.6+ssl_1.35.tar.gz) = ecf16c247f02c41b2b2a3f84030b9dc5 diff --git a/www/apache13-ssl/files/patch-aq b/www/apache13-ssl/files/patch-aq index 7ffd4f220bc3..fb59d97ba8b4 100644 --- a/www/apache13-ssl/files/patch-aq +++ b/www/apache13-ssl/files/patch-aq @@ -1,15 +1,6 @@ ---- FixPatch.orig Mon Jan 18 17:22:23 1999 -+++ FixPatch Wed Apr 7 21:50:59 1999 -@@ -15,7 +15,7 @@ - SSL_ABS_PATHS="/usr/local/*/SSLeay-* /usr/local/*/*/SSLeay-* /opt/*/SSLeay-* - /opt/*/*/SSLeay-* /usr/local/*/openssl-* /usr/local/*/*/openssl-* - /opt/*/openssl-* /opt/*/*/openssl-*"; --SSL_INST_DIR=/usr/local/ssl -+SSL_INST_DIR="/usr/local/ssl $PREFIX" - - # Sort the paths - RELDIRS=`echo $SSL_REL_PATHS | xargs -n 1 echo | sort -r` -@@ -111,13 +111,6 @@ +--- FixPatch.orig Sun May 23 13:34:08 1999 ++++ FixPatch Mon May 31 09:03:49 1999 +@@ -112,13 +112,6 @@ echo "Your version of patch is out-of-date. You need patch 2.1 or 2.5." fi |