View | Details | Raw Unified | Return to bug 43666 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	apache
8
PORTNAME=	apache
9
PORTVERSION=	2.0.42
9
PORTVERSION=	2.0.43
10
CATEGORIES=	www ipv6
10
CATEGORIES=	www ipv6
11
MASTER_SITES=	http://www.apache.org/dist/httpd/ \
11
MASTER_SITES=	http://www.apache.org/dist/httpd/ \
12
		http://apache.mirrorcentral.com/dist/httpd/ \
12
		http://apache.mirrorcentral.com/dist/httpd/ \
(-)./distinfo (-1 / +1 lines)
Lines 1-2 Link Here
1
MD5 (httpd-2.0.42.tar.gz) = 1ea73daf7626ae1e332da7618be81be9
1
MD5 (httpd-2.0.43.tar.gz) = 8051de5d160c43d4ed2cc47dc9be6fd3
2
MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62
2
MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62
(-)./files/patch-Makefile.in (-7 / +7 lines)
Lines 1-5 Link Here
1
--- Makefile.in.orig	Fri Jul 26 00:47:12 2002
1
--- Makefile.in.orig	Mon Sep 30 17:34:40 2002
2
+++ Makefile.in	Sat Aug 10 09:38:48 2002
2
+++ Makefile.in	Fri Oct  4 21:45:44 2002
3
@@ -36,10 +36,13 @@
3
@@ -36,10 +36,13 @@
4
 	    if test ! -f $(DESTDIR)$(sysconfdir)/$$i; then \
4
 	    if test ! -f $(DESTDIR)$(sysconfdir)/$$i; then \
5
 	        $(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir); \
5
 	        $(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir); \
Lines 34-40 Link Here
34
-	    echo Installing HTML documents ; \
34
-	    echo Installing HTML documents ; \
35
-	    $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir) ; \
35
-	    $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir) ; \
36
-	    test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)) ; \
36
-	    test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)) ; \
37
-	    cd $(DESTDIR)$(htdocsdir) && find . -name "CVS" -print | xargs rm -rf ; \
37
-	    cd $(DESTDIR)$(htdocsdir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \
38
-	fi
38
-	fi
39
+	@echo Installing HTML documents
39
+	@echo Installing HTML documents
40
+	@test -d $(DESTDIR)$(htdocsdir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir)-dist
40
+	@test -d $(DESTDIR)$(htdocsdir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir)-dist
Lines 49-55 Link Here
49
-	    echo Installing error documents ; \
49
-	    echo Installing error documents ; \
50
-	    $(MKINSTALLDIRS) $(DESTDIR)$(errordir) ; \
50
-	    $(MKINSTALLDIRS) $(DESTDIR)$(errordir) ; \
51
-	    cd $(top_srcdir)/docs/error && cp -rp * $(DESTDIR)$(errordir) ; \
51
-	    cd $(top_srcdir)/docs/error && cp -rp * $(DESTDIR)$(errordir) ; \
52
-	    test "x$(errordir)" != "x" && cd $(DESTDIR)$(errordir) && find . -name "CVS" -print | xargs rm -rf ; \
52
-	    test "x$(errordir)" != "x" && cd $(DESTDIR)$(errordir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \
53
-	fi
53
-	fi
54
+	@echo Installing error documents
54
+	@echo Installing error documents
55
+	@test -d $(DESTDIR)$(errordir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(errordir)-dist
55
+	@test -d $(DESTDIR)$(errordir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(errordir)-dist
Lines 64-70 Link Here
64
-	    echo Installing icons ; \
64
-	    echo Installing icons ; \
65
-	    $(MKINSTALLDIRS) $(DESTDIR)$(iconsdir) ; \
65
-	    $(MKINSTALLDIRS) $(DESTDIR)$(iconsdir) ; \
66
-	    cd $(top_srcdir)/docs/icons && cp -rp * $(DESTDIR)$(iconsdir) ; \
66
-	    cd $(top_srcdir)/docs/icons && cp -rp * $(DESTDIR)$(iconsdir) ; \
67
-	    test "x$(iconsdir)" != "x" && cd $(DESTDIR)$(iconsdir) && find . -name "CVS" -print | xargs rm -rf ; \
67
-	    test "x$(iconsdir)" != "x" && cd $(DESTDIR)$(iconsdir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \
68
-	fi
68
-	fi
69
+	@echo Installing icons
69
+	@echo Installing icons
70
+	@test -d $(DESTDIR)$(iconsdir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(iconsdir)-dist
70
+	@test -d $(DESTDIR)$(iconsdir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(iconsdir)-dist
Lines 79-85 Link Here
79
-	   echo Installing CGIs ; \
79
-	   echo Installing CGIs ; \
80
-	   $(MKINSTALLDIRS) $(DESTDIR)$(cgidir) ; \
80
-	   $(MKINSTALLDIRS) $(DESTDIR)$(cgidir) ; \
81
-	   cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir) ; \
81
-	   cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir) ; \
82
-	   test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir) && find . -name "CVS" -print | xargs rm -rf ; \
82
-	   test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \
83
-	fi
83
-	fi
84
+	@echo Installing CGIs
84
+	@echo Installing CGIs
85
+	@test -d $(DESTDIR)$(cgidir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(cgidir)-dist
85
+	@test -d $(DESTDIR)$(cgidir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(cgidir)-dist
Lines 99-105 Link Here
99
+.if !defined(NOPORTDOCS)
99
+.if !defined(NOPORTDOCS)
100
+	@test -d $(DESTDIR)$(manualdir)   || $(MKINSTALLDIRS) $(DESTDIR)$(manualdir)
100
+	@test -d $(DESTDIR)$(manualdir)   || $(MKINSTALLDIRS) $(DESTDIR)$(manualdir)
101
 	@(cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir))
101
 	@(cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir))
102
 	@(cd $(DESTDIR)$(manualdir) && find . -name "CVS" -print | xargs rm -rf)
102
 	@(cd $(DESTDIR)$(manualdir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null ) || true
103
+.endif
103
+.endif
104
 
104
 
105
 install-suexec:
105
 install-suexec:
(-)./pkg-plist (-11 / +53 lines)
Lines 229-234 Link Here
229
%%PORTDOCS%%share/doc/apache2/custom-error.html.en
229
%%PORTDOCS%%share/doc/apache2/custom-error.html.en
230
%%PORTDOCS%%share/doc/apache2/custom-error.html.ja.jis
230
%%PORTDOCS%%share/doc/apache2/custom-error.html.ja.jis
231
%%PORTDOCS%%share/doc/apache2/custom-error.xml
231
%%PORTDOCS%%share/doc/apache2/custom-error.xml
232
%%PORTDOCS%%share/doc/apache2/custom-error.xml.ja
232
%%PORTDOCS%%share/doc/apache2/developer/API.html
233
%%PORTDOCS%%share/doc/apache2/developer/API.html
233
%%PORTDOCS%%share/doc/apache2/developer/debugging.html
234
%%PORTDOCS%%share/doc/apache2/developer/debugging.html
234
%%PORTDOCS%%share/doc/apache2/developer/documenting.html
235
%%PORTDOCS%%share/doc/apache2/developer/documenting.html
Lines 249-255 Link Here
249
%%PORTDOCS%%share/doc/apache2/dso.html.ko.euc-kr
250
%%PORTDOCS%%share/doc/apache2/dso.html.ko.euc-kr
250
%%PORTDOCS%%share/doc/apache2/dso.xml
251
%%PORTDOCS%%share/doc/apache2/dso.xml
251
%%PORTDOCS%%share/doc/apache2/dso.xml.ja
252
%%PORTDOCS%%share/doc/apache2/dso.xml.ja
252
%%PORTDOCS%%share/doc/apache2/ebcdic.html
253
%%PORTDOCS%%share/doc/apache2/env.html.en
253
%%PORTDOCS%%share/doc/apache2/env.html.en
254
%%PORTDOCS%%share/doc/apache2/env.html.ja.jis
254
%%PORTDOCS%%share/doc/apache2/env.html.ja.jis
255
%%PORTDOCS%%share/doc/apache2/env.xml
255
%%PORTDOCS%%share/doc/apache2/env.xml
Lines 313-318 Link Here
313
%%PORTDOCS%%share/doc/apache2/install.html.ko.euc-kr
313
%%PORTDOCS%%share/doc/apache2/install.html.ko.euc-kr
314
%%PORTDOCS%%share/doc/apache2/install.xml
314
%%PORTDOCS%%share/doc/apache2/install.xml
315
%%PORTDOCS%%share/doc/apache2/install.xml.de
315
%%PORTDOCS%%share/doc/apache2/install.xml.de
316
%%PORTDOCS%%share/doc/apache2/install.xml.ja
316
%%PORTDOCS%%share/doc/apache2/invoking.html.en
317
%%PORTDOCS%%share/doc/apache2/invoking.html.en
317
%%PORTDOCS%%share/doc/apache2/invoking.html.ja.jis
318
%%PORTDOCS%%share/doc/apache2/invoking.html.ja.jis
318
%%PORTDOCS%%share/doc/apache2/invoking.xml
319
%%PORTDOCS%%share/doc/apache2/invoking.xml
Lines 320-344 Link Here
320
%%PORTDOCS%%share/doc/apache2/logs.html.en
321
%%PORTDOCS%%share/doc/apache2/logs.html.en
321
%%PORTDOCS%%share/doc/apache2/logs.html.ja.jis
322
%%PORTDOCS%%share/doc/apache2/logs.html.ja.jis
322
%%PORTDOCS%%share/doc/apache2/logs.xml
323
%%PORTDOCS%%share/doc/apache2/logs.xml
324
%%PORTDOCS%%share/doc/apache2/logs.xml.ja
323
%%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.html
325
%%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.html
324
%%PORTDOCS%%share/doc/apache2/misc/descriptors.html
326
%%PORTDOCS%%share/doc/apache2/misc/descriptors.html
325
%%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.html
327
%%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.html
326
%%PORTDOCS%%share/doc/apache2/misc/footer.html
328
%%PORTDOCS%%share/doc/apache2/misc/footer.html
327
%%PORTDOCS%%share/doc/apache2/misc/header.html
329
%%PORTDOCS%%share/doc/apache2/misc/header.html
328
%%PORTDOCS%%share/doc/apache2/misc/index.html
330
%%PORTDOCS%%share/doc/apache2/misc/index.html.en
331
%%PORTDOCS%%share/doc/apache2/misc/index.xml
329
%%PORTDOCS%%share/doc/apache2/misc/known_client_problems.html
332
%%PORTDOCS%%share/doc/apache2/misc/known_client_problems.html
330
%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.html
333
%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.html.en
331
%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.html
334
%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.xml
335
%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.html.en
336
%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.xml
332
%%PORTDOCS%%share/doc/apache2/misc/security_tips.html.en
337
%%PORTDOCS%%share/doc/apache2/misc/security_tips.html.en
333
%%PORTDOCS%%share/doc/apache2/misc/security_tips.xml
338
%%PORTDOCS%%share/doc/apache2/misc/security_tips.xml
334
%%PORTDOCS%%share/doc/apache2/misc/tutorials.html
339
%%PORTDOCS%%share/doc/apache2/misc/tutorials.html
335
%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml
336
%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml.ja
337
%%PORTDOCS%%share/doc/apache2/mod/core.html.en
340
%%PORTDOCS%%share/doc/apache2/mod/core.html.en
338
%%PORTDOCS%%share/doc/apache2/mod/core.xml
341
%%PORTDOCS%%share/doc/apache2/mod/core.xml
339
%%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.en
342
%%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.en
340
%%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.ja.jis
343
%%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.ja.jis
341
%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml
344
%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml
345
%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml.ja
342
%%PORTDOCS%%share/doc/apache2/mod/directives.html.en
346
%%PORTDOCS%%share/doc/apache2/mod/directives.html.en
343
%%PORTDOCS%%share/doc/apache2/mod/directives.html.ja.jis
347
%%PORTDOCS%%share/doc/apache2/mod/directives.html.ja.jis
344
%%PORTDOCS%%share/doc/apache2/mod/directives.xml
348
%%PORTDOCS%%share/doc/apache2/mod/directives.xml
Lines 386-392 Link Here
386
%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.en
390
%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.en
387
%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml
391
%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml
388
%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.en
392
%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.en
393
%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.ja.jis
389
%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml
394
%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml
395
%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml.ja
390
%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.en
396
%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.en
391
%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml
397
%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml
392
%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.en
398
%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.en
Lines 406-412 Link Here
406
%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.html.en
412
%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.html.en
407
%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml
413
%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml
408
%%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.en
414
%%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.en
415
%%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.ja.jis
409
%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml
416
%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml
417
%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml.ja
410
%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.en
418
%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.en
411
%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.ja.jis
419
%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.ja.jis
412
%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml
420
%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml
Lines 426-438 Link Here
426
%%PORTDOCS%%share/doc/apache2/mod/mod_include.html.en
434
%%PORTDOCS%%share/doc/apache2/mod/mod_include.html.en
427
%%PORTDOCS%%share/doc/apache2/mod/mod_include.xml
435
%%PORTDOCS%%share/doc/apache2/mod/mod_include.xml
428
%%PORTDOCS%%share/doc/apache2/mod/mod_info.html.en
436
%%PORTDOCS%%share/doc/apache2/mod/mod_info.html.en
437
%%PORTDOCS%%share/doc/apache2/mod/mod_info.html.ja.jis
429
%%PORTDOCS%%share/doc/apache2/mod/mod_info.xml
438
%%PORTDOCS%%share/doc/apache2/mod/mod_info.xml
439
%%PORTDOCS%%share/doc/apache2/mod/mod_info.xml.ja
430
%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html.en
440
%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html.en
431
%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml
441
%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml
432
%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.html.en
442
%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.html.en
433
%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.xml
443
%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.xml
434
%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html.en
444
%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html.en
435
%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml
445
%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml
446
%%PORTDOCS%%share/doc/apache2/mod/mod_logio.html.en
447
%%PORTDOCS%%share/doc/apache2/mod/mod_logio.xml
436
%%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.html.en
448
%%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.html.en
437
%%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.xml
449
%%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.xml
438
%%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.en
450
%%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.en
Lines 440-458 Link Here
440
%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html.en
452
%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html.en
441
%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml
453
%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml
442
%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.en
454
%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.en
455
%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.ja.jis
443
%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml
456
%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml
457
%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml.ja
444
%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html.en
458
%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html.en
445
%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml
459
%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml
446
%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html.en
460
%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html.en
447
%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml
461
%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml
448
%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.en
462
%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.en
463
%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.ja.jis
449
%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml
464
%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml
465
%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml.ja
450
%%PORTDOCS%%share/doc/apache2/mod/mod_so.html.en
466
%%PORTDOCS%%share/doc/apache2/mod/mod_so.html.en
451
%%PORTDOCS%%share/doc/apache2/mod/mod_so.html.ja.jis
467
%%PORTDOCS%%share/doc/apache2/mod/mod_so.html.ja.jis
452
%%PORTDOCS%%share/doc/apache2/mod/mod_so.xml
468
%%PORTDOCS%%share/doc/apache2/mod/mod_so.xml
453
%%PORTDOCS%%share/doc/apache2/mod/mod_so.xml.ja
469
%%PORTDOCS%%share/doc/apache2/mod/mod_so.xml.ja
454
%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.en
470
%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.en
471
%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.ja.jis
455
%%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml
472
%%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml
473
%%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml.ja
456
%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html.en
474
%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html.en
457
%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml
475
%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml
458
%%PORTDOCS%%share/doc/apache2/mod/mod_status.html.en
476
%%PORTDOCS%%share/doc/apache2/mod/mod_status.html.en
Lines 462-468 Link Here
462
%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml
480
%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml
463
%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.ja
481
%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.ja
464
%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.en
482
%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.en
483
%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.ja.jis
465
%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml
484
%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml
485
%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml.ja
466
%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.en
486
%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.en
467
%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.ja.jis
487
%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.ja.jis
468
%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml
488
%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml
Lines 474-479 Link Here
474
%%PORTDOCS%%share/doc/apache2/mod/module-dict.html.en
494
%%PORTDOCS%%share/doc/apache2/mod/module-dict.html.en
475
%%PORTDOCS%%share/doc/apache2/mod/module-dict.html.ja.jis
495
%%PORTDOCS%%share/doc/apache2/mod/module-dict.html.ja.jis
476
%%PORTDOCS%%share/doc/apache2/mod/module-dict.xml
496
%%PORTDOCS%%share/doc/apache2/mod/module-dict.xml
497
%%PORTDOCS%%share/doc/apache2/mod/module-dict.xml.ja
477
%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.en
498
%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.en
478
%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.ja.jis
499
%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.ja.jis
479
%%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml
500
%%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml
Lines 490-495 Link Here
490
%%PORTDOCS%%share/doc/apache2/mod/prefork.html.ja.jis
511
%%PORTDOCS%%share/doc/apache2/mod/prefork.html.ja.jis
491
%%PORTDOCS%%share/doc/apache2/mod/prefork.xml
512
%%PORTDOCS%%share/doc/apache2/mod/prefork.xml
492
%%PORTDOCS%%share/doc/apache2/mod/prefork.xml.ja
513
%%PORTDOCS%%share/doc/apache2/mod/prefork.xml.ja
514
%%PORTDOCS%%share/doc/apache2/mod/quickreference.html.en
515
%%PORTDOCS%%share/doc/apache2/mod/quickreference.html.ja.jis
516
%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml
517
%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.ja
493
%%PORTDOCS%%share/doc/apache2/mod/worker.html.en
518
%%PORTDOCS%%share/doc/apache2/mod/worker.html.en
494
%%PORTDOCS%%share/doc/apache2/mod/worker.html.ja.jis
519
%%PORTDOCS%%share/doc/apache2/mod/worker.html.ja.jis
495
%%PORTDOCS%%share/doc/apache2/mod/worker.xml
520
%%PORTDOCS%%share/doc/apache2/mod/worker.xml
Lines 506-513 Link Here
506
%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ko.euc-kr
531
%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ko.euc-kr
507
%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml
532
%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml
508
%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.de
533
%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.de
534
%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ja
535
%%PORTDOCS%%share/doc/apache2/platform/ebcdic.html.en
536
%%PORTDOCS%%share/doc/apache2/platform/ebcdic.xml
509
%%PORTDOCS%%share/doc/apache2/platform/footer.html
537
%%PORTDOCS%%share/doc/apache2/platform/footer.html
510
%%PORTDOCS%%share/doc/apache2/platform/header.html
538
%%PORTDOCS%%share/doc/apache2/platform/header.html
539
%%PORTDOCS%%share/doc/apache2/platform/index.html.en
540
%%PORTDOCS%%share/doc/apache2/platform/index.xml
511
%%PORTDOCS%%share/doc/apache2/platform/netware.html.en
541
%%PORTDOCS%%share/doc/apache2/platform/netware.html.en
512
%%PORTDOCS%%share/doc/apache2/platform/netware.xml
542
%%PORTDOCS%%share/doc/apache2/platform/netware.xml
513
%%PORTDOCS%%share/doc/apache2/platform/perf-hp.html.en
543
%%PORTDOCS%%share/doc/apache2/platform/perf-hp.html.en
Lines 539-558 Link Here
539
%%PORTDOCS%%share/doc/apache2/server-wide.html.en
569
%%PORTDOCS%%share/doc/apache2/server-wide.html.en
540
%%PORTDOCS%%share/doc/apache2/server-wide.html.ja.jis
570
%%PORTDOCS%%share/doc/apache2/server-wide.html.ja.jis
541
%%PORTDOCS%%share/doc/apache2/server-wide.xml
571
%%PORTDOCS%%share/doc/apache2/server-wide.xml
572
%%PORTDOCS%%share/doc/apache2/server-wide.xml.ja
542
%%PORTDOCS%%share/doc/apache2/sitemap.html.en
573
%%PORTDOCS%%share/doc/apache2/sitemap.html.en
543
%%PORTDOCS%%share/doc/apache2/sitemap.html.ja.jis
574
%%PORTDOCS%%share/doc/apache2/sitemap.html.ja.jis
544
%%PORTDOCS%%share/doc/apache2/sitemap.xml
575
%%PORTDOCS%%share/doc/apache2/sitemap.xml
576
%%PORTDOCS%%share/doc/apache2/sitemap.xml.ja
545
%%PORTDOCS%%share/doc/apache2/ssl/footer.html
577
%%PORTDOCS%%share/doc/apache2/ssl/footer.html
546
%%PORTDOCS%%share/doc/apache2/ssl/header.html
578
%%PORTDOCS%%share/doc/apache2/ssl/header.html
547
%%PORTDOCS%%share/doc/apache2/ssl/index.html.en
579
%%PORTDOCS%%share/doc/apache2/ssl/index.html.en
548
%%PORTDOCS%%share/doc/apache2/ssl/index.html.ja.jis
580
%%PORTDOCS%%share/doc/apache2/ssl/index.html.ja.jis
549
%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.html
581
%%PORTDOCS%%share/doc/apache2/ssl/index.xml
582
%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.html.en
583
%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.xml
550
%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_logo.jpg
584
%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_logo.jpg
551
%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_title.jpg
585
%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_title.jpg
552
%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.html
586
%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.html.en
553
%%PORTDOCS%%share/doc/apache2/ssl/ssl_glossary.html
587
%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.xml
554
%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.html
588
%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.html.en
555
%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.html
589
%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.xml
590
%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.html.en
591
%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.xml
556
%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig1.gif
592
%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig1.gif
557
%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig2.gif
593
%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig2.gif
558
%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig3.gif
594
%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig3.gif
Lines 562-567 Link Here
562
%%PORTDOCS%%share/doc/apache2/stopping.html.en
598
%%PORTDOCS%%share/doc/apache2/stopping.html.en
563
%%PORTDOCS%%share/doc/apache2/stopping.html.ja.jis
599
%%PORTDOCS%%share/doc/apache2/stopping.html.ja.jis
564
%%PORTDOCS%%share/doc/apache2/stopping.xml
600
%%PORTDOCS%%share/doc/apache2/stopping.xml
601
%%PORTDOCS%%share/doc/apache2/stopping.xml.ja
565
%%PORTDOCS%%share/doc/apache2/style/common.dtd
602
%%PORTDOCS%%share/doc/apache2/style/common.dtd
566
%%PORTDOCS%%share/doc/apache2/style/css/manual-loose-100pc-b.css
603
%%PORTDOCS%%share/doc/apache2/style/css/manual-loose-100pc-b.css
567
%%PORTDOCS%%share/doc/apache2/style/css/manual-loose-100pc.css
604
%%PORTDOCS%%share/doc/apache2/style/css/manual-loose-100pc.css
Lines 592-602 Link Here
592
%%PORTDOCS%%share/doc/apache2/style/lang/de.xml
629
%%PORTDOCS%%share/doc/apache2/style/lang/de.xml
593
%%PORTDOCS%%share/doc/apache2/style/lang/en.xml
630
%%PORTDOCS%%share/doc/apache2/style/lang/en.xml
594
%%PORTDOCS%%share/doc/apache2/style/lang/ja.xml
631
%%PORTDOCS%%share/doc/apache2/style/lang/ja.xml
632
%%PORTDOCS%%share/doc/apache2/style/lang/ru.xml
595
%%PORTDOCS%%share/doc/apache2/style/lang/sv.xml
633
%%PORTDOCS%%share/doc/apache2/style/lang/sv.xml
596
%%PORTDOCS%%share/doc/apache2/style/manual.de.xsl
634
%%PORTDOCS%%share/doc/apache2/style/manual.de.xsl
597
%%PORTDOCS%%share/doc/apache2/style/manual.en.xsl
635
%%PORTDOCS%%share/doc/apache2/style/manual.en.xsl
598
%%PORTDOCS%%share/doc/apache2/style/manual.ja.xsl
636
%%PORTDOCS%%share/doc/apache2/style/manual.ja.xsl
599
%%PORTDOCS%%share/doc/apache2/style/manual.pt-br.xsl
637
%%PORTDOCS%%share/doc/apache2/style/manual.pt-br.xsl
638
%%PORTDOCS%%share/doc/apache2/style/manual.ru.xsl
600
%%PORTDOCS%%share/doc/apache2/style/manual.sv.xsl
639
%%PORTDOCS%%share/doc/apache2/style/manual.sv.xsl
601
%%PORTDOCS%%share/doc/apache2/style/manualpage.dtd
640
%%PORTDOCS%%share/doc/apache2/style/manualpage.dtd
602
%%PORTDOCS%%share/doc/apache2/style/modulesynopsis.dtd
641
%%PORTDOCS%%share/doc/apache2/style/modulesynopsis.dtd
Lines 605-615 Link Here
605
%%PORTDOCS%%share/doc/apache2/style/xsl/directiveindex.xsl
644
%%PORTDOCS%%share/doc/apache2/style/xsl/directiveindex.xsl
606
%%PORTDOCS%%share/doc/apache2/style/xsl/manualpage.xsl
645
%%PORTDOCS%%share/doc/apache2/style/xsl/manualpage.xsl
607
%%PORTDOCS%%share/doc/apache2/style/xsl/moduleindex.xsl
646
%%PORTDOCS%%share/doc/apache2/style/xsl/moduleindex.xsl
647
%%PORTDOCS%%share/doc/apache2/style/xsl/quickreference.xsl
608
%%PORTDOCS%%share/doc/apache2/style/xsl/sitemap.xsl
648
%%PORTDOCS%%share/doc/apache2/style/xsl/sitemap.xsl
609
%%PORTDOCS%%share/doc/apache2/style/xsl/synopsis.xsl
649
%%PORTDOCS%%share/doc/apache2/style/xsl/synopsis.xsl
610
%%PORTDOCS%%share/doc/apache2/suexec.html.en
650
%%PORTDOCS%%share/doc/apache2/suexec.html.en
611
%%PORTDOCS%%share/doc/apache2/suexec.html.ja.jis
651
%%PORTDOCS%%share/doc/apache2/suexec.html.ja.jis
612
%%PORTDOCS%%share/doc/apache2/suexec.xml
652
%%PORTDOCS%%share/doc/apache2/suexec.xml
653
%%PORTDOCS%%share/doc/apache2/suexec.xml.ja
613
%%PORTDOCS%%share/doc/apache2/upgrading.html.de
654
%%PORTDOCS%%share/doc/apache2/upgrading.html.de
614
%%PORTDOCS%%share/doc/apache2/upgrading.html.en
655
%%PORTDOCS%%share/doc/apache2/upgrading.html.en
615
%%PORTDOCS%%share/doc/apache2/upgrading.html.fr
656
%%PORTDOCS%%share/doc/apache2/upgrading.html.fr
Lines 621-626 Link Here
621
%%PORTDOCS%%share/doc/apache2/urlmapping.html.en
662
%%PORTDOCS%%share/doc/apache2/urlmapping.html.en
622
%%PORTDOCS%%share/doc/apache2/urlmapping.html.ja.jis
663
%%PORTDOCS%%share/doc/apache2/urlmapping.html.ja.jis
623
%%PORTDOCS%%share/doc/apache2/urlmapping.xml
664
%%PORTDOCS%%share/doc/apache2/urlmapping.xml
665
%%PORTDOCS%%share/doc/apache2/urlmapping.xml.ja
624
%%PORTDOCS%%share/doc/apache2/vhosts/details.html
666
%%PORTDOCS%%share/doc/apache2/vhosts/details.html
625
%%PORTDOCS%%share/doc/apache2/vhosts/examples.html
667
%%PORTDOCS%%share/doc/apache2/vhosts/examples.html
626
%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.en
668
%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.en

Return to bug 43666