FreeBSD Bugzilla – Attachment 189374 Details for
Bug 224871
`make fetchindex' may leave a corrupt INDEX file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
/usr/ports/Makefile patch
ports.patch (text/plain), 613 bytes, created by
Wolfram Schneider
on 2018-01-03 17:23:37 UTC
(
hide
)
Description:
/usr/ports/Makefile patch
Filename:
MIME Type:
Creator:
Wolfram Schneider
Created:
2018-01-03 17:23:37 UTC
Size:
613 bytes
patch
obsolete
>diff --git a/Makefile b/Makefile >index 9a23c640716d..4f21a886ec30 100644 >--- a/Makefile >+++ b/Makefile >@@ -73,8 +73,9 @@ index: > @cd ${.CURDIR} && ${MAKE} ${INDEXDIR}/${INDEXFILE} > > fetchindex: ${INDEXDIR}/${INDEXFILE}.bz2 >- @bunzip2 < ${INDEXDIR}/${INDEXFILE}.bz2 > ${INDEXDIR}/${INDEXFILE} && \ >- chmod a+r ${INDEXDIR}/${INDEXFILE} && ${RM} ${INDEXDIR}/${INDEXFILE}.bz2 >+ @rm -f ${INDEXDIR}/${INDEXFILE} >+ @bzip2 -k -d ${INDEXDIR}/${INDEXFILE}.bz2 >+ @chmod a+r ${INDEXDIR}/${INDEXFILE} > > ${INDEXDIR}/${INDEXFILE}.bz2: .PHONY > @${FETCHINDEX} ${INDEXDIR}/${INDEXFILE}.bz2 ${MASTER_SITE_INDEX}${INDEXFILE}.bz2
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 224871
:
189374