aboutsummaryrefslogtreecommitdiff
path: root/www/apache13-ssl/files
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-04-10 07:53:03 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-04-10 07:53:03 +0000
commit8b20e64d2c6144fb876c7f5363452d3c422b41c5 (patch)
tree7c8de200d0905fd0253f77405aea85c2ca60c69b /www/apache13-ssl/files
parent3239d1ace59136773162c733ce6a46980611ccaf (diff)
downloadports-8b20e64d2c6144fb876c7f5363452d3c422b41c5.tar.gz
ports-8b20e64d2c6144fb876c7f5363452d3c422b41c5.zip
Notes
Diffstat (limited to 'www/apache13-ssl/files')
-rw-r--r--www/apache13-ssl/files/patch-aq26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/apache13-ssl/files/patch-aq b/www/apache13-ssl/files/patch-aq
new file mode 100644
index 000000000000..7ffd4f220bc3
--- /dev/null
+++ b/www/apache13-ssl/files/patch-aq
@@ -0,0 +1,26 @@
+--- 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 @@
+ echo "Your version of patch is out-of-date. You need patch 2.1 or 2.5."
+ fi
+
+-echo -n "Do you want me to apply the fixed-up Apache-SSL patch for you? [n] "
+-read ans
+-echo $ans | grep -i "^[ \t]*y" >/dev/null
+-if [ $? = 0 ]; then
+- patch -p1 <SSLpatch.fixed-up
+-else
+- echo "OK, I won't apply the fixed-up patch. I've left it in SSLpatch.fixed-up";
+-fi
++patch -p1 <SSLpatch.fixed-up
+
+ exit