ports/70559: port www/apache13 make install fails

Peggy Wilkins mozart at lib.uchicago.edu
Mon Aug 16 23:40:27 UTC 2004


>Number:         70559
>Category:       ports
>Synopsis:       port www/apache13 make install fails
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 16 23:40:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Peggy Wilkins
>Release:        4.9-RELEASE-p11
>Organization:
University of Chicago Library
>Environment:
FreeBSD nisaba.lib.uchicago.edu 4.9-RELEASE-p11 FreeBSD 4.9-RELEASE-p11 #0: Fri Aug 13 16:12:09 CDT 2004     root at nisaba.lib.uchicago.edu:/usr/obj/usr/src/sys/SMP  i386
cvsup of ports tree done 2004-08-16.
>Description:
"make install" for port www/apache13 fails because there are spaces in some filenames in htdocs example files: quoting problem.
>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

>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 ;

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list