FreeBSD Bugzilla – Attachment 188974 Details for
Bug 224465
outdated https://www.freebsd.org/ports/finance.html page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ports makefile patch
ports.patch (text/plain), 665 bytes, created by
Wolfram Schneider
on 2017-12-19 17:17:27 UTC
(
hide
)
Description:
ports makefile patch
Filename:
MIME Type:
Creator:
Wolfram Schneider
Created:
2017-12-19 17:17:27 UTC
Size:
665 bytes
patch
obsolete
>diff --git a/en_US.ISO8859-1/htdocs/ports/Makefile b/en_US.ISO8859-1/htdocs/ports/Makefile >index 25f89c41e1..379e00ca65 100644 >--- a/en_US.ISO8859-1/htdocs/ports/Makefile >+++ b/en_US.ISO8859-1/htdocs/ports/Makefile >@@ -19,9 +19,13 @@ ${INDEX}: ${PINDEX_OVERRIDE} > ${INDEX}: $${PORTSBASE}/${PINDEX} > ${CP} ${PORTSBASE}/${PINDEX} ${INDEX} > .else >-${INDEX}: >+ >+${INDEX}: ${INDEX}.bz2 >+${INDEX}.bz2: .EXEC > ${FETCH} ${FETCH_OPT} -o ${INDEX}.bz2 ${INDEXURI}.bz2 >- ${BUNZIP2} ${INDEX}.bz2 >+ if [ ! -e ${INDEX} -o ${INDEX}.bz2 -nt ${INDEX} ]; then \ >+ ${BUNZIP2} -dc ${INDEX}.bz2 > ${INDEX}.tmp && ${MV} -f ${INDEX}.tmp ${INDEX}; \ >+ fi > .endif > > HOSTNAME!= hostname
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 224465
: 188974