From linimon@FreeBSD.org  Thu Oct 11 01:54:01 2007
Return-Path: <linimon@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8624F16A41B
	for <freebsd-gnats-submit@hub.freebsd.org>; Thu, 11 Oct 2007 01:54:01 +0000 (UTC)
	(envelope-from linimon@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 6CF8913C467
	for <freebsd-gnats-submit@hub.freebsd.org>; Thu, 11 Oct 2007 01:54:01 +0000 (UTC)
	(envelope-from linimon@FreeBSD.org)
Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9B1s1cx082534
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 11 Oct 2007 01:54:01 GMT
	(envelope-from linimon@freefall.freebsd.org)
Received: (from linimon@localhost)
	by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9B1s0Ts082533;
	Thu, 11 Oct 2007 01:54:01 GMT
	(envelope-from linimon)
Message-Id: <200710110154.l9B1s0Ts082533@freefall.freebsd.org>
Date: Thu, 11 Oct 2007 01:54:01 GMT
From: YAMAMOTO Takao <yamamoto@computec.co.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: www/apache22 is missing index.html
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         117097
>Category:       ports
>Synopsis:       www/apache22 is missing index.html
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clement
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 11 02:00:07 UTC 2007
>Closed-Date:    Tue Dec 11 20:24:04 UTC 2007
>Last-Modified:  Tue Dec 11 20:30:05 UTC 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
 
Responsible-Changed-From-To: freebsd-ports-bugs->clement 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Oct 11 02:00:13 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117097 
State-Changed-From-To: open->closed 
State-Changed-By: clement 
State-Changed-When: Tue Dec 11 20:23:53 UTC 2007 
State-Changed-Why:  
Fix committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117097 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117097: commit references a PR
Date: Tue, 11 Dec 2007 20:22:22 +0000 (UTC)

 clement     2007-12-11 20:22:16 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/apache22         Makefile pkg-plist 
     www/apache22/files   patch-Makefile.in 
   Log:
   - Fix slave ports [1]
   - Fix plist [2]
   - Fix CONFLICTS with devel/apr-svn [3]
   - Fix install when index.html is modified
   - Bump PORT_REVISION
   
   PR:             ports/118348 [1], ports/118338 [2],ports/117097 [2]
                   ports/90088 [3], ports/118349 [3]
   Submitted by:   Andrey Beresovsky <and at sfedu dot ru> [1],
                   Dimitry Andric <dimitry at andric dot com> [2],
                   YAMAMOTO Takao <yamamoto at computec dot co dot jp>
                   Melvyn Sopacua <melvyn atmelvyn dot homeunix dot org> [3],
                   Dominic Fandrey <lon_kamikaze at gmx dot de> [3]
   
   Revision  Changes    Path
   1.216     +10 -11    ports/www/apache22/Makefile
   1.23      +6 -5      ports/www/apache22/files/patch-Makefile.in
   1.86      +4 -3      ports/www/apache22/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
