FreeBSD Bugzilla – Attachment 110690 Details for
Bug 151880
[patch] port www/tomcat6 replace ugly find construct
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch_tomcat6.txt
patch_tomcat6.txt (text/plain), 767 bytes, created by
Olli Hauer
on 2010-11-01 23:20:11 UTC
(
hide
)
Description:
patch_tomcat6.txt
Filename:
MIME Type:
Creator:
Olli Hauer
Created:
2010-11-01 23:20:11 UTC
Size:
767 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/www/tomcat6/Makefile,v >retrieving revision 1.58 >diff -u -r1.58 Makefile >--- Makefile 26 Jul 2010 11:13:32 -0000 1.58 >+++ Makefile 1 Nov 2010 22:05:23 -0000 >@@ -69,8 +69,7 @@ > > post-patch: > @${REINPLACE_CMD} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${WRKSRC}/conf/server.xml >- @${RM} -f `${FIND} ${WRKSRC} -name '*.bat'` `${FIND} ${WRKSRC} -name '*.exe'` \ >- `${FIND} ${WRKSRC} -name '*.orig'` `${FIND} ${WRKSRC} -name '*.bak'` >+ @${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.bat' -or -name '*.dll' -or -name '*.exe' -or -name '*.orig' \) -delete > .for f in ${CONF_FILES} > @${MV} ${WRKSRC}/conf/${f} ${WRKSRC}/conf/${f}.${CONF_EXT} > .endfor
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 Raw
Actions:
View
Attachments on
bug 151880
: 110690