FreeBSD Bugzilla – Attachment 23412 Details for
Bug 40289
Yet another bunch of PERL -> REINPLACE_CMD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.23 KB, created by
Thierry Thomas
on 2002-07-07 14:00:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2002-07-07 14:00:04 UTC
Size:
1.23 KB
patch
obsolete
>diff -urN /usr/ports/misc/libmcal.orig/Makefile /usr/ports/misc/libmcal/Makefile >--- /usr/ports/misc/libmcal.orig/Makefile Thu Mar 14 00:13:30 2002 >+++ /usr/ports/misc/libmcal/Makefile Sun Jul 7 13:41:29 2002 >@@ -20,6 +20,7 @@ > HAS_CONFIGURE= yes > USE_LIBTOOL= yes > USE_GMAKE= yes >+USE_REINPLACE= yes > CONFIGURE_ARGS= --with-mstore --with-icap \ > --prefix=${PREFIX} --exec-prefix=${PREFIX} > INSTALLS_SHLIB= yes >@@ -43,7 +44,7 @@ > ${MV} ${WRKSRC}/mstore/README ${WRKSRC}/mstore/README.mstore > > post-patch: >- ${PERL} -pi -e "s:/etc/mpasswd:${PREFIX}/etc/mpasswd:" ${WRKSRC}/mstore/mstore.c >+ ${REINPLACE_CMD} -e "s:/etc/mpasswd:${PREFIX}/etc/mpasswd:" ${WRKSRC}/mstore/mstore.c > > pre-configure: > @${ECHO_MSG} "===> Building the driver mstore" >@@ -55,8 +56,10 @@ > > post-install: > .if !defined(NOPORTDOCS) >- ${PERL} -pi -e "s:/etc/mpasswd:${LOCALBASE}/etc/mpasswd:" ${WRKSRC}/FAQ-MCAL >- ${PERL} -pi -e "s:/etc/mpasswd:${LOCALBASE}/etc/mpasswd:" ${WRKSRC}/mstore/README.mstore >+ ${REINPLACE_CMD} -e "s:/etc/mpasswd:${LOCALBASE}/etc/mpasswd:" \ >+ ${WRKSRC}/FAQ-MCAL >+ ${REINPLACE_CMD} -e "s:/etc/mpasswd:${LOCALBASE}/etc/mpasswd:" \ >+ ${WRKSRC}/mstore/README.mstore > ${MKDIR} ${DOCSDIR} > .for FILE in ${DOCS} > @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
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 40289
:
23409
|
23410
|
23411
| 23412 |
23413