diff options
author | ache <ache@FreeBSD.org> | 1997-08-26 07:03:05 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-08-26 07:03:05 +0800 |
commit | 0c29fa88d18c1994d6fa13c6b928fe39f9618d2d (patch) | |
tree | eb5582e77aace03eacdd39f42a6e7c89c06a0fa5 /www/apache2 | |
parent | e5a8edb9ebc0ea1f1be227696b4cd6ea22c886ae (diff) | |
download | freebsd-ports-gnome-0c29fa88d18c1994d6fa13c6b928fe39f9618d2d.tar.gz freebsd-ports-gnome-0c29fa88d18c1994d6fa13c6b928fe39f9618d2d.tar.zst freebsd-ports-gnome-0c29fa88d18c1994d6fa13c6b928fe39f9618d2d.zip |
Do not replace Apache md5 with FreeBSD one, it cause
support problems and gains almost nothing
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile | 5 | ||||
-rw-r--r-- | www/apache2/files/patch-ag | 19 |
2 files changed, 1 insertions, 23 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 1a85c19d1ecc..f3918c586d2c 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.37 1997/08/12 18:20:00 peter Exp $ +# $Id: Makefile,v 1.38 1997/08/13 15:09:53 ache Exp $ # DISTNAME= apache_1.3a1 @@ -24,9 +24,6 @@ post-patch: < Configuration.old > Configuration .endif -post-patch: - ${CP} /usr/include/md5.h ${WRKSRC}/src/md5.h - post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ diff --git a/www/apache2/files/patch-ag b/www/apache2/files/patch-ag deleted file mode 100644 index de274fe1b0e2..000000000000 --- a/www/apache2/files/patch-ag +++ /dev/null @@ -1,19 +0,0 @@ -*** src/util_md5.h.orig Wed Jul 16 01:39:59 1997 ---- src/util_md5.h Thu Jul 24 05:09:25 1997 -*************** -*** 50,56 **** - * - */ - -! #include "md5.h" - - API_EXPORT(char *) md5(pool *a, unsigned char *string); - API_EXPORT(char *) md5contextTo64(pool *p, MD5_CTX *context); ---- 50,56 ---- - * - */ - -! #include <md5.h> - - API_EXPORT(char *) md5(pool *a, unsigned char *string); - API_EXPORT(char *) md5contextTo64(pool *p, MD5_CTX *context); |