diff options
author | obache <obache> | 2010-04-28 07:43:56 +0000 |
---|---|---|
committer | obache <obache> | 2010-04-28 07:43:56 +0000 |
commit | 072e2003fedbc4233e4a472b96a1af93aa948235 (patch) | |
tree | aaeb75ef1aa2b532b1cdf0bb1c544b6e54933cbc /www/apache22 | |
parent | 3d9aac9c611250020b9f258967cae9f831a8faae (diff) | |
download | pkgsrc-072e2003fedbc4233e4a472b96a1af93aa948235.tar.gz |
Fixes omiting of pre-creating directory for pax in patch-aa.
It break installation on SUA 6.0 with native pax.
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/distinfo | 4 | ||||
-rw-r--r-- | www/apache22/patches/patch-aa | 23 |
2 files changed, 14 insertions, 13 deletions
diff --git a/www/apache22/distinfo b/www/apache22/distinfo index 9656df1c3d2..af388820987 100644 --- a/www/apache22/distinfo +++ b/www/apache22/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.31 2010/03/09 02:30:15 taca Exp $ +$NetBSD: distinfo,v 1.32 2010/04/28 07:43:56 obache Exp $ SHA1 (httpd-2.2.15.tar.bz2) = 5f0e973839ed2e38a4d03adba109ef5ce3381bc2 RMD160 (httpd-2.2.15.tar.bz2) = e5c5da1fdf86a6b0501f6c8e97ccb1982e81cfdf Size (httpd-2.2.15.tar.bz2) = 4959582 bytes -SHA1 (patch-aa) = 40f5f687a1217b8d6684dc610d3d4c430f635cbf +SHA1 (patch-aa) = e0bfdf6bc9cb034bea46a390a12a5508e363c9a7 SHA1 (patch-ab) = 365cc3b0ac2d9d68ccb94f5699fe168a1c9b0150 SHA1 (patch-ac) = 515043b5c215d49fe8f6d3191b502c978e2a2dad SHA1 (patch-ad) = 088d6ff0e7a8acfe70b4f85a6ce58d42c935fd13 diff --git a/www/apache22/patches/patch-aa b/www/apache22/patches/patch-aa index ce7f6a8913d..6de07f3c094 100644 --- a/www/apache22/patches/patch-aa +++ b/www/apache22/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2008/06/18 21:38:01 tron Exp $ +$NetBSD: patch-aa,v 1.4 2010/04/28 07:43:56 obache Exp $ ---- Makefile.in.orig 2008-02-04 23:00:07.000000000 +0000 -+++ Makefile.in 2008-06-18 21:49:27.000000000 +0100 -@@ -4,7 +4,7 @@ +--- Makefile.in.orig 2008-11-25 20:24:49.000000000 +0000 ++++ Makefile.in +@@ -4,7 +4,7 @@ CLEAN_SUBDIRS = test PROGRAM_NAME = $(progname) PROGRAM_SOURCES = modules.c @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.3 2008/06/18 21:38:01 tron Exp $ PROGRAM_PRELINK = $(COMPILE) -c $(top_srcdir)/server/buildmark.c PROGRAM_DEPENDENCIES = \ server/libmain.la \ -@@ -14,7 +14,7 @@ +@@ -14,7 +14,7 @@ PROGRAM_DEPENDENCIES = \ PROGRAMS = $(PROGRAM_NAME) TARGETS = $(PROGRAMS) $(shared_build) $(other_targets) @@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.3 2008/06/18 21:38:01 tron Exp $ install-other install-cgi install-include install-suexec install-build \ install-man -@@ -30,8 +30,8 @@ +@@ -30,8 +30,8 @@ include $(top_srcdir)/build/program.mk install-conf: @echo Installing configuration files @@ -31,7 +31,7 @@ $NetBSD: patch-aa,v 1.3 2008/06/18 21:38:01 tron Exp $ @cd $(top_srcdir)/docs/conf; \ for i in mime.types magic; do \ if test ! -f $(DESTDIR)$(sysconfdir)/$$i; then \ -@@ -69,7 +69,8 @@ +@@ -69,7 +69,8 @@ install-conf: -e 's#@@SSLPort@@#$(SSLPORT)#g' \ < $$i; \ fi \ @@ -41,7 +41,7 @@ $NetBSD: patch-aa,v 1.3 2008/06/18 21:38:01 tron Exp $ chmod 0644 $(DESTDIR)$(sysconfdir)/original/$$i; \ file=$$i; \ if [ "$$i" = "httpd.conf" ]; then \ -@@ -79,13 +80,16 @@ +@@ -79,13 +80,16 @@ install-conf: $(INSTALL_DATA) $(DESTDIR)$(sysconfdir)/original/$$i $(DESTDIR)$(sysconfdir)/$$file; \ fi; \ fi; \ @@ -58,7 +58,7 @@ $NetBSD: patch-aa,v 1.3 2008/06/18 21:38:01 tron Exp $ fi # Create a sanitized config_vars.mk -@@ -103,7 +107,7 @@ +@@ -103,7 +107,7 @@ install-build: build/config_vars.out $(top_srcdir)/build/instdso.sh; do \ $(INSTALL_PROGRAM) $$f $(DESTDIR)$(installbuilddir); \ done @@ -67,7 +67,7 @@ $NetBSD: patch-aa,v 1.3 2008/06/18 21:38:01 tron Exp $ @rm build/config_vars.out htdocs-srcdir = $(top_srcdir)/docs/docroot -@@ -120,48 +124,27 @@ +@@ -120,48 +124,28 @@ dox: doxygen $(top_srcdir)/docs/doxygen.conf install-htdocs: @@ -83,6 +83,7 @@ $NetBSD: patch-aa,v 1.3 2008/06/18 21:38:01 tron Exp $ - cd $(DESTDIR)$(htdocsdir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null || true; \ - fi; \ - fi ++ $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir) ; \ + test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && \ + @PAX@ -rwppm . $(DESTDIR)$(htdocsdir)) @@ -124,7 +125,7 @@ $NetBSD: patch-aa,v 1.3 2008/06/18 21:38:01 tron Exp $ install-other: @test -d $(DESTDIR)$(logfiledir) || $(MKINSTALLDIRS) $(DESTDIR)$(logfiledir) -@@ -207,14 +190,10 @@ +@@ -208,14 +192,10 @@ install-man: @test -d $(DESTDIR)$(mandir)/man1 || $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man1 @test -d $(DESTDIR)$(mandir)/man8 || $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man8 @test -d $(DESTDIR)$(manualdir) || $(MKINSTALLDIRS) $(DESTDIR)$(manualdir) |