ports/92588: make fetchindex failed with FETCHINDEX=wget

Alexander Logvinov user at blg.akavia.ru
Tue Jan 31 08:10:25 UTC 2006


>Number:         92588
>Category:       ports
>Synopsis:       make fetchindex failed with FETCHINDEX=wget
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 31 08:10:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        FreeBSD 5.4-RELEASE-p8 i386
>Organization:
>Environment:

>Description:

make fetchindex in /usr/ports/ failed with FETCHINDEX=wget
	
>How-To-Repeat:

cd /usr/ports/
make FETCHINDEX=wget fetchindex
bunzip2: (stdin) is not a bzip2 file.
*** Error code 2

Stop in /usr/ports.

>Fix:

--- Makefile.new        Tue Jan 31 16:57:45 2006
+++ Makefile    Tue Jan 31 16:59:03 2006
@@ -76,7 +76,7 @@
        chmod a+r ${INDEXDIR}/${INDEXFILE}
	
 ${INDEXDIR}/{INDEXFILE}.bz2: .PHONY
-       @${FETCHINDEX} -o ${INDEXDIR}/${INDEXFILE}.bz2 ${MASTER_SITE_INDEX}${INDEXFILE}.bz2
+       @${FETCHINDEX} ${MASTER_SITE_INDEX}${INDEXFILE}.bz2
	 
 MASTER_SITE_INDEX?=    http://www.FreeBSD.org/ports/
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list