FreeBSD Bugzilla – Attachment 221901 Details for
Bug 252996
mail/dcc-dccd: sed(1) doesn't understand \s
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for mail/dcc-dccd/Makefile
mail___dcc-dccd___Makefile.diff (text/plain), 676 bytes, created by
Trond Endrestøl
on 2021-01-25 12:58:30 UTC
(
hide
)
Description:
Patch for mail/dcc-dccd/Makefile
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2021-01-25 12:58:30 UTC
Size:
676 bytes
patch
obsolete
>Index: mail/dcc-dccd/Makefile >=================================================================== >--- mail/dcc-dccd/Makefile (revision 562558) >+++ mail/dcc-dccd/Makefile (working copy) >@@ -99,8 +99,8 @@ > > post-patch: > ${REINPLACE_CMD} -e 's,md5.c ,,' ${WRKSRC}/clntlib/Makefile.in >- ${REINPLACE_CMD} -e 's,^\(BININSTALL.*\),\1 -s,p' \ >- -e 's,^BIN\(INSTALL\s*=\s*.*\) -s$$,SCRIPT\1,' ${WRKSRC}/Makefile.inc.in >+ ${REINPLACE_CMD} -E -e 's,^(BININSTALL.*),\1 -s,p' \ >+ -e 's,^BIN(INSTALL[:space:]*=[:space:]*.*) -s$$,SCRIPT\1,' ${WRKSRC}/Makefile.inc.in > ${REINPLACE_CMD} -e 's,BININSTALL,SCRIPTINSTALL,g' \ > ${WRKSRC}/homedir/Makefile.in ${WRKSRC}/misc/Makefile.in >
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 252996
: 221901
Working