FreeBSD Bugzilla – Attachment 16922 Details for
Bug 30862
Add support for bzip2 compressed patch files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 748 bytes, created by
amorita
on 2001-09-27 07:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
amorita
Created:
2001-09-27 07:40:00 UTC
Size:
748 bytes
patch
obsolete
>Index: bsd.port.mk >=================================================================== >RCS file: /CVSrepository/FreeBSD/ports/Mk/bsd.port.mk,v >retrieving revision 1.381 >diff -d -u -r1.381 bsd.port.mk >--- bsd.port.mk 2001/09/23 00:34:46 1.381 >+++ bsd.port.mk 2001/09/27 06:03:46 >@@ -505,6 +505,7 @@ > GZCAT?= /usr/bin/gzcat > GZIP?= -9 > GZIP_CMD?= /usr/bin/gzip -nf ${GZIP} >+BZCAT?= /usr/bin/bzcat > LDCONFIG?= /sbin/ldconfig > LN?= /bin/ln > MKDIR?= /bin/mkdir -p >@@ -1751,6 +1752,9 @@ > case $$i in \ > *.Z|*.gz) \ > ${GZCAT} $$i | ${PATCH} ${PATCH_DIST_ARGS}; \ >+ ;; \ >+ *.bz2|*.bz) \ >+ ${BZCAT} $$i | ${PATCH} ${PATCH_DIST_ARGS}; \ > ;; \ > *) \ > ${PATCH} ${PATCH_DIST_ARGS} < $$i; \ >--- patch for ports/Mk/bsd.port.mk ---
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 30862
: 16922