FreeBSD Bugzilla – Attachment 23722 Details for
Bug 40750
[maintainer-update] {PERL} -> {REINPLACE_CMD} conversions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 961 bytes, created by
edwin
on 2002-07-19 05:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
edwin
Created:
2002-07-19 05:20:01 UTC
Size:
961 bytes
patch
obsolete
>--- lang/tcl-manual/Makefile.old Fri Jul 19 14:06:56 2002 >+++ lang/tcl-manual/Makefile Fri Jul 19 14:07:51 2002 >@@ -14,18 +14,21 @@ > > MAINTAINER= edwin@mavetju.org > >+USE_REINPLACE= yes > NO_WRKSUBDIR= yes > NO_BUILD= yes > > post-patch: > @${RM} ${WRKDIR}/tcl8.3.4/html/UserCmd/*.orig > @${RM} ${WRKDIR}/tcl8.4a3/html/UserCmd/*.orig >- @${PERL} -pi -e 's|tcl\.h|tcl8.3/tcl.h|g' \ >+ @${REINPLACE_CMD} -e 's|tcl\.h|tcl8.3/tcl.h|g' \ > ${WRKDIR}/tcl8.3.4/html/TclLib/* >- @${PERL} -pi -e 's|tk\.h|tk8.3/tk.h|g' ${WRKDIR}/tcl8.3.4/html/TkLib/* >- @${PERL} -pi -e 's|tcl\.h|tcl8.4/tcl.h|g' \ >+ @${REINPLACE_CMD} -e 's|tk\.h|tk8.3/tk.h|g' \ >+ ${WRKDIR}/tcl8.3.4/html/TkLib/* >+ @${REINPLACE_CMD} -e 's|tcl\.h|tcl8.4/tcl.h|g' \ > ${WRKDIR}/tcl8.4a3/html/TclLib/* >- @${PERL} -pi -e 's|tk\.h|tk8.4/tk.h|g' ${WRKDIR}/tcl8.4a3/html/TkLib/* >+ @${REINPLACE_CMD} -e 's|tk\.h|tk8.4/tk.h|g' \ >+ ${WRKDIR}/tcl8.4a3/html/TkLib/* > > do-install: > ${MKDIR} ${PREFIX}/share/doc/tcl83
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 40750
:
23719
|
23720
|
23721
| 23722 |
23723