Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2005 14:41:09 +0900
From:      Hirohisa Yamaguchi <umq@ueo.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/90782: [patch] www/apache22 fetching powerlogo.gif fails
Message-ID:  <86r785n0y2.wl%umq@ueo.co.jp>
Resent-Message-ID: <200512220550.jBM5o38O054820@freefall.freebsd.org>

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

>Number:         90782
>Category:       ports
>Synopsis:       [patch] www/apache22 fetching powerlogo.gif fails
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 22 05:50:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Hirohisa Yamaguchi
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:

	<machine, os, target, libraries (multiple lines)>
>Description:
	on www/apache22 fetching powerlogo.gif fails
>How-To-Repeat:
	cd ports/www/apache22
	make fetch
>Fix:

	wait until the file is copied to ${MASTER_SITE_BACKUP}

	or

	apply patch following.
	www/apache21 may have the same problem.

diff -Npu tmp/ports/www/apache22/Makefile ports/www/apache22/Makefile
--- tmp/ports/www/apache22/Makefile	Sun Dec 18 00:51:16 2005
+++ ports/www/apache22/Makefile	Thu Dec 22 13:56:51 2005
@@ -12,8 +12,9 @@ PORTVERSION=	2.2.0
 PORTREVISION=	4
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_APACHE_HTTPD} \
-		${MASTER_SITE_LOCAL:S/%SUBDIR%/clement/}:powerlogo \
+		${MASTER_SITE_LOCAL:S/$/:powerlogo/} \
 		http://apache.webthing.com/database/:aprmysql
+MASTER_SITE_SUBDIR=	clement/:powerlogo
 DISTNAME=	httpd-${PORTVERSION}
 DISTFILES=	${DISTNAME}.tar.bz2 \
 		powerlogo.gif:powerlogo \
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86r785n0y2.wl%umq>