FreeBSD Bugzilla – Attachment 147016 Details for
Bug 193432
Fix a typo in processing EXTRA_PATCHES
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix the typo
ports_extra_patches_fix.diff (text/plain), 448 bytes, created by
Ian Lepore
on 2014-09-07 16:55:40 UTC
(
hide
)
Description:
patch to fix the typo
Filename:
MIME Type:
Creator:
Ian Lepore
Created:
2014-09-07 16:55:40 UTC
Size:
448 bytes
patch
obsolete
>Index: bsd.port.mk >=================================================================== >--- bsd.port.mk (revision 367574) >+++ bsd.port.mk (working copy) >@@ -3390,7 +3390,7 @@ do-patch: > *) patch_file=$$i ;; \ > esac ; \ > ${ECHO_MSG} "===> Applying extra patch $$patch_file" ; \ >- case $$patfh_file in \ >+ case $$patch_file in \ > *.Z|*.gz) ${GZCAT} $$patch_file ;; \ > *.bz2) ${BZCAT} $$patch_file ;; \ > *.xz) ${XZCAT} $$patch_file ;; \
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 193432
: 147016