From klammer@webonaut.com  Mon Dec 12 16:48:55 2005
Return-Path: <klammer@webonaut.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 665F016A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Dec 2005 16:48:55 +0000 (GMT)
	(envelope-from klammer@webonaut.com)
Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D376F43D66
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Dec 2005 16:48:50 +0000 (GMT)
	(envelope-from klammer@webonaut.com)
Received: from localhost (localhost [127.0.0.1])
	by sv02.webonaut.com (Postfix) with ESMTP id E6FCB7649B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Dec 2005 17:48:50 +0100 (CET)
Received: from sv02.webonaut.com ([127.0.0.1])
 by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 74197-01 for <FreeBSD-gnats-submit@freebsd.org>;
 Mon, 12 Dec 2005 17:48:48 +0100 (CET)
Received: from acer.webonaut.com (unknown [213.147.173.194])
	by sv02.webonaut.com (Postfix) with ESMTP id 6467876498
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Dec 2005 17:48:48 +0100 (CET)
Message-Id: <1134406153.0@acer.webonaut.com>
Date: Mon, 12 Dec 2005 17:49:13 +0100
From: "Franz Klammer" <klammer@webonaut.com>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject:
X-Send-Pr-Version: gtk-send-pr 0.4.6 
X-GNATS-Notify:

>Number:         90292
>Category:       ports
>Synopsis:       www/apache13: chmod a+r of a file with whitespace ends with an error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ache
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 12 16:50:03 GMT 2005
>Closed-Date:    Thu Dec 15 02:24:02 GMT 2005
>Last-Modified:  Thu Dec 15 02:24:02 GMT 2005
>Originator:     Franz Klammer
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.0-STABLE #11: Wed Nov 23 12:22:10 CET 2005
    root@acer.webonaut.com:/usr/obj/usr/src/sys/ACER292



>Description:


chmod a+r of the files while the install-process end with an error if a file with whitespaces exists.

e.g.: i've a file named "Copy of style.css" and get the errors like:
Copy ... does not exists
of ... does not exists

changed patch-ab to do not use "-exec chmod" instead of "-print | xargs" as used in chmod the directories.


>How-To-Repeat:





>Fix:


--- apache13_patch-ab.diff begins here ---
--- apache13/files/patch-ab.orig	Mon Dec 12 17:26:09 2005
+++ apache13/files/patch-ab	Mon Dec 12 17:40:43 2005
@@ -30,7 +30,7 @@
 -	-@if [ -d $(TOP)/htdocs/manual ]; then \
 +		(cd $(root)$(htdocsdir)-dist/ && $(TAR) -xf -); \
 +		find $(root)$(htdocsdir)-dist/ -type d -exec chmod a+rx {} \; ; \
-+		find $(root)$(htdocsdir)-dist/ -type f -print | xargs chmod a+r ;
++		find $(root)$(htdocsdir)-dist/ -type f -exec chmod a+r {} \; ;
  		echo "Copying tree $(TOP)/htdocs/manual -> $(root)/$(manualdir)/"; \
  		(cd $(TOP)/htdocs/manual/ && $(TAR) $(TAROPT) - *) |\
  		(cd $(root)$(manualdir)/ && $(TAR) -xf -); \
--- apache13_patch-ab.diff ends here ---



>Release-Note:
>Audit-Trail:

From: Franz Klammer <klammer@webonaut.com>
To: bug-followup@FreeBSD.org, klammer@webonaut.com
Cc:  
Subject: Re: ports/90292: 
Date: Mon, 12 Dec 2005 17:58:16 +0100

 BIG SORRY about the missig Synopsis! :-(
 
 /Franz
Responsible-Changed-From-To: freebsd-ports-bugs->ache 
Responsible-Changed-By: tdb 
Responsible-Changed-When: Mon Dec 12 22:20:47 UTC 2005 
Responsible-Changed-Why:  
Over to maintainer. (PR is about www/apache13) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90292 
State-Changed-From-To: open->closed 
State-Changed-By: ache 
State-Changed-When: Thu Dec 15 02:21:48 UTC 2005 
State-Changed-Why:  
There is no file with whitespace. 
> i've a file named "Copy of style.css"  
Don't put any files there. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=90292 
>Unformatted:
