pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/apache Regenerate patch-aa to obtain correct offse...
details: https://anonhg.NetBSD.org/pkgsrc/rev/50662db4c7ee
branches: trunk
changeset: 475304:50662db4c7ee
user: abs <abs%pkgsrc.org@localhost>
date: Thu May 13 21:21:27 2004 +0000
description:
Regenerate patch-aa to obtain correct offsets so this works with Linux 'patch'.
No functional change (other than building again on Linux)
diffstat:
www/apache/distinfo | 4 ++--
www/apache/patches/patch-aa | 22 +++++++++++-----------
2 files changed, 13 insertions(+), 13 deletions(-)
diffs (97 lines):
diff -r 8df378b687ff -r 50662db4c7ee www/apache/distinfo
--- a/www/apache/distinfo Thu May 13 20:23:21 2004 +0000
+++ b/www/apache/distinfo Thu May 13 21:21:27 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.33 2004/05/13 11:39:09 taca Exp $
+$NetBSD: distinfo,v 1.34 2004/05/13 21:21:27 abs Exp $
SHA1 (apache_1.3.31.tar.gz) = a5d4298e8f99cae220ba65b5ef128d5742c7298d
Size (apache_1.3.31.tar.gz) = 2467371 bytes
@@ -6,7 +6,7 @@
Size (sitedrivenby.gif) = 8519 bytes
SHA1 (mod_ssl-2.8.17-1.3.31.tar.gz) = 942ca41a95f1e671ecabf90a8704b85de42d5d42
Size (mod_ssl-2.8.17-1.3.31.tar.gz) = 754472 bytes
-SHA1 (patch-aa) = fa3f41ea33fc0088166b067bf68fb807ac53af96
+SHA1 (patch-aa) = 3a655678f5e99769f27fca06a8279b14a8e8e8be
SHA1 (patch-ab) = 71ea1f3a59e0f7bc37175b0eefd462a1f7ca4fb6
SHA1 (patch-ac) = 12347c7a306d3e898b032c2b4b3b01670b62d4fd
SHA1 (patch-ad) = 79e9b2adb23e412195f0382b30b56496af735297
diff -r 8df378b687ff -r 50662db4c7ee www/apache/patches/patch-aa
--- a/www/apache/patches/patch-aa Thu May 13 20:23:21 2004 +0000
+++ b/www/apache/patches/patch-aa Thu May 13 21:21:27 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.22 2004/02/28 22:15:30 snj Exp $
+$NetBSD: patch-aa,v 1.23 2004/05/13 21:21:27 abs Exp $
---- Makefile.tmpl.orig 2004-02-28 14:06:16.000000000 -0800
-+++ Makefile.tmpl 2004-02-28 14:06:16.000000000 -0800
-@@ -100,6 +100,8 @@
+--- Makefile.tmpl.orig 2004-05-13 22:18:11.000000000 +0100
++++ Makefile.tmpl
+@@ -56,6 +56,8 @@ INSTALL_DATA = $(INSTALL) $(IFLAGS_DA
PERL = @PERL@
TAR = @TAR@
TAROPT = @TAROPT@
@@ -11,7 +11,7 @@
# installation name of Apache webserver
TARGET = @TARGET@
-@@ -324,11 +326,6 @@
+@@ -280,11 +282,6 @@ install-mktree:
$(MKDIR) $(root)$(mandir)/man1
$(MKDIR) $(root)$(mandir)/man8
$(MKDIR) $(root)$(sysconfdir)
@@ -23,7 +23,7 @@
$(MKDIR) $(root)$(htdocsdir)
$(MKDIR) $(root)$(manualdir)
$(MKDIR) $(root)$(iconsdir)
-@@ -340,9 +337,9 @@
+@@ -296,9 +293,9 @@ install-mktree:
$(MKDIR) $(root)$(proxycachedir)
-@if [ "x`$(AUX)/getuid.sh`" = "x0" ]; then \
echo "chown $(conf_user) $(root)$(proxycachedir)"; \
@@ -35,7 +35,7 @@
fi
@echo "<=== [mktree]"
-@@ -387,34 +384,6 @@
+@@ -343,34 +340,6 @@ install-programs:
file=`echo $${mod} | sed -e 's;^.*/\([^/]*\);\1;'`; \
echo "$(INSTALL_DSO) $(TOP)/$(SRC)/$${mod} $(root)$(libexecdir)/$${file}"; \
$(INSTALL_DSO) $(TOP)/$(SRC)/$${mod} $(root)$(libexecdir)/$${file}; \
@@ -70,7 +70,7 @@
done; \
fi
@echo "<=== [programs]"
-@@ -464,9 +433,9 @@
+@@ -420,9 +389,9 @@ install-support:
echo "$(INSTALL_PROGRAM) $(TOP)/$(SRC)/support/suexec $(root)$(sbindir)/suexec"; \
$(INSTALL_PROGRAM) $(TOP)/$(SRC)/support/suexec $(root)$(sbindir)/suexec; \
echo "chown root $(root)$(sbindir)/suexec"; \
@@ -82,7 +82,7 @@
echo "$(INSTALL_DATA) $(TOP)/$(SRC)/support/suexec.8 $(root)$(mandir)/man8/suexec.8"; \
$(INSTALL_DATA) $(TOP)/$(SRC)/support/suexec.8 $(root)$(mandir)/man8/suexec.8; \
fi
-@@ -508,9 +477,9 @@
+@@ -464,9 +433,9 @@ install-binsupport:
echo "$(INSTALL_PROGRAM) $(TOP)/$(SRC)/support/suexec $(root)$(sbindir)/suexec"; \
$(INSTALL_PROGRAM) $(TOP)/$(SRC)/support/suexec $(root)$(sbindir)/suexec; \
echo "chown root $(root)$(sbindir)/suexec"; \
@@ -94,7 +94,7 @@
echo "$(INSTALL_DATA) $(TOP)/$(SRC)/support/suexec.8 $(root)$(mandir)/man8/suexec.8"; \
$(INSTALL_DATA) $(TOP)/$(SRC)/support/suexec.8 $(root)$(mandir)/man8/suexec.8; \
fi
-@@ -533,21 +502,25 @@
+@@ -489,21 +458,25 @@ install-include:
# icons and distributed CGI scripts.
install-data:
@echo "===> [data: Installing initial data files]"
@@ -125,7 +125,7 @@
fi
-@if [ -f $(root)$(cgidir)/printenv ]; then \
echo "[PRESERVING EXISTING CGI SUBDIR: $(root)$(cgidir)/]"; \
-@@ -555,23 +528,25 @@
+@@ -511,23 +484,25 @@ install-data:
for script in printenv test-cgi; do \
cat $(TOP)/cgi-bin/$${script} |\
sed -e 's;^#!/.*perl;#!$(PERL);' \
Home |
Main Index |
Thread Index |
Old Index