FreeBSD Bugzilla – Attachment 67275 Details for
Bug 99173
[patch] replace gnu patch with a bsd-licensed one.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 637 bytes, created by
Andreas Kohn
on 2006-06-19 10:20:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andreas Kohn
Created:
2006-06-19 10:20:13 UTC
Size:
637 bytes
patch
obsolete
>Index: usr.bin/awk/Makefile >=================================================================== >RCS file: /storage/freebsd/cvs/src/usr.bin/awk/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- usr.bin/awk/Makefile 17 May 2005 14:54:33 -0000 1.12 >+++ usr.bin/awk/Makefile 15 Jun 2006 10:40:59 -0000 >@@ -31,7 +31,7 @@ > > .for f in b.c main.c run.c > ${f}: ${AWKSRC}/${f} ${.CURDIR}/${f}.diff >- patch -s -b .orig -o ${.TARGET} < ${.CURDIR}/${f}.diff ${AWKSRC}/${f} >+ SIMPLE_BACKUP_SUFFIX='.orig' patch -s -o ${.TARGET} < ${.CURDIR}/${f}.diff ${AWKSRC}/${f} > CLEANFILES+= ${f} > .endfor > >--- freebsd-awk-patch.diff ends here ---
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 99173
:
67274
| 67275