ports/90782: [patch] www/apache22 fetching powerlogo.gif fails

Hirohisa Yamaguchi umq at ueo.co.jp
Thu Dec 22 05:50:06 UTC 2005


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



More information about the freebsd-ports-bugs mailing list