Bug 70559

Summary: port www/apache13 make install fails
Product: Ports & Packages Reporter: Peggy Wilkins <mozart>
Component: Individual Port(s)Assignee: Andrey A. Chernov <ache>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Peggy Wilkins 2004-08-17 00:40:26 UTC
"make install" for port www/apache13 fails because there are spaces in some filenames in htdocs example files: quoting problem.

Fix: 

Here is a diff:
% diff work/apache_1.3.31/Makefile.orig work/apache_1.3.31/Makefile
422c422
<               find $(root)$(htdocsdir)-dist/ -type f -print | xargs chmod a+r ;
---
>               find $(root)$(htdocsdir)-dist/ -type f -print0 | xargs -0 chmod a+r ;
427c427
<               find $(root)$(manualdir)/ -type f -print | xargs chmod a+r ;
---
>               find $(root)$(manualdir)/ -type f -print0 | xargs -0 chmod a+r ;
How-To-Repeat: Run make install for www/apache13
# $FreeBSD: ports/www/apache13/Makefile,v 1.154 2004/07/27 11:17:11 ache Exp $
PORTNAME=       apache
PORTVERSION=    1.3.31
PORTREVISION=   4
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-08-17 01:00:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ache

Yes, please!
Comment 2 Andrey A. Chernov freebsd_committer freebsd_triage 2004-08-22 11:04:02 UTC
State Changed
From-To: open->closed

There are no spaces in the installed file names, check pkg-plist