aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-06-20 01:35:05 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-06-20 01:35:05 +0000
commitf3fcaf8d1de67c63941d2ff667dc50eaaba5dc07 (patch)
treefdf8ce2cfa0417afd79b1211592c4aafb51844b1 /www
parentfdb2e1fd900e0527b1c361e3c01f35e1a1ae3205 (diff)
downloadports-f3fcaf8d1de67c63941d2ff667dc50eaaba5dc07.tar.gz
ports-f3fcaf8d1de67c63941d2ff667dc50eaaba5dc07.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/apache13/Makefile3
-rw-r--r--www/apache13/files/patch-ab12
2 files changed, 7 insertions, 8 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile
index e1a5bb5a08e4..09dc848b4659 100644
--- a/www/apache13/Makefile
+++ b/www/apache13/Makefile
@@ -7,6 +7,7 @@
PORTNAME= apache
PORTVERSION= 1.3.26
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.apache.org/dist/httpd/ \
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \
@@ -25,7 +26,7 @@ MASTER_SITES= http://www.apache.org/dist/httpd/ \
ftp://apache.nextpath.com/pub/apache/dist/httpd/
DISTNAME= apache_${PORTVERSION}
-PATCH_SITES= http://www.apache.org/dist/httpd/patches/apply_to_1.3.26/
+#PATCH_SITES= http://www.apache.org/dist/httpd/patches/apply_to_1.3.26/
#PATCHFILES=
#PATCH_DIST_ARGS= -d ${WRKSRC}/src --forward --quiet -E ${PATCH_DIST_STRIP}
diff --git a/www/apache13/files/patch-ab b/www/apache13/files/patch-ab
index 7e823f446bd1..a99bd7305990 100644
--- a/www/apache13/files/patch-ab
+++ b/www/apache13/files/patch-ab
@@ -1,21 +1,19 @@
---- Makefile.tmpl.orig Wed Nov 28 18:02:12 2001
-+++ Makefile.tmpl Fri Jan 25 07:48:19 2002
-@@ -270,10 +270,12 @@
+--- Makefile.tmpl.orig Thu Mar 14 00:05:27 2002
++++ Makefile.tmpl Thu Jun 20 05:30:58 2002
+@@ -270,10 +270,10 @@
$(MKDIR) $(root)$(mandir)/man1
$(MKDIR) $(root)$(mandir)/man8
$(MKDIR) $(root)$(sysconfdir)
- $(MKDIR) $(root)$(htdocsdir)
-+ $(RM) -rf $(root)$(htdocsdir).default
+ $(MKDIR) $(root)$(htdocsdir).default
$(MKDIR) $(root)$(manualdir)
$(MKDIR) $(root)$(iconsdir)
- $(MKDIR) $(root)$(cgidir)
-+ $(RM) -rf $(root)$(cgidir).default
+ $(MKDIR) $(root)$(cgidir).default
$(MKDIR) $(root)$(includedir)
$(MKDIR) $(root)$(includedir)/xml
$(MKDIR) $(root)$(runtimedir)
-@@ -459,33 +461,39 @@
+@@ -459,33 +459,39 @@
# icons and distributed CGI scripts.
install-data:
@echo "===> [data: Installing initial data files]"
@@ -70,7 +68,7 @@
@echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \
(cd $(TOP)/icons/ && $(TAR) $(TAROPT) - *) |\
(cd $(root)$(iconsdir)/ && $(TAR) -xf -); \
-@@ -524,10 +532,10 @@
+@@ -524,10 +530,10 @@
-e 's;logs/accept\.lock;$(runtimedir)/$(TARGET).lock;' \
-e 's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \
-e 's;logs/httpd\.pid;$(runtimedir)/$(TARGET).pid;' \