diff options
author | explorer <explorer@pkgsrc.org> | 2000-04-21 02:19:33 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 2000-04-21 02:19:33 +0000 |
commit | 470b971d20b79c6ba3699ca45b2f31a3bc61b7ed (patch) | |
tree | 079bfd5a2c858c67234b9efc22c70fbccc9e8709 /www | |
parent | 7b252a6bee72b634a02fb7576d56782ebc8aafd7 (diff) | |
download | pkgsrc-470b971d20b79c6ba3699ca45b2f31a3bc61b7ed.tar.gz |
unneeded patch removed
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-ssl/patches/patch-aa | 14 | ||||
-rw-r--r-- | www/apache/patches/patch-an | 23 |
2 files changed, 0 insertions, 37 deletions
diff --git a/www/ap-ssl/patches/patch-aa b/www/ap-ssl/patches/patch-aa deleted file mode 100644 index 0dc625b1b67..00000000000 --- a/www/ap-ssl/patches/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-aa,v 1.2 1999/12/01 01:00:18 bad Exp $ - -# make sure configure finds the ssl library. ---- pkg.sslmod/libssl.module.orig Thu Sep 30 14:24:27 1999 -+++ pkg.sslmod/libssl.module Tue Nov 30 19:35:43 1999 -@@ -382,7 +382,7 @@ - if [ -f "$SSL_BASE/libssl.a" ]; then - SSL_LIBDIR='$(SSL_BASE)' - my_real_ssl_libdir="$SSL_BASE" -- elif [ -f "$SSL_BASE/lib/libssl.a" ]; then -+ elif [ -f "$SSL_BASE/lib/libssl.so.1.0" ]; then - SSL_LIBDIR='$(SSL_BASE)/lib' - my_real_ssl_libdir="$SSL_BASE/lib" - else diff --git a/www/apache/patches/patch-an b/www/apache/patches/patch-an deleted file mode 100644 index d46ed8c861e..00000000000 --- a/www/apache/patches/patch-an +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-an,v 1.2 2000/02/09 00:54:03 hubertf Exp $ - ---- configure.orig Mon Jan 17 23:53:17 2000 -+++ configure Wed Feb 9 00:53:03 2000 -@@ -417,6 +417,7 @@ - echo " --mandir=DIR install manual pages in DIR" - echo " --sysconfdir=DIR install configuration files in DIR" - echo " --datadir=DIR install read-only data files in DIR" -+ echo " --cgidir=DIR install cgi files in DIR" - echo " --includedir=DIR install includes files in DIR" - echo " --localstatedir=DIR install modifiable data files in DIR" - echo " --runtimedir=DIR install runtime data in DIR" -@@ -652,6 +653,10 @@ - --datadir=*) - datadir="$apc_optarg" - autosuffix_datadir=no -+ ;; -+ --cgidir=*) -+ cgidir="$apc_optarg" -+ autosuffix_cgidir=no - ;; - --iconsdir=*) - iconsdir="$apc_optarg" |