FreeBSD Bugzilla – Attachment 60707 Details for
Bug 91086
Don't fetch ${INDEXFILE}.bz2 if not neccessary + respect FETCH_ENV
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 883 bytes, created by
Alexander Leidinger
on 2005-12-30 11:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alexander Leidinger
Created:
2005-12-30 11:40:02 UTC
Size:
883 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /big/FreeBSD-CVS/ports/Makefile,v >retrieving revision 1.92 >diff -u -u -r1.92 Makefile >--- Makefile 24 Dec 2005 07:04:15 -0000 1.92 >+++ Makefile 24 Dec 2005 10:57:08 -0000 >@@ -70,11 +70,17 @@ > @rm -f ${.CURDIR}/${INDEXFILE} > @cd ${.CURDIR} && make ${.CURDIR}/${INDEXFILE} > >-fetchindex: >- @cd ${.CURDIR} && ${FETCHINDEX} ${MASTER_SITE_INDEX}/${INDEXFILE}.bz2 && bunzip2 -f ${INDEXFILE}.bz2 && chmod a+r ${INDEXFILE} >+${INDEXFILE}.bz2: .PHONY >+ @${FETCHINDEX} ${MASTER_SITE_INDEX}${INDEXFILE}.bz2 >+ >+${INDEXFILE}: ${INDEXFILE}.bz2 >+ @bunzip2 <${INDEXFILE}.bz2 >${INDEXFILE} >+ @chmod a+r ${INDEXFILE} >+ >+fetchindex: ${INDEXFILE} > > MASTER_SITE_INDEX?= http://www.FreeBSD.org/ports/ >-FETCHINDEX?= fetch -am >+FETCHINDEX?= ${FETCH_ENV} fetch -am > INDEX_JOBS?= 2 > > .if !defined(INDEX_VERBOSE)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 91086
: 60707