Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2004 23:37:44 GMT
From:      Peggy Wilkins <mozart@lib.uchicago.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/70559: port www/apache13 make install fails
Message-ID:  <200408162337.i7GNbihp077391@www.freebsd.org>
Resent-Message-ID: <200408162340.i7GNeQo4082492@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408162337.i7GNbihp077391>