summaryrefslogtreecommitdiff
path: root/www/apache/patches
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-10-03 22:00:22 +0000
committertv <tv@pkgsrc.org>1998-10-03 22:00:22 +0000
commit9d4f395c15d6b2e4fe76eae4285358d8ca77f52c (patch)
treecd0d3ad7537930330c56d036dccff6576bc954f5 /www/apache/patches
parentb5773363c7a0fd3e932a5a1f25f2f70bc1a51d28 (diff)
downloadpkgsrc-9d4f395c15d6b2e4fe76eae4285358d8ca77f52c.tar.gz
Update Apaches to 1.3.2.
apache-modssl: update mod_ssl to 2.0.12, and rename pkg to "apache-1.3.2-modssl-2.0.12" such that mod_ssl version changes are noted.
Diffstat (limited to 'www/apache/patches')
-rw-r--r--www/apache/patches/patch-aa16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/apache/patches/patch-aa b/www/apache/patches/patch-aa
deleted file mode 100644
index dea0454e38e..00000000000
--- a/www/apache/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.4 1998/08/07 11:14:22 agc Exp $
-
-*** Makefile.tmpl~ Tue May 12 04:52:11 1998
---- Makefile.tmpl Tue Jul 21 14:50:58 1998
-***************
-*** 324,329 ****
---- 324,332 ----
- @osdir=`grep '^OSDIR=' $(TOP)/$(SRC)/Makefile.config | sed -e 's:^OSDIR=.*/os:os:'`; \
- echo "$(UMASK) 022; $(CP) $(TOP)/$(SRC)/$${osdir}/os.h $(includedir)/"; \
- $(UMASK) 022; $(CP) $(TOP)/$(SRC)/$${osdir}/os.h $(root)$(includedir)/
-+ # The above umask won't work if the original files were extracted with umask 077.
-+ echo 'chmod 444 $(root)$(includedir)/*'
-+ chmod 444 $(root)$(includedir)/*
- @echo "<=== [include]"
-
- # create an initial document root containing the Apache manual,