Date: Thu, 11 Oct 2007 01:54:01 GMT From: YAMAMOTO Takao <yamamoto@computec.co.jp> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/117097: www/apache22 is missing index.html Message-ID: <200710110154.l9B1s0Ts082533@freefall.freebsd.org> Resent-Message-ID: <200710110200.l9B2089j083043@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 117097 >Category: ports >Synopsis: www/apache22 is missing index.html >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 11 02:00:07 UTC 2007 >Closed-Date: >Last-Modified: Tue Oct 9 17:00:03 GMT 2007 >Originator: YAMAMOTO Takao >Release: 6.2-RELEASE >Organization: >Environment: FreeBSD releng6.iauctionet.co.jp 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #0: Thu Oct 4 12:06:51 JST 2007 root@releng6x.iauctionet.co.jp:/usr/obj/usr/src/sys/IAGENERIC i386 >Description: www/apache22 port failed to install default "It works!" index.html file. There are two problems in pkg-plist IMO - no entry to create %D/www/apache22/data directory and wrong path for index.html file as copy source. >How-To-Repeat: cd /usr/ports/www/apache22; make install >Fix: diff -u -r -N pkg-plist.org pkg-plist --- pkg-plist.org Wed Oct 3 19:36:23 2007 +++ pkg-plist Tue Oct 9 18:03:10 2007 @@ -277,7 +277,7 @@ www/apache22/cgi-bin/test-cgi @unexec if cmp -s %D/www/apache22/data/index.html %D/%%EXAMPLESDIR%%/index.html; then rm -f %D/www/apache22/data/index.html; fi %%EXAMPLESDIR%%/index.html -@exec [ -f %D/www/apache22/data/index.html ] || cp %D/%%EXAMPLESDIR%%/www/apache22/data/index.html %D/www/apache22/data/index.html +@exec [ -f %D/www/apache22/data/index.html ] || mkdir -p %D/www/apache22/data; cp %D/%%EXAMPLESDIR%%/index.html %D/www/apache22/data/index.html www/apache22/error/HTTP_BAD_GATEWAY.html.var www/apache22/error/HTTP_BAD_REQUEST.html.var www/apache22/error/HTTP_FORBIDDEN.html.var >Release-Note: >Audit-Trail: From: Wishmaster <wishmaster@velnet.ru> To: bug-followup@FreeBSD.org Cc: Subject: Re: i386/117043: Intel PWLA8492MT Dual-Port Network adapter EEPROM Checksum is Not Valid Date: Tue, 9 Oct 2007 19:56:05 +0400 Hello bug-followup, > From-To: open->>closed > By: remko > When: Tue Oct 9 14:45:05 UTC 2007 > Why: duplicate of i386/117051 I cannot find PR such as i386/117051 This bug is still actual. -- Best regards, Wishmaster mailto:wishmaster@velnet.ru >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710110154.l9B1s0Ts082533>