FreeBSD Bugzilla – Attachment 23107 Details for
Bug 39856
Horde apps: ${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.59 KB, created by
Thierry Thomas
on 2002-06-25 23:00:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2002-06-25 23:00:09 UTC
Size:
1.59 KB
patch
obsolete
>diff -urN /usr/ports/devel/chora.orig/Makefile /usr/ports/devel/chora/Makefile >--- /usr/ports/devel/chora.orig/Makefile Tue Jun 18 20:27:59 2002 >+++ /usr/ports/devel/chora/Makefile Tue Jun 25 23:23:24 2002 >@@ -35,6 +35,8 @@ > .endif > > NO_BUILD= yes >+USE_REINPLACE= yes >+REINPLACE_ARGS= -i.beforeChora > > # Specify where your repository belongs. > # (You can reconfigure it after installation anyway) >@@ -70,21 +72,19 @@ > ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \ > fi > .endfor >- @${PERL} -pi -e "s:%%CVSROOT%%:${CVSROOT}:;s:%%CONFDIR%%:${CONFDIR}:" \ >+ @${REINPLACE_CMD} -e "s:%%CVSROOT%%:${CVSROOT}:;s:%%CONFDIR%%:${CONFDIR}:" \ > ${CONFDIR}/cvsroots.php >+ @${RM} ${CONFDIR}/cvsroots.php.beforeChora > @${CHOWN} -R www:www ${CHORADIR} > @${CHMOD} -R o-rwx ${CONFDIR} > @${CP} -p ${FILESDIR}/httpd.conf.chora ${HORDE_INC} >- @${PERL} -pi -e "s:/home/httpd/html/horde/chora:${CHORADIR}:g" \ >+ @${REINPLACE_CMD} -e "s:/home/httpd/html/horde/chora:${CHORADIR}:g" \ > ${HORDE_INC}/httpd.conf.chora >- @${CP} -p ${HORDEDIR}/config/registry.php \ >- ${HORDEDIR}/config/registry.php.beforeChora >- @${CP} -p ${HORDEDIR}/config/mime_drivers.php \ >- ${HORDEDIR}/config/mime_drivers.php.beforeChora >- @${PERL} -pi -e "s://UNCOMMENTWHENINSTCHORA::" \ >+ @${RM} ${HORDE_INC}/httpd.conf.chora.beforeChora >+ @${REINPLACE_CMD} -e "s://UNCOMMENTWHENINSTCHORA::" \ > ${HORDEDIR}/config/registry.php > .if !defined(WITHOUT_ENSCRIPT) >- @${PERL} -pi -e "s://UNCOMMENTWHENINSTCHORA::" \ >+ @${REINPLACE_CMD} -e "s://UNCOMMENTWHENINSTCHORA::" \ > ${HORDEDIR}/config/mime_drivers.php > .endif > @${CP} -p ${HORDEDIR}/config/registry.php \
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 39856
:
23102
|
23103
|
23104
|
23105
|
23106
| 23107